aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-09Dynamically allocate the array of field entries in a NetFlow V9Guy Harris1-4/+20
2003-03-07Add in some additional Cisco URLs for NetFlow documentation.Guy Harris1-13/+33
2003-03-04From Matthew Smart:Guy Harris1-37/+457
2003-02-12From Matthew Smart: partial NetFlow V9 support.Guy Harris1-16/+282
2002-10-08From Lutz Jaenicke: use "g_htonl()" rather than "htonl()".Guy Harris1-2/+2
2002-10-08Include <string.h> to declare "memcpy()".Guy Harris1-2/+3
2002-09-22Major updates from Bill Fumerola.Gerald Combs1-374/+922
2002-09-09From Matthew Smart:Guy Harris1-124/+363
2002-09-07Use g_ntohXXX instead of ntohXXXJörg Mayer1-8/+8
2002-09-06From Hannes Gredler: decode the sample rate factor in cflowd5 headers.Guy Harris1-4/+14
2002-09-04From Matthew Smart: Cisco NetFlow protocol support.Guy Harris1-0/+233