aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2002-12-05Fix two compiler warningsRonnie Sahlberg1-13/+3
2002-12-03Add compat_macros.h to the tarballJörg Mayer1-1/+2
2002-12-02From Jason House: MSVC++ doesn't like cases with no statements, so addGuy Harris1-1/+5
2002-12-02Put back the "width" local variable in proto_cb() which is used only byOlivier Abad1-2/+4
2002-12-02Make the new protocol list work with GTK2. The "status" column uses aOlivier Abad1-17/+48
2002-12-02Remove gtk_tree_view_set_search_column() which is not needed.Olivier Abad1-2/+1
2002-12-02Allow keyboard-only navigation of the Protocols dialog. Protocols canGerald Combs1-3/+18
2002-12-01Enable/disable protocols with a single click. Fix the behavior ofGerald Combs1-13/+16
2002-12-01Update some text in the help dialog.Gerald Combs2-140/+229
2002-11-29Updte for io-stat to make it more powerful.Ronnie Sahlberg1-57/+465
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 Harris3-11/+13
2002-11-19put nice io-stat title on the io-stat windowRonnie Sahlberg1-1/+2
2002-11-17update for gui version of io-statRonnie Sahlberg2-16/+76
2002-11-16If you include "gtk/gtkglobals.h" before including <ctype.h>, at leastGuy Harris1-1/+4
2002-11-16 io-stat. Previously io-stat was hardcoded to calculate the statistics ov...Ronnie Sahlberg1-26/+116
2002-11-15New gtk1/gtk2 compatibility macros used for menu entries.Olivier Abad2-312/+257
2002-11-15In gtk2 code :Olivier Abad3-35/+67
2002-11-15Clean up the GTK+ 1.2[.x] menu items. (This really calls for anotherGuy Harris1-9/+9
2002-11-15Gtk1 version of io-statRonnie Sahlberg2-33/+40
2002-11-14Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. Lo...Ronnie Sahlberg5-4/+1020
2002-11-14Make "tethereal-tap-register.c" and "ethereal-tap-register.c" depend onGuy Harris1-2/+2
2002-11-14From Didier Gautheron: make the rule to build "ethereal-tap-register.c"Guy Harris1-3/+3
2002-11-11Use gtk1/gtk2 compatibility macros.Olivier Abad3-32/+23
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