aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2003-08-25From Matthijs Melchior:guy2-70/+106
2003-08-25Update to IO-Stat to put the capture filename on the titlebarsahlberg13-40/+100
2003-08-25From Matthijs Melchior:guy1-24/+31
2003-08-24Get rid of the wrappers around "address_to_str()".guy7-63/+14
2003-08-24The IPX endpoint talkers implementationsahlberg1-0/+180
2003-08-24Add endpoint talker support for IPXsahlberg2-2/+4
2003-08-24Update address_to_str to handle FC and ETH addresses as well.sahlberg3-39/+6
2003-08-24Add a new function address_to_str to to_str.csahlberg3-43/+6
2003-08-24Cast the argument to "ip6_to_str()" to avoid compiler warnings.guy2-6/+6
2003-08-24Cast arguments to "g_free()" to avoid compiler warnings (those are knownguy1-17/+15
2003-08-24Use "ip_to_str_buf()" to turn a pointer to an IP address to a string.guy1-2/+2
2003-08-23Write Token Ring as Token Ring and not TokenRingsahlberg1-4/+4
2003-08-23Update the UDP and the TCP conversation list tool so that it can handle IPv6 ...sahlberg2-39/+27
2003-08-23Add FibreChannel to the types of protocols we can show a conversation list forsahlberg3-2/+195
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...sahlberg9-7/+1477
2003-08-21From Lars Roland:guy3-127/+48
2003-08-19Construct the About box ourselves, so it has the title "About Ethereal"guy1-9/+60
2003-08-19Update to the Response Time Statistics taps.sahlberg5-5/+36
2003-08-18From Richard Urwin a great enhancement to the color filter dialogue tosahlberg6-200/+777
2003-08-18From Gisle Vanem: MingW declares "rint()" in <math.h> and defines it inguy1-3/+3
2003-08-11Applied the "Updated find capabilities...." from Greg Morris.sharpe1-8/+125
2003-08-07From Michael Lum: add the ability to have a preferences file containingguy2-73/+171
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.guy1-6/+24
2003-08-01From Chris Heath: fix up the check for printable ASCII done on Windowsguy1-2/+2
2003-07-25Fix signed/unsigned comparison warnings.gram2-8/+12
2003-07-25Add to the fundamental types passed between the scanner and the parser.gram1-2/+2
2003-07-22From Greg Morris: code to support searches for text or raw binary dataguy1-16/+119
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one togerald2-5/+47
2003-07-19In packet_list_button_pressed_cb :oabad1-1/+3
2003-07-19In set_plist_sel_browse : change broken logic when determining if theoabad1-12/+10
2003-07-18Various fixes related to GTK2 :oabad3-12/+14
2003-07-04From Lars Roland: load WinPcap *before* constructing the informationguy1-9/+9
2003-06-28From Ian Schorr, limit the size of the (INFO) columns to prevent it from bec...sahlberg1-2/+11
2003-06-25Service Response Time measurements and statistics for Fibre Channelsahlberg3-2/+262
2003-06-22Ringbuffer rework.deniel1-8/+19
2003-06-22From Lars Roland: Fix the service response time functions to work with GTK2.gerald4-15/+26
2003-06-21"gtk_window_set_default_size()" takes a GtkWindow *, not a GtkWidget *,guy3-6/+6
2003-06-21Cosmetic bug.sahlberg1-4/+4
2003-06-21Update SMB statistics tap to use the new CList helper routines.sahlberg1-285/+62
2003-06-21Make the default sorting for the list be column 2 in descending order so wesahlberg1-9/+12
2003-06-21Update the ServiceResponseTime helper routines so that the columnssahlberg1-4/+141
2003-06-21Update ONC-RPC response time tap to use the new helper functionsahlberg1-183/+21
2003-06-21Break out the code for the ahndling of the Service Response Time (formerly kn...sahlberg5-185/+321
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy1-4/+2
2003-06-09Clean up the usage message a bit (using the convention, adhered to by atguy1-10/+8
2003-06-08Add a "--enable-threads" option, which allows to build the gtk+ v2oabad1-6/+6
2003-05-28Use freopen() instead of worrying about whether a particular FILE pointer isgerald1-16/+3
2003-05-27Make the RTP tap analysis code use create_tempfile() instead of tmpnam().gerald1-6/+9
2003-05-20From Miha Jemec: clean up and simplify the RTP dissector and tap code.guy1-719/+326
2003-05-16Squelch some compiler complaints.guy1-2/+2