aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2001-03-03Do a bunch of semantic checks when "Accept" is clicked, so that we catchGuy Harris1-2/+88
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez6-45/+205
2001-03-02create_main_window() does not need to be called by the capture childGilbert Ramirez1-3/+4
2001-03-01Add "Toggle All", "Enable All", and "Disable All" buttons to theGilbert Ramirez1-2/+86
2001-03-01Don't let the color selection dialogue for TCP StreamsGilbert Ramirez1-2/+4
2001-02-23Boolean fields are just like other fields - if you use the field nameGuy Harris1-73/+73
2001-02-23The text entry box that a filter construction dialog manipulates isGuy Harris2-7/+6
2001-02-20Make the "activate" signal on the text entry boxes in the filter editingGuy Harris1-1/+14
2001-02-20Catch the "destroy" signal on the filter-expression-construction dialog,Guy Harris1-1/+22
2001-02-20Catch the "destroy" signal on the text entry box to which aGuy Harris1-1/+9
2001-02-20The all-purpose answer to "this widget expands to fill the spaceGuy Harris1-4/+10
2001-02-20Make the "activate" signal on the text entry boxes in the filterGuy Harris1-13/+24
2001-02-20Call the test for a protocol "is present", just like the test for otherGuy Harris1-35/+46
2001-02-20On Win32, if Ethereal started as a GUI rather than a consoleGuy Harris1-2/+115
2001-02-14"Decode As" UI cleanups, and documentation, from David Hampton.Guy Harris1-71/+54
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris1-11/+12
2001-02-12If there are multiple fields with the same name, list only one of themGuy Harris1-7/+9
2001-02-12If you register more than one field with the same name, the dfilter codeGuy Harris1-16/+33
2001-02-12Display Ethernet protocol types in hex, not decimal (that's how they'reGuy Harris1-5/+5
2001-02-11Inactivate the "Decode As" menu item if the "Decode As" dialog boxGuy Harris3-15/+28
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris3-7/+11
2001-02-08If we failed to open a capture file specified by the "-r" flag, don'tGuy Harris1-2/+3
2001-02-01Fix the previous checkin to correctly handle presence tests onGuy Harris1-3/+15
2001-02-01For protocols, call the test for the field being present "has thisGuy Harris1-5/+6
2001-02-01Use the pretty name for the type, not the internal name, in the helpGuy Harris1-2/+2
2001-02-01Use the ftype routines to determine what tests can be done on a field,Guy Harris1-118/+37
2001-02-01FT_PROTOCOL is like FT_NONE; you can only test for the field's presenceGuy Harris1-1/+2
2001-02-01Always show the scrollbar in the tree view panel, so that the scrollbarGilbert Ramirez1-2/+2
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez9-300/+37
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris5-2/+1507
2001-01-28There's no need for a member of a "capture_file" structure holding aGuy Harris2-2/+8
2001-01-28Use "Close", rather than "Cancel", in the filter dialog box; clickingGuy Harris1-19/+26
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-254/+6
2001-01-28Have separate capture and display filter lists; some filter dialog boxesGuy Harris4-91/+254
2001-01-28Call "get_filter_list()" when Ethereal starts up.Guy Harris2-3/+7
2001-01-28Pull the stuff to read and write the list of filter expressions up intoGuy Harris1-122/+4
2001-01-22Make the "Cancel" button in the "Protocol" dialog box, as well as aGuy Harris1-9/+58
2001-01-21Arrange that if the filter list is edited in one dialog box, the filterGuy Harris1-56/+140
2001-01-21Give various filter constructing/editing dialog boxes titles to reflectGuy Harris5-11/+32
2001-01-21In the process of destroying a filter editing dialog box, we get aGuy Harris5-85/+248
2001-01-11Get rid of the magic "+4" and properly calculate the lineheight soGilbert Ramirez1-4/+4
2001-01-11Show the menu_item widget during the creation of an option menu forGilbert Ramirez1-1/+2
2001-01-10Include "snprintf.h", if necessary, to declare "snprintf()".Guy Harris1-1/+5
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris1-3/+3
2001-01-04Doesn't need #include "dfilter.h"Gilbert Ramirez1-2/+1
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris2-69/+47
2001-01-02Base the decision of whether selecting an entry in the value list setsGuy Harris1-9/+6
2001-01-02Don't show "Text" as one of the available fields.Guy Harris1-1/+3
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris11-266/+1616
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.Gilbert Ramirez1-1/+10