aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.Guy Harris1-6/+24
2003-08-01From Chris Heath: fix up the check for printable ASCII done on WindowsGuy Harris1-2/+2
2003-07-25Fix signed/unsigned comparison warnings.Gilbert Ramirez2-8/+12
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-2/+2
2003-07-22From Greg Morris: code to support searches for text or raw binary dataGuy Harris1-16/+119
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs2-5/+47
2003-07-19In packet_list_button_pressed_cb :Olivier Abad1-1/+3
2003-07-19In set_plist_sel_browse : change broken logic when determining if theOlivier Abad1-12/+10
2003-07-18Various fixes related to GTK2 :Olivier Abad3-12/+14
2003-07-04From Lars Roland: load WinPcap *before* constructing the informationGuy Harris1-9/+9
2003-06-28From Ian Schorr, limit the size of the (INFO) columns to prevent it from bec...Ronnie Sahlberg1-2/+11
2003-06-25Service Response Time measurements and statistics for Fibre ChannelRonnie Sahlberg3-2/+262
2003-06-22Ringbuffer rework.Laurent Deniel1-8/+19
2003-06-22From Lars Roland: Fix the service response time functions to work with GTK2.Gerald Combs4-15/+26
2003-06-21"gtk_window_set_default_size()" takes a GtkWindow *, not a GtkWidget *,Guy Harris3-6/+6
2003-06-21Cosmetic bug.Ronnie Sahlberg1-4/+4
2003-06-21Update SMB statistics tap to use the new CList helper routines.Ronnie Sahlberg1-285/+62
2003-06-21Make the default sorting for the list be column 2 in descending order so weRonnie Sahlberg1-9/+12
2003-06-21Update the ServiceResponseTime helper routines so that the columnsRonnie Sahlberg1-4/+141
2003-06-21Update ONC-RPC response time tap to use the new helper functionRonnie Sahlberg1-183/+21
2003-06-21Break out the code for the ahndling of the Service Response Time (formerly kn...Ronnie Sahlberg5-185/+321
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-06-09Clean up the usage message a bit (using the convention, adhered to by atGuy Harris1-10/+8
2003-06-08Add a "--enable-threads" option, which allows to build the gtk+ v2Olivier Abad1-6/+6
2003-05-28Use freopen() instead of worrying about whether a particular FILE pointer isGerald Combs1-16/+3
2003-05-27Make the RTP tap analysis code use create_tempfile() instead of tmpnam().Gerald Combs1-6/+9
2003-05-20From Miha Jemec: clean up and simplify the RTP dissector and tap code.Guy Harris1-719/+326
2003-05-16Squelch some compiler complaints.Guy Harris1-2/+2
2003-05-15Implement a ring buffer switch duration:Laurent Deniel2-7/+116
2003-05-15From Richard Urwin:Guy Harris3-96/+258
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs1-1/+6
2003-05-03Rename "proto_alloc_dfilter_string()" toGuy Harris2-18/+18
2003-04-27From Lars Roland: add routines to use when creating statistics windowsGuy Harris3-16/+130
2003-04-25From Lars Roland:Guy Harris6-134/+244
2003-04-25Fix a compiler warning.Guy Harris1-2/+2
2003-04-24Fix a comment.Guy Harris1-2/+2
2003-04-24Make the dialog box "transient for" the main window, as we do with otherGuy Harris1-7/+50
2003-04-24From Didier Gautheron: the files being processed by make-tapreg-dotc areGuy Harris1-2/+2
2003-04-23Change copyright date to 2003.Laurent Deniel1-2/+2
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris8-38/+55
2003-04-23Have "register_tap_menu_item()" create submenus as necessary for a menuGuy Harris15-248/+110
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris11-64/+34
2003-04-23Add a routine to create a new menu item under "/Tools/Statistics" forGuy Harris2-3/+49
2003-04-22Update to smb rtt stat for ethereal so that we can provide a filter for whichRonnie Sahlberg1-3/+66
2003-04-22The main menu "/Display/{Match,Prepare}" menu items, and the tree viewGuy Harris1-8/+4
2003-04-22"gtk_item_factory_get_widget()" returns, for a menu item with a submenu,Guy Harris1-4/+17
2003-04-22Have "set_menu_sensitivity()" take, as an argument, a pointer to theGuy Harris1-98/+130
2003-04-21From Brad Hards: don't mention the "Add Expression" button in theGuy Harris1-6/+12
2003-04-16From Lars Roland:Guy Harris5-3/+399
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-2/+2