| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | We don't need to keep the progress bar quantum or next step in the | Guy Harris | 2004-01-09 | 1 | -5/+7 |
* | Don't use GNodes for the protocol tree, put the sibling pointer, and | Guy Harris | 2003-12-04 | 1 | -7/+7 |
* | The "ptr_u" unions no longer have a "next" pointer - they now just have | Guy Harris | 2003-12-03 | 1 | -3/+3 |
* | Make the recent epan/proto.{c,h} change compile. | Guy Harris | 2003-11-24 | 1 | -3/+3 |
* | Check for "wtap_seek_read()" failing. | Guy Harris | 2003-09-03 | 1 | -6/+20 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -2/+2 |
* | From Ulf Lamping: extend the progress dialog box to give more progress | Guy Harris | 2002-08-28 | 1 | -5/+9 |
* | From Graeme Hewson: | Guy Harris | 2002-07-30 | 1 | -15/+24 |
* | From Joerg Mayer: mark function arguments as unused. | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -4/+5 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | A proper fix for pulling the header_field_info* from a stat_node. | Gilbert Ramirez | 2002-01-02 | 1 | -15/+18 |
* | Fix a pointer error in find_stat_node. | Gerald Combs | 2001-12-31 | 1 | -2/+2 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -10/+12 |
* | Add an extra argument to "epan_dissect_new()" that indicates whether the | Guy Harris | 2001-12-16 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -6/+5 |
* | Remove proto_tree from capture_file and PacketWinData, since they | Gilbert Ramirez | 2001-12-06 | 1 | -7/+3 |
* | More signed vs. unsigned cleanups, and initialization cleanups, from | Guy Harris | 2001-06-19 | 1 | -2/+2 |
* | Give the code that computes protocol statistics a progress dialog box, | Guy Harris | 2001-03-24 | 1 | -10/+69 |
* | Routines called by "g_node_traverse()" are supposed to return TRUE if | Guy Harris | 2001-03-23 | 1 | -1/+2 |
* | Add a new tool which summarizes packet counts by protocols, but | Gilbert Ramirez | 2001-03-22 | 1 | -0/+203 |