aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-2/+2
2000-10-11Fix it to build on Windows.Guy Harris1-1/+1
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris3-4/+23
2000-10-09Add support for modal message boxes ("simple dialog").Guy Harris2-8/+12
2000-10-09It appears there's no guarantee that you'll actually get a font nameGuy Harris1-1/+8
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-2/+5
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2-2/+4
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-3/+5
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris2-7/+26
2000-09-14Corrected startup // shutdown of windows sockets to allow name resolution to ...Graham Bloice1-1/+12
2000-09-13Updated to ignore Win32 detritusGraham Bloice1-0/+3
2000-09-12Include <unistd.h> to declare "close()" and "unlink()".Guy Harris1-1/+5
2000-09-09Small changes in help windows:Laurent Deniel1-8/+15
2000-09-09In the callback for the "OK" button in the font selection dialog, checkGuy Harris1-36/+71
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris4-45/+45
2000-09-09Explain why "stream_prefs_apply()" doesn't do anything.Guy Harris1-3/+5
2000-09-09"#if 0" out the code that puts "Cut", "Copy", and "Paste" items into theGuy Harris1-1/+8
2000-09-08Redraw:Guy Harris11-60/+167
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris6-76/+250
2000-09-07Change variable from 'char*' to 'const char*' to avoid compiler warning.Gilbert Ramirez1-2/+2
2000-09-05Fix help display (random character displayed in tab).Laurent Deniel1-2/+2
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez1-70/+3