Move merge.{h,c} into wiretap: these modules use wiretap to merge files.
[metze/wireshark/wip.git] / proto_hier_stats.c
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-05 Evan HuusRemove string constants from g_assert() calls, as per...
2012-07-19 Gerald CombsPass {delayed_}create_progress_dlg a pointer the top...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2011-04-27 Guy HarrisCreate a new frame_data_sequence data type; it represen...
2011-04-25 Guy HarrisStore the frame_data structures in a tree, rather than...
2010-08-13 Guy HarrisGet rid of some no-longer-necessary includes of simple_...
2010-08-13 Guy HarrisInstead of using a Boolean for the search direction...
2010-05-26 Anders BromanFrom Jakub Zawadzki:
2010-03-27 Guy HarrisSquelch some compiler warnings.
2009-09-21 Kovarththanan Raja... Rename capture_file.plist to capture_file.plist_start...
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-08-21 Kovarththanan Raja... Also fake empty field_info's by gracefully handling...
2009-08-13 Kovarththanan Raja... Introduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-11 Kovarththanan Raja... TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default...
2009-08-09 Kovarththanan Raja... Add PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 Kovarththanan Raja... Add PNODE_FINFO. We've been using PITEM_FINFO on proto_...
2009-04-21 Guy HarrisTurn on -Wshorten-64-to-32 by default, and fix some...
2007-12-06 Stig BjørlykkeAdded "Apply as filter"/"Prepare a filter"/"Find frame...
2007-12-03 Stig BjørlykkeInclude reassembled protocols, as this probably is...
2007-11-30 Stig BjørlykkeShow the Display filter in Protocol Hierarchy Statistics.
2007-11-29 Stig BjørlykkeCount stats for parent if encountering a field not...
2007-01-25 Stephen FisherFix for bug #1325: Protocol hierarchy display shows...
2006-05-21 Ronnie Sahlbergname change
2005-11-12 Guy HarrisAllow a progress dialog to have "Stop" or "Cancel"...
2005-10-27 Guy HarrisFix uninitialized variable errors.
2005-10-27 Guy HarrisCheck on every iteration of a loop whether to pop up...
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-29 Ronnie Sahlbergadd fix for bug 224
2005-06-04 Ulf Lampingfix #224: hierarchy stats had problems with the new...
2005-04-07 Ronnie SahlbergFrom Didier:
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-03-17 Laurent Deniel* Protocol Hierarchy Statistics:
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 Ulf Lampingrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-21 Ulf LampingThe progressbar had a parameter to specify the text...
2004-01-09 Guy HarrisWe don't need to keep the progress bar quantum or next...
2003-12-04 Guy HarrisDon't use GNodes for the protocol tree, put the sibling...
2003-12-03 Guy HarrisThe "ptr_u" unions no longer have a "next" pointer...
2003-11-24 Guy HarrisMake the recent epan/proto.{c,h} change compile.
2003-09-03 Guy HarrisCheck for "wtap_seek_read()" failing.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-28 Guy HarrisFrom Ulf Lamping: extend the progress dialog box to...
2002-07-30 Guy HarrisFrom Graeme Hewson:
2002-03-31 Guy HarrisFrom Joerg Mayer: mark function arguments as unused.
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-02 Gilbert RamirezA proper fix for pulling the header_field_info* from...
2001-12-31 Gerald CombsFix a pointer error in find_stat_node.
2001-12-18 Gilbert RamirezProvide for per-protocol-tree data in the proto_tree...
2001-12-16 Guy HarrisAdd an extra argument to "epan_dissect_new()" that...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-06 Gilbert RamirezRemove proto_tree from capture_file and PacketWinData...
2001-06-19 Guy HarrisMore signed vs. unsigned cleanups, and initialization...
2001-03-24 Guy HarrisGive the code that computes protocol statistics a progr...
2001-03-23 Guy HarrisRoutines called by "g_node_traverse()" are supposed...
2001-03-22 Gilbert RamirezAdd a new tool which summarizes packet counts by protoc...