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