aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netflow.c
AgeCommit message (Collapse)AuthorFilesLines
2002-10-08From Lutz Jaenicke: use "g_htonl()" rather than "htonl()".Guy Harris1-2/+2
svn path=/trunk/; revision=6381
2002-10-08Include <string.h> to declare "memcpy()".Guy Harris1-2/+3
Cast the argument to "ip_to_str()" to eliminate a compiler warning. svn path=/trunk/; revision=6376
2002-09-22Major updates from Bill Fumerola.Gerald Combs1-374/+922
Remove packet-netflow.h, since it is no longer needed. svn path=/trunk/; revision=6314
2002-09-09From Matthew Smart:Guy Harris1-124/+363
o Added support for v1 and v7 o Use proto_tree_add_item() instead of proto_tree_add_text() to enable filtering. Thanks sahlberg AT optushome.com.au for pointing that out. svn path=/trunk/; revision=6236
2002-09-07Use g_ntohXXX instead of ntohXXXJörg Mayer1-8/+8
svn path=/trunk/; revision=6206
2002-09-06From Hannes Gredler: decode the sample rate factor in cflowd5 headers.Guy Harris1-4/+14
svn path=/trunk/; revision=6200
2002-09-04From Matthew Smart: Cisco NetFlow protocol support.Guy Harris1-0/+233
svn path=/trunk/; revision=6178