aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix last minute edit mistake in add_byte_tab.Jeff Foster2001-03-231-6/+2
* Changes required to support multiple named data sources.Jeff Foster2001-03-235-75/+342
* The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez2001-03-231-2/+4
* Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez2001-03-225-2/+248
* In the code that handles finding a field after a user clicks onGilbert Ramirez2001-03-071-7/+15
* Use "proto_get_first_protocol()" and "proto_get_next_protocol()" toGuy Harris2001-03-061-23/+22
* Add a few more items to ".cvsignore".Guy Harris2001-03-031-0/+3
* Do a bunch of semantic checks when "Accept" is clicked, so that we catchGuy Harris2001-03-031-2/+88
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-026-45/+205
* create_main_window() does not need to be called by the capture childGilbert Ramirez2001-03-021-3/+4
* Add "Toggle All", "Enable All", and "Disable All" buttons to theGilbert Ramirez2001-03-011-2/+86
* Don't let the color selection dialogue for TCP StreamsGilbert Ramirez2001-03-011-2/+4
* Boolean fields are just like other fields - if you use the field nameGuy Harris2001-02-231-73/+73
* The text entry box that a filter construction dialog manipulates isGuy Harris2001-02-232-7/+6
* Make the "activate" signal on the text entry boxes in the filter editingGuy Harris2001-02-201-1/+14
* Catch the "destroy" signal on the filter-expression-construction dialog,Guy Harris2001-02-201-1/+22
* Catch the "destroy" signal on the text entry box to which aGuy Harris2001-02-201-1/+9
* The all-purpose answer to "this widget expands to fill the spaceGuy Harris2001-02-201-4/+10
* Make the "activate" signal on the text entry boxes in the filterGuy Harris2001-02-201-13/+24
* Call the test for a protocol "is present", just like the test for otherGuy Harris2001-02-201-35/+46
* On Win32, if Ethereal started as a GUI rather than a consoleGuy Harris2001-02-201-2/+115
* "Decode As" UI cleanups, and documentation, from David Hampton.Guy Harris2001-02-141-71/+54
* In a display filter expression, make a field name refer to any of theGuy Harris2001-02-131-11/+12
* If there are multiple fields with the same name, list only one of themGuy Harris2001-02-121-7/+9
* If you register more than one field with the same name, the dfilter codeGuy Harris2001-02-121-16/+33
* Display Ethernet protocol types in hex, not decimal (that's how they'reGuy Harris2001-02-121-5/+5
* Inactivate the "Decode As" menu item if the "Decode As" dialog boxGuy Harris2001-02-113-15/+28
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-113-7/+11
* If we failed to open a capture file specified by the "-r" flag, don'tGuy Harris2001-02-081-2/+3
* Fix the previous checkin to correctly handle presence tests onGuy Harris2001-02-011-3/+15
* For protocols, call the test for the field being present "has thisGuy Harris2001-02-011-5/+6
* Use the pretty name for the type, not the internal name, in the helpGuy Harris2001-02-011-2/+2
* Use the ftype routines to determine what tests can be done on a field,Guy Harris2001-02-011-118/+37
* FT_PROTOCOL is like FT_NONE; you can only test for the field's presenceGuy Harris2001-02-011-1/+2
* Always show the scrollbar in the tree view panel, so that the scrollbarGilbert Ramirez2001-02-011-2/+2
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-019-300/+37
* "Decode As" dialog, from David Hampton.Guy Harris2001-02-015-2/+1507
* There's no need for a member of a "capture_file" structure holding aGuy Harris2001-01-282-2/+8
* Use "Close", rather than "Cancel", in the filter dialog box; clickingGuy Harris2001-01-281-19/+26
* Get rid of support for old-style plugins (support for old-style pluginsGuy Harris2001-01-281-254/+6
* Have separate capture and display filter lists; some filter dialog boxesGuy Harris2001-01-284-91/+254
* Call "get_filter_list()" when Ethereal starts up.Guy Harris2001-01-282-3/+7
* Pull the stuff to read and write the list of filter expressions up intoGuy Harris2001-01-281-122/+4
* Make the "Cancel" button in the "Protocol" dialog box, as well as aGuy Harris2001-01-221-9/+58
* Arrange that if the filter list is edited in one dialog box, the filterGuy Harris2001-01-211-56/+140
* Give various filter constructing/editing dialog boxes titles to reflectGuy Harris2001-01-215-11/+32
* In the process of destroying a filter editing dialog box, we get aGuy Harris2001-01-215-85/+248
* Get rid of the magic "+4" and properly calculate the lineheight soGilbert Ramirez2001-01-111-4/+4
* Show the menu_item widget during the creation of an option menu forGilbert Ramirez2001-01-111-1/+2
* Include "snprintf.h", if necessary, to declare "snprintf()".Guy Harris2001-01-101-1/+5