aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
Commit message (Expand)AuthorAgeFilesLines
* Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris2003-04-161-2/+2
* Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris2003-04-161-1/+2
* Change the version messages to put the "compiled with" stuff on aGuy Harris2003-03-121-11/+15
* Put the code to get version numbers of various libraries with whichGuy Harris2003-03-081-70/+4
* Get rid of unneeded includes of "../ui_util.h".Guy Harris2003-03-021-2/+1
* Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris2003-03-021-19/+3
* The correct way to go to a frame with a given number is to useGuy Harris2003-03-011-4/+20
* In gtk2 code, replace gdk_string_width() with the "Pango" way ofOlivier Abad2003-02-171-4/+8
* Separate the routines to allocate colors from the routines to handleGuy Harris2003-01-081-1/+3
* Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris2002-12-191-1/+21
* That was the wrong cast, d00d....Guy Harris2002-11-281-3/+3
* Constify some pointers to avoid converting const pointers to non-constGuy Harris2002-11-281-3/+3
* Add tethereal's tap objects to Makefile.nmake's "clean" target.Gerald Combs2002-11-101-19/+1
* When opening tap windows, we don't need to search the tap_list again. ItOlivier Abad2002-11-101-9/+4
* - use gtk1/gtk2 compatibility macros to reduce #ifdefsOlivier Abad2002-11-101-126/+57
* First step in creating an API to register TAPs for use with ethereal instead ...Ronnie Sahlberg2002-11-061-66/+40
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-314/+611
* The versions of UCD SNMP that we now support all installGuy Harris2002-10-251-13/+7
* From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris2002-10-251-2/+38
* At least according to the UNIX 98 spec, you need to include <unistd.h>Guy Harris2002-10-251-1/+5
* Don't include the header file to get the SNMP version unless we'reGuy Harris2002-10-241-1/+11
* From Wes Hardaker:Guy Harris2002-10-231-9/+19
* Link to libsnmp under Win32.Gerald Combs2002-10-091-3/+21
* Update tethereal to put the filter string in the statistics table for RPC_STAT.Ronnie Sahlberg2002-09-271-5/+10
* Change to color filters :Olivier Abad2002-09-231-5/+5
* From Graeme Hewson:Guy Harris2002-09-091-3/+15
* Tap system supprot for Gtk1 and both rpc_stat and rpc_progsRonnie Sahlberg2002-09-071-2/+51
* From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg2002-09-061-20/+2
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-19/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-52/+52
* Give the routines that implement the "Match" and "Prepare" menu itemsGuy Harris2002-08-241-25/+25
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-10/+2
* Fix a few more memleaks found by valgrind (all derivingJörg Mayer2002-08-011-2/+7
* Fields can be up to 2^32-1 bytes long, as they may have come from aGuy Harris2002-07-071-3/+5
* From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call afterGuy Harris2002-07-071-3/+3
* From a suggestion by PEN <codes [at] lycos.com>, add the length in bytes toGerald Combs2002-07-061-5/+12
* Don't assume that just because a purported font name begins with "-"Guy Harris2002-05-301-4/+23
* Clean up the data structures for the color filter code a bit. The oldGuy Harris2002-05-271-2/+2
* Command-line interface cleanups, from Graeme Hewson:Guy Harris2002-05-221-35/+60
* Use "-G fields" rather than "-G" in Makefiles.Guy Harris2002-05-141-1/+6
* Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris2002-05-141-8/+20
* Make the filter list combo box case-sensitive, as filter expressions areGuy Harris2002-05-031-1/+3
* Clean up the handling of filter strings:Guy Harris2002-05-031-35/+43
* More static-ization.Gilbert Ramirez2002-04-081-2/+2
* Get rid of unused arguments.Guy Harris2002-03-311-4/+3
* Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris2002-03-121-5/+3
* Remove code to show the presence, and version number, of the CMU SNMPGuy Harris2002-03-101-13/+2
* Don't say "without SNMP"; that can confuse people into thinking it meansGuy Harris2002-03-061-4/+2
* From Joerg Mayer: remove unused variables.Guy Harris2002-03-051-2/+1
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-28/+28