aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netflow.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Interpret the sampling mode values.Guy Harris2004-06-011-2/+8
* As Motonori Shindo nodes, the sampling rate and mode in a Netflow V5Guy Harris2004-06-011-2/+10
* Dynamically allocate the array of field entries in a NetFlow V9Guy Harris2004-03-091-4/+20
* Add in some additional Cisco URLs for NetFlow documentation.Guy Harris2003-03-071-13/+33
* From Matthew Smart:Guy Harris2003-03-041-37/+457
* From Matthew Smart: partial NetFlow V9 support.Guy Harris2003-02-121-16/+282
* From Lutz Jaenicke: use "g_htonl()" rather than "htonl()".Guy Harris2002-10-081-2/+2
* Include <string.h> to declare "memcpy()".Guy Harris2002-10-081-2/+3
* Major updates from Bill Fumerola.Gerald Combs2002-09-221-374/+922
* From Matthew Smart:Guy Harris2002-09-091-124/+363
* Use g_ntohXXX instead of ntohXXXJörg Mayer2002-09-071-8/+8
* From Hannes Gredler: decode the sample rate factor in cflowd5 headers.Guy Harris2002-09-061-4/+14
* From Matthew Smart: Cisco NetFlow protocol support.Guy Harris2002-09-041-0/+233