Menu

Tree [bb9fbf] master /
 History

HTTPS access


File Date Author Commit
 config 2010-02-18 Carsten Schmoll Carsten Schmoll [88f60b] initial public version
 debian 2012-06-20 Ramon Masek Ramon Masek [bb9fbf] use new ipfix interface; update debian control
 doc 2012-02-27 Ramón Masek Ramón Masek [6d48f2] Merge branch 'master' into sforge
 include 2012-06-13 Ramón Masek Ramón Masek [daae76] refactoring: restructure funtions to separate f...
 src 2012-06-20 Ramon Masek Ramon Masek [bb9fbf] use new ipfix interface; update debian control
 .gbp.conf 2011-02-24 Carsten Schmoll Carsten Schmoll [60b8df] Merge branch 'master' of git://impd4e.git.sourc...
 .gitignore 2012-02-27 Ramón Masek Ramón Masek [6d48f2] Merge branch 'master' into sforge
 CHANGES 2011-02-09 Carsten Schmoll Carsten Schmoll [d650c5] Merge branch 'master' of git://impd4e.git.sourc...
 COPYRIGHT 2011-02-24 Carsten Schmoll Carsten Schmoll [60b8df] Merge branch 'master' of git://impd4e.git.sourc...
 GPL.txt 2010-02-18 Carsten Schmoll Carsten Schmoll [88f60b] initial public version
 INSTALL 2011-03-16 jkr jkr [1c8d95] Added hint, that impd4e is available as deb-pac...
 Makefile.in 2012-06-06 Ramón Masek Ramón Masek [4c0853] put source and header files into seperate direc...
 README 2011-02-24 Carsten Schmoll Carsten Schmoll [60b8df] Merge branch 'master' of git://impd4e.git.sourc...
 VERSION 2011-02-24 Carsten Schmoll Carsten Schmoll [60b8df] Merge branch 'master' of git://impd4e.git.sourc...
 WISHLIST 2012-02-27 Ramón Masek Ramón Masek [6d48f2] Merge branch 'master' into sforge
 aclocal.m4 2011-10-12 Ramón Masek Ramón Masek [21d5ac] adjust configure.ac: find nessesary libs
 config-full 2011-09-26 Ramón Masek Ramón Masek [c23455] Merge branch 'master' into work
 config-mini 2011-09-26 Ramón Masek Ramón Masek [c23455] Merge branch 'master' into work
 config-test 2011-09-26 Ramón Masek Ramón Masek [c23455] Merge branch 'master' into work
 config.h.in 2012-02-27 Ramón Masek Ramón Masek [6d48f2] Merge branch 'master' into sforge
 configure 2012-06-06 Ramón Masek Ramón Masek [4c0853] put source and header files into seperate direc...
 configure.ac 2012-06-06 Ramón Masek Ramón Masek [4c0853] put source and header files into seperate direc...
 getIPAddress.sh 2010-03-09 Christian Henke Christian Henke [ff375c] severe bug fixed - wrong packet offset parsing
 install.sh 2011-03-15 Ramón Masek Ramón Masek [da39e4] Merge branch 'master' of ssh://svnsrv.fokus.fra...
 startscript.sh 2010-06-14 Christian Henke Christian Henke [a21c9e] merge fail
 test.conf 2011-09-26 Ramón Masek Ramón Masek [c23455] Merge branch 'master' into work

Read Me

/*
 * impd4e - a small network probe which allows to monitor and sample datagrams 
 * from the network based on hash-based packet selection. 
 * 
 * Copyright (c) 2011
 *
 * Fraunhofer FOKUS  
 * www.fokus.fraunhofer.de
 *
 * in cooperation with
 *
 * Technical University Berlin
 * www.av.tu-berlin.de
 *
 * For questions/comments contact packettracking@fokus.fraunhofer.de
 *
 * This program is free software; you can redistribute it and/or modify it under the 
 * terms of the GNU General Public License as published by the Free Software Foundation;
 * either version 3 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT 
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public License along with 
 * this program; if not, see <http://www.gnu.org/licenses/>.
 */

For Installation Instruction please refer to INSTALL


/** @mainpage impd4e - Internet Measurement Probe for Embedded Devices

This package contains a small network probe which allows to monitor and 
sample datagrams from the network. Based on the hash-based selection algorithm (cf. [RFC5475])
the selected datagrams will be the same on every point in the network.
Hash-based packet selection takes parts of the packet as the input for a hash function. 
In case the hash value falls into a predefined selection range the packet is selected. 
In case selection range, hash function, and the inout for the hash function is the same, the selection
on every node will be the same.  

The measurement probe exports packet IDs and relevant information via the standardized IPFIX protocol. 
 
The impd4e tool exports the fields via IPFIX depending on the
use of the -t parameter. See templates.h for details.

This package makes use of the Fraunhofer FOKUS "libipfix" library which
must be installed prior to compilation of impd4e.
https://sourceforge.net/projects/libipfix/ (make sure to use the impd4e version)

This package also requires libev, which can be downloaded from
http://dist.schmorp.de/libev/

You can download the latest version of impd4e from:
https://sourceforge.net/projects/impd4e/


Please send inquiries/comments/reports to packettracking@fokus.fraunhofer.de
*/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.