aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-08More static-ization.Gilbert Ramirez1-2/+2
2002-03-31Get rid of unused arguments.Guy Harris1-4/+3
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-5/+3
2002-03-10Remove code to show the presence, and version number, of the CMU SNMPGuy Harris1-13/+2
2002-03-06Don't say "without SNMP"; that can confuse people into thinking it meansGuy Harris1-4/+2
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-28/+28
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-2/+4
2002-02-24Put all the capture options into a structure.Guy Harris1-44/+43
2002-02-24Have "get_positive_int()" really check for positive integers, not justGuy Harris1-6/+6
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris1-7/+19
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-17/+17
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-6/+13