aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer: mark function arguments as unused.Guy Harris2002-03-311-2/+2
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-4/+5
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* A proper fix for pulling the header_field_info* from a stat_node.Gilbert Ramirez2002-01-021-15/+18
* Fix a pointer error in find_stat_node.Gerald Combs2001-12-311-2/+2
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-10/+12
* Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris2001-12-161-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-6/+5
* Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez2001-12-061-7/+3
* More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris2001-06-191-2/+2
* Give the code that computes protocol statistics a progress dialog box,Guy Harris2001-03-241-10/+69
* Routines called by "g_node_traverse()" are supposed to return TRUE ifGuy Harris2001-03-231-1/+2
* Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez2001-03-221-0/+203