aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-16Squelch some compiler complaints.Guy Harris1-2/+2
2003-05-15Implement a ring buffer switch duration:Laurent Deniel1-4/+58
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs1-1/+6
2003-05-03Rename "proto_alloc_dfilter_string()" toGuy Harris1-13/+13
2003-04-23Change copyright date to 2003.Laurent Deniel1-2/+2
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-2/+2
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-4/+9
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-2/+2
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-1/+2
2003-03-12Change the version messages to put the "compiled with" stuff on aGuy Harris1-11/+15
2003-03-08Put the code to get version numbers of various libraries with whichGuy Harris1-70/+4
2003-03-02Get rid of unneeded includes of "../ui_util.h".Guy Harris1-2/+1
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris1-19/+3
2003-03-01The correct way to go to a frame with a given number is to useGuy Harris1-4/+20
2003-02-17In gtk2 code, replace gdk_string_width() with the "Pango" way ofOlivier Abad1-4/+8
2003-01-08Separate the routines to allocate colors from the routines to handleGuy Harris1-1/+3
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-1/+21
2002-11-28That was the wrong cast, d00d....Guy Harris1-3/+3
2002-11-28Constify some pointers to avoid converting const pointers to non-constGuy Harris1-3/+3
2002-11-10Add tethereal's tap objects to Makefile.nmake's "clean" target.Gerald Combs1-19/+1
2002-11-10When opening tap windows, we don't need to search the tap_list again. ItOlivier Abad1-9/+4
2002-11-10- use gtk1/gtk2 compatibility macros to reduce #ifdefsOlivier Abad1-126/+57
2002-11-06First step in creating an API to register TAPs for use with ethereal instead ...Ronnie Sahlberg1-66/+40
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-314/+611
2002-10-25The versions of UCD SNMP that we now support all installGuy Harris1-13/+7
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris1-2/+38
2002-10-25At least according to the UNIX 98 spec, you need to include <unistd.h>Guy Harris1-1/+5
2002-10-24Don't include the header file to get the SNMP version unless we'reGuy Harris1-1/+11
2002-10-23From Wes Hardaker:Guy Harris1-9/+19
2002-10-09Link to libsnmp under Win32.Gerald Combs1-3/+21
2002-09-27Update tethereal to put the filter string in the statistics table for RPC_STAT.Ronnie Sahlberg1-5/+10
2002-09-23Change to color filters :Olivier Abad1-5/+5
2002-09-09From Graeme Hewson:Guy Harris1-3/+15
2002-09-07Tap system supprot for Gtk1 and both rpc_stat and rpc_progsRonnie Sahlberg1-2/+51
2002-09-06From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg1-20/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-19/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-52/+52
2002-08-24Give the routines that implement the "Match" and "Prepare" menu itemsGuy Harris1-25/+25
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-10/+2
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer1-2/+7
2002-07-07Fields can be up to 2^32-1 bytes long, as they may have come from aGuy Harris1-3/+5
2002-07-07From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call afterGuy Harris1-3/+3
2002-07-06From a suggestion by PEN <codes [at] lycos.com>, add the length in bytes toGerald Combs1-5/+12
2002-05-30Don't assume that just because a purported font name begins with "-"Guy Harris1-4/+23
2002-05-27Clean up the data structures for the color filter code a bit. The oldGuy Harris1-2/+2
2002-05-22Command-line interface cleanups, from Graeme Hewson:Guy Harris1-35/+60
2002-05-14Use "-G fields" rather than "-G" in Makefiles.Guy Harris1-1/+6
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris1-8/+20
2002-05-03Make the filter list combo box case-sensitive, as filter expressions areGuy Harris1-1/+3
2002-05-03Clean up the handling of filter strings:Guy Harris1-35/+43