aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-15Match Selected works better with FT_STRING variables.Gilbert Ramirez1-6/+11
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris1-8/+2
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez3-6/+6
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris9-41/+140
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-9/+11
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris2-13/+13
2000-11-18Corrected wrong function call in plugins_enable_cbGraham Bloice1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris1-29/+5
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris2-3/+21
2000-10-27Move declaration of wsaData (for Win32) out of HAVE_LIBPCAP #ifdef block.Gilbert Ramirez1-2/+7
2000-10-25This patch adds two things:Gilbert Ramirez1-4/+41
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez7-7/+14
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris4-4/+8