aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2002-11-11In the gtk2 port, make double click in the tree view expand or collapseOlivier Abad2-38/+58
2002-11-11"gtk_quit_add_destroy()" takes a "GtkObject *" as its second argument inGuy Harris1-2/+2
2002-11-11Put in some missing macros needed for recent changes.Guy Harris1-4/+22
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad24-1381/+582
2002-11-11Replace gtk_rpcprogs_init with gtk_rpcprogs_cb in the gtk2 menu entry.Olivier Abad1-2/+2
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-10Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad5-467/+161
2002-11-09Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2-177/+59
2002-11-09Helper macros fro gtk1.2/gtk2 compatibility.Olivier Abad4-824/+330
2002-11-07From Jason House: add the rule to make "ethereal-tap-register.c".Guy Harris1-5/+10
2002-11-07Fix the message printed when making "ethereal-tap-register.c".Guy Harris1-2/+2
2002-11-06Add "ethereal-tap-register.c" to the gtk ".cvsignore" file, as it's aGuy Harris1-0/+1
2002-11-06First step in creating an API to register TAPs for use with ethereal instead ...Ronnie Sahlberg10-112/+166
2002-11-03Merge gtk and gtk2 directories.Olivier Abad38-3387/+8289
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 Harris6-5/+655
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 Harris2-3/+14
2002-10-23From Ronnie Sahlberg: make the tap listeners for gtk and gtk2 redissectGuy Harris2-3/+6
2002-10-23From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetGuy Harris2-4/+4
2002-10-23From Wes Hardaker:Guy Harris1-9/+19
2002-10-10Add (back) some #include <string.h>Jörg Mayer3-3/+6
2002-10-09Add a missing #include <string.h>Jörg Mayer1-1/+2
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 Sahlberg3-18/+58
2002-09-26From Ulf Lamping: Prettyfied Colorization dialogRonnie Sahlberg1-138/+214
2002-09-23Change to color filters :Olivier Abad6-44/+47
2002-09-23Add packet_list.obj to Makefile.nmake - spotted by Ulf LampingJörg Mayer1-1/+2
2002-09-22From Graeme Hewson:Gerald Combs2-20/+32
2002-09-21Removed all gtk calls in file.c :Olivier Abad6-10/+172
2002-09-10Add "/I$(ZLIB_DIR)" to the list of "/I" flags in the top-level directoryGuy Harris1-1/+2
2002-09-09From Graeme Hewson:Guy Harris5-27/+151
2002-09-09Add/fix cvs id tagsJörg Mayer2-1/+3
2002-09-09Put back missing include of <stdio.h>.Guy Harris1-3/+2
2002-09-07Tap system supprot for Gtk1 and both rpc_stat and rpc_progsRonnie Sahlberg8-5/+1052
2002-09-07Add back stdio.hJörg Mayer1-1/+2
2002-09-07Add back more string.h includesJörg Mayer1-0/+2
2002-09-06From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg1-20/+2
2002-09-06Put needed include back in (<string.h>, to declare "memset()").Guy Harris1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer38-194/+58
2002-08-31Remove redundant HAVE_LIBPCAP check (copied from gtk2)Jörg Mayer1-4/+1
2002-08-31Remove trailing whitespaces.Jörg Mayer2-7/+7
2002-08-31Cast the Mbits/s calculation as a float, so that we display the valueGerald Combs1-2/+3
2002-08-28Make the "start_time" argument to "delayed_create_progress_dlg()" aGuy Harris1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer67-781/+781
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris1-22/+145
2002-08-24Give the routines that implement the "Match" and "Prepare" menu itemsGuy Harris3-87/+87
2002-08-13On Win32:Guy Harris1-1/+12