| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a new frame_data_sequence data type; it represents a dense | Guy Harris | 2011-04-27 | 1 | -2/+2 |
* | Store the frame_data structures in a tree, rather than a linked list. | Guy Harris | 2011-04-25 | 1 | -9/+6 |
* | Make the packet count an unsigned value, as frame numbers are unsigned. | Guy Harris | 2011-04-25 | 1 | -1/+1 |
* | Added "Ignore Packet" menu items to the main menu. | Stig Bjørlykke | 2009-12-17 | 1 | -0/+4 |
* | Rename capture_file.plist to capture_file.plist_start to make it consistent w... | Kovarththanan Rajaratnam | 2009-09-21 | 1 | -3/+3 |
* | Use a more accurate variable name for the wiretap file type. Add the file | Gerald Combs | 2008-10-14 | 1 | -1/+2 |
* | Summary enhancements: | Stig Bjørlykke | 2007-11-28 | 1 | -3/+18 |
* | Fixed a bug when adjusting summary marked start time. | Stig Bjørlykke | 2007-11-28 | 1 | -1/+1 |
* | Change the "--enable-setuid-install" option to install dumpcap and TShark | Gerald Combs | 2007-08-30 | 1 | -0/+4 |
* | gcc 4 doesn't like my macro for getting the interface description: it says th... | Jeff Morriss | 2007-08-22 | 1 | -1/+1 |
* | Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 : | Jeff Morriss | 2007-08-22 | 1 | -5/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -10/+4 |
* | Have "f_datalen" keep track of the number of bytes of uncompressed file | Guy Harris | 2005-08-19 | 1 | -1/+1 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -5/+21 |
* | remove #include "globals.h" from summary.c, as it's a bad idea for multiple c... | Ulf Lamping | 2005-02-04 | 1 | -18/+18 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Jean-Michel Fayard: show in Tools:Summary window statistics about | Guy Harris | 2003-09-02 | 1 | -3/+19 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -1/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -5/+3 |
* | In Ethereal, attempt to get the packet statistics from libpcap when | Guy Harris | 2001-02-11 | 1 | -1/+2 |
* | Add the number of marked packets in the summary window. | Laurent Deniel | 2000-08-21 | 1 | -1/+5 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -15/+15 |
* | Consolidate flags in struct frame_data, and add "visited" flag. Use | Gilbert Ramirez | 2000-04-13 | 1 | -2/+2 |
* | If there aren't any packets in the capture (which could be the case if, | Guy Harris | 1999-12-29 | 1 | -22/+24 |
* | Move GTK code out of summary.c and into gtk/summary_dlg.c | Gilbert Ramirez | 1999-12-10 | 1 | -214/+34 |
* | Now that "wtap_file_type_string()" takes a file type rather than a "wtap | Guy Harris | 1999-12-04 | 1 | -2/+3 |
* | When a new display filter is to be applied, don't set "cf.dfilter" or | Guy Harris | 1999-10-11 | 1 | -3/+3 |
* | More shuffling of GTK-related files to gtk subdirectory. | Gilbert Ramirez | 1999-09-09 | 1 | -2/+2 |
* | Moved GTK-dependent routines for file dialogues, print dialogues, print | Gilbert Ramirez | 1999-09-01 | 1 | -2/+1 |
* | Removed unnecessary #include "etypes.h" lines. | Gilbert Ramirez | 1999-08-24 | 1 | -2/+1 |
* | Moved global memory alloction used in display filters (which was stored | Gilbert Ramirez | 1999-08-13 | 1 | -5/+4 |
* | Building a GList by adding elements to the end with "g_list_append()" is | Guy Harris | 1999-08-10 | 1 | -7/+5 |
* | Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and | Guy Harris | 1999-08-02 | 1 | -26/+6 |
* | Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree and | Gilbert Ramirez | 1999-07-13 | 1 | -6/+3 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -3/+5 |
* | Added the ability to create a read-only ethereal, i.e., one that | Gilbert Ramirez | 1999-07-09 | 1 | -2/+4 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -23/+11 |
* | In GTK+ 1.0[.x], "gtk_window_set_position()" was called | Guy Harris | 1999-07-04 | 1 | -1/+5 |
* | Added Aaron Hillegass' summary dialogue. We're ignoring the problem with | Gilbert Ramirez | 1999-06-22 | 1 | -0/+311 |