aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* From Lars Roland: add routines to use when creating statistics windowsGuy Harris2003-04-273-16/+130
* From Lars Roland:Guy Harris2003-04-256-134/+244
* Fix a compiler warning.Guy Harris2003-04-251-2/+2
* Fix a comment.Guy Harris2003-04-241-2/+2
* Make the dialog box "transient for" the main window, as we do with otherGuy Harris2003-04-241-7/+50
* From Didier Gautheron: the files being processed by make-tapreg-dotc areGuy Harris2003-04-241-2/+2
* Change copyright date to 2003.Laurent Deniel2003-04-231-2/+2
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-238-38/+55
* Have "register_tap_menu_item()" create submenus as necessary for a menuGuy Harris2003-04-2315-248/+110
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-2311-64/+34
* Add a routine to create a new menu item under "/Tools/Statistics" forGuy Harris2003-04-232-3/+49
* Update to smb rtt stat for ethereal so that we can provide a filter for whichRonnie Sahlberg2003-04-221-3/+66
* The main menu "/Display/{Match,Prepare}" menu items, and the tree viewGuy Harris2003-04-221-8/+4
* "gtk_item_factory_get_widget()" returns, for a menu item with a submenu,Guy Harris2003-04-221-4/+17
* Have "set_menu_sensitivity()" take, as an argument, a pointer to theGuy Harris2003-04-221-98/+130
* From Brad Hards: don't mention the "Add Expression" button in theGuy Harris2003-04-211-6/+12
* From Lars Roland:Guy Harris2003-04-165-3/+399
* Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris2003-04-161-2/+2
* Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris2003-04-161-1/+2
* From emre: add a "Filter out this stream" button to the "Follow TCPGuy Harris2003-04-061-2/+59
* Change the version messages to put the "compiled with" stuff on aGuy Harris2003-03-121-11/+15
* When registering a string preference, if the value of the preference isGuy Harris2003-03-111-10/+5
* Fixed two small bugs in tap_rtp.cRonnie Sahlberg2003-03-111-3/+15
* Have the "Save voice data as..." button in the RTP analysis dialog boxGuy Harris2003-03-101-142/+48
* Pointer <--> int converions cause warnings on ia64.Jörg Mayer2003-03-102-4/+4
* Put the code to get version numbers of various libraries with whichGuy Harris2003-03-081-70/+4
* Add an average packet size, as suggested by Daniel Jackson.Gerald Combs2003-03-071-1/+5
* Include <io.h>, if present, to get "_open()", "_close()", etc. declared.Guy Harris2003-03-071-1/+5
* Declare f_tempname and r_tempname staticJörg Mayer2003-03-071-2/+2
* NO_DATA is apparently #defined by some header file when building withGuy Harris2003-03-071-39/+39
* Get rid of CRs.Guy Harris2003-03-061-1999/+1999
* Get rid of CRs.Guy Harris2003-03-061-35/+35
* Move RTP Analysis to Statistics menuLaurent Deniel2003-03-061-3/+3
* - Protect tap_rtp.h against multiple inclusionsLaurent Deniel2003-03-062-1/+11
* From Miha Jemec :Ronnie Sahlberg2003-03-065-5/+2035
* From Devin Heitmueller: follow TCP Stream support for showing streamGuy Harris2003-03-061-2/+61
* "gtk_box_pack_end()" expects a GtkBox, not a GtkContainer, as its firstGuy Harris2003-03-051-2/+2
* Eliminate vertical padding in the IO Stat window.Gerald Combs2003-03-051-3/+3
* - fix FAQ display (faq_help[] was not initialised before strcatLaurent Deniel2003-03-031-59/+70
* Get rid of unneeded includes of "../ui_util.h".Guy Harris2003-03-022-4/+2
* Use "goto_frame()" to go to a given frame number, notGuy Harris2003-03-021-9/+5
* Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris2003-03-022-33/+6
* Remove wip commentsJörg Mayer2003-03-021-4/+1
* Split FAQ into shorter lines before including it into the gtk help dialog.Jörg Mayer2003-03-021-3/+10
* Change some plugin window geometry aspects.Laurent Deniel2003-03-021-5/+5
* Add type of filter in capture/display filter windows.Laurent Deniel2003-03-021-5/+14
* Replace gdk_string_width and gdk_string_height withOlivier Abad2003-03-011-39/+50
* Add an "Apply" button to "Decode As" window.Laurent Deniel2003-03-011-3/+40
* The correct way to go to a frame with a given number is to useGuy Harris2003-03-011-4/+20
* From Pavel Roskin: in the GTK+ 2 code, associate the "Print Detail"Guy Harris2003-02-211-2/+2