aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-11/+9
2014-05-23More checks for the presence of a time stamp.Guy Harris1-11/+15
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+2
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-3/+5
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus1-2/+3
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-1/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-1/+1
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-1/+4
2010-08-13Get rid of some no-longer-necessary includes of simple_dialog.h (nowGuy Harris1-1/+0
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-6/+1
2010-05-26From Jakub Zawadzki:Anders Broman1-2/+1
2010-03-27Squelch some compiler warnings.Guy Harris1-1/+1
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam1-3/+3
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+2
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-1/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-6/+6
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam1-0/+2
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam1-1/+1
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2007-12-06Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"Stig Bjørlykke1-1/+0
2007-12-03Include reassembled protocols, as this probably is the output the user wants.Stig Bjørlykke1-8/+14
2007-11-30Show the Display filter in Protocol Hierarchy Statistics.Stig Bjørlykke1-0/+1
2007-11-29Count stats for parent if encountering a field not related to a protocol.Stig Bjørlykke1-16/+6
2007-01-25Fix for bug #1325: Protocol hierarchy display shows an empty line because ofStephen Fisher1-0/+9
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris1-1/+1
2005-10-27Fix uninitialized variable errors.Guy Harris1-4/+6
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,Guy Harris1-6/+11
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-8/+2
2005-06-29add fix for bug 224Ronnie Sahlberg1-2/+4
2005-06-04fix #224: hierarchy stats had problems with the new generated toplevel desegm...Ulf Lamping1-3/+9
2005-04-07From Didier:Ronnie Sahlberg1-3/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-17* Protocol Hierarchy Statistics:Laurent Deniel1-3/+27
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+2
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-3/+4
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping1-2/+2
2004-01-09We don't need to keep the progress bar quantum or next step in theGuy Harris1-5/+7