aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2003-02-14From Didier Gautheron:Guy Harris1-30/+51
2003-02-13From Didier Gautheron: fix up the handling of the cross.Guy Harris1-1/+4
2003-02-10Boost the memory allocation so we can compile "help_dlg.c" whichGuy Harris1-2/+2
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-2/+1
2003-01-29Add the FAQ to the help menuJörg Mayer1-4/+43
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel4-8/+8
2003-01-22New files for the SMB RTT statistics featureRonnie Sahlberg2-0/+531
2003-01-22SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg3-5/+13
2003-01-15Move the code that associates buttons with filter dialogs, and viceGuy Harris3-35/+21
2003-01-15Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris6-95/+60
2003-01-11From Ronald Henderson, when closing IO-Stat window, also close any open Fil...Ronnie Sahlberg3-25/+81
2003-01-08Replace :Olivier Abad1-2/+2
2003-01-08Add some checks to make sure "gdk_color_parse()" andGuy Harris1-12/+78
2003-01-08Sort the filenames a bit more.Guy Harris1-3/+3
2003-01-08Separate the routines to allocate colors from the routines to handleGuy Harris8-247/+324
2002-12-31Update a comment to indicate why there's a problem with printable-but-Guy Harris1-15/+8
2002-12-27Make last modifications work with gtk2.Olivier Abad1-3/+7
2002-12-20Support putting preferences into arbitrary places in a tree, which isGuy Harris1-66/+109
2002-12-19Rename "Go To Specified Frame" to "Go To Corresponding Frame" (I'm notGuy Harris1-8/+21
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris3-4/+26
2002-12-18Just use "packet_list_set_selected_row()" to select a given row in theGuy Harris1-15/+6
2002-12-18Don't assume that the time stamp of the last frame is the largest timeGuy Harris1-5/+10
2002-12-16From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris1-2/+30
2002-12-16Cosmetic fix for io_stat. make sure that the graph always starts with a lin...Ronnie Sahlberg1-1/+15
2002-12-16Prettify RPC_PROGRAMS table when reading new capture or when closing and open...Ronnie Sahlberg1-9/+20
2002-12-16From Ronald Henderson: support for colored graphs in io_stat also for the Gt...Ronnie Sahlberg1-3/+24
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