aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
Commit message (Expand)AuthorAgeFilesLines
* Move proto_hier_stats.[ch] to libui.Guy Harris2014-06-301-339/+0
* Add support for dissecting non-packet records.Guy Harris2014-05-251-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-11/+9
* More checks for the presence of a time stamp.Guy Harris2014-05-231-11/+15
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-1/+1
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-1/+1
* Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan2014-03-271-0/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Some work on multi file dissectionJakub Zawadzki2013-07-211-1/+1
* packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2013-07-111-1/+2
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-3/+5
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus2012-09-051-2/+3
* Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs2012-07-191-1/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris2012-01-161-1/+1
* Create a new frame_data_sequence data type; it represents a denseGuy Harris2011-04-271-1/+1
* Store the frame_data structures in a tree, rather than a linked list. Guy Harris2011-04-251-1/+4
* Get rid of some no-longer-necessary includes of simple_dialog.h (nowGuy Harris2010-08-131-1/+0
* Instead of using a Boolean for the search direction, use an enum, soGuy Harris2010-08-131-6/+1
* From Jakub Zawadzki:Anders Broman2010-05-261-2/+1
* Squelch some compiler warnings.Guy Harris2010-03-271-1/+1
* Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam2009-09-211-3/+3
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-0/+2
* Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam2009-08-211-1/+2
* Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam2009-08-131-6/+6
* TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam2009-08-111-0/+2
* Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam2009-08-091-1/+1
* Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam2009-08-091-1/+1
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-1/+1
* Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"Stig Bjørlykke2007-12-061-1/+0
* Include reassembled protocols, as this probably is the output the user wants.Stig Bjørlykke2007-12-031-8/+14
* Show the Display filter in Protocol Hierarchy Statistics.Stig Bjørlykke2007-11-301-0/+1
* Count stats for parent if encountering a field not related to a protocol.Stig Bjørlykke2007-11-291-16/+6
* Fix for bug #1325: Protocol hierarchy display shows an empty line because ofStephen Fisher2007-01-251-0/+9
* name changeRonnie Sahlberg2006-05-211-2/+2
* Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris2005-11-121-1/+1
* Fix uninitialized variable errors.Guy Harris2005-10-271-4/+6
* Check on every iteration of a loop whether to pop up a dialog box,Guy Harris2005-10-271-6/+11
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-8/+2
* add fix for bug 224Ronnie Sahlberg2005-06-291-2/+4
* fix #224: hierarchy stats had problems with the new generated toplevel desegm...Ulf Lamping2005-06-041-3/+9
* From Didier:Ronnie Sahlberg2005-04-071-3/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* * Protocol Hierarchy Statistics:Laurent Deniel2004-03-171-3/+27
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-2/+2
* renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping2004-01-311-2/+2
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-3/+4
* The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping2004-01-211-2/+2