From Fred Fierling:
[obnox/wireshark/wip.git] / proto_hier_stats.c
2010-08-13 guyGet rid of some no-longer-necessary includes of simple_...
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-03-27 guySquelch some compiler warnings.
2009-09-21 krjRename capture_file.plist to capture_file.plist_start...
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-08-21 krjAlso fake empty field_info's by gracefully handling...
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-11 krjTRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default...
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 krjAdd PNODE_FINFO. We've been using PITEM_FINFO on proto_...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2007-12-06 stigAdded "Apply as filter"/"Prepare a filter"/"Find frame...
2007-12-03 stigInclude reassembled protocols, as this probably is...
2007-11-30 stigShow the Display filter in Protocol Hierarchy Statistics.
2007-11-29 stigCount stats for parent if encountering a field not...
2007-01-25 sfisherFix for bug #1325: Protocol hierarchy display shows...
2006-05-21 sahlbergname change
2005-11-12 guyAllow a progress dialog to have "Stop" or "Cancel"...
2005-10-27 guyFix uninitialized variable errors.
2005-10-27 guyCheck on every iteration of a loop whether to pop up...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-29 sahlbergadd fix for bug 224
2005-06-04 ulflfix #224: hierarchy stats had problems with the new...
2005-04-07 sahlbergFrom Didier:
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-03-17 deniel* Protocol Hierarchy Statistics:
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-21 ulflThe progressbar had a parameter to specify the text...
2004-01-09 guyWe don't need to keep the progress bar quantum or next...
2003-12-04 guyDon't use GNodes for the protocol tree, put the sibling...
2003-12-03 guyThe "ptr_u" unions no longer have a "next" pointer...
2003-11-24 guyMake the recent epan/proto.{c,h} change compile.
2003-09-03 guyCheck for "wtap_seek_read()" failing.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-28 guyFrom Ulf Lamping: extend the progress dialog box to...
2002-07-30 guyFrom Graeme Hewson:
2002-03-31 guyFrom Joerg Mayer: mark function arguments as unused.
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-02 gramA proper fix for pulling the header_field_info* from...
2001-12-31 geraldFix a pointer error in find_stat_node.
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-16 guyAdd an extra argument to "epan_dissect_new()" that...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-06-19 guyMore signed vs. unsigned cleanups, and initialization...
2001-03-24 guyGive the code that computes protocol statistics a progr...
2001-03-23 guyRoutines called by "g_node_traverse()" are supposed...
2001-03-22 gramAdd a new tool which summarizes packet counts by protoc...