aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2003-04-27From Lars Roland: add routines to use when creating statistics windowsguy3-16/+130
2003-04-25From Lars Roland:guy6-134/+244
2003-04-25Fix a compiler warning.guy1-2/+2
2003-04-24Fix a comment.guy1-2/+2
2003-04-24Make the dialog box "transient for" the main window, as we do with otherguy1-7/+50
2003-04-24From Didier Gautheron: the files being processed by make-tapreg-dotc areguy1-2/+2
2003-04-23Change copyright date to 2003.deniel1-2/+2
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"guy8-38/+55
2003-04-23Have "register_tap_menu_item()" create submenus as necessary for a menuguy15-248/+110
2003-04-23Allow taps to have menu item registration routines; the menu itemguy11-64/+34
2003-04-23Add a routine to create a new menu item under "/Tools/Statistics" forguy2-3/+49
2003-04-22Update to smb rtt stat for ethereal so that we can provide a filter for whichsahlberg1-3/+66
2003-04-22The main menu "/Display/{Match,Prepare}" menu items, and the tree viewguy1-8/+4
2003-04-22"gtk_item_factory_get_widget()" returns, for a menu item with a submenu,guy1-4/+17
2003-04-22Have "set_menu_sensitivity()" take, as an argument, a pointer to theguy1-98/+130
2003-04-21From Brad Hards: don't mention the "Add Expression" button in theguy1-6/+12
2003-04-16From Lars Roland:guy5-3/+399
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoguy1-2/+2
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceguy1-1/+2
2003-04-06From emre: add a "Filter out this stream" button to the "Follow TCPguy1-2/+59
2003-03-12Change the version messages to put the "compiled with" stuff on aguy1-11/+15
2003-03-11When registering a string preference, if the value of the preference isguy1-10/+5
2003-03-11Fixed two small bugs in tap_rtp.csahlberg1-3/+15
2003-03-10Have the "Save voice data as..." button in the RTP analysis dialog boxguy1-142/+48
2003-03-10Pointer <--> int converions cause warnings on ia64.jmayer2-4/+4
2003-03-08Put the code to get version numbers of various libraries with whichguy1-70/+4
2003-03-07Add an average packet size, as suggested by Daniel Jackson.gerald1-1/+5
2003-03-07Include <io.h>, if present, to get "_open()", "_close()", etc. declared.guy1-1/+5
2003-03-07Declare f_tempname and r_tempname staticjmayer1-2/+2
2003-03-07NO_DATA is apparently #defined by some header file when building withguy1-39/+39
2003-03-06Get rid of CRs.guy1-1999/+1999
2003-03-06Get rid of CRs.guy1-35/+35
2003-03-06Move RTP Analysis to Statistics menudeniel1-3/+3
2003-03-06- Protect tap_rtp.h against multiple inclusionsdeniel2-1/+11
2003-03-06From Miha Jemec :sahlberg5-5/+2035
2003-03-06From Devin Heitmueller: follow TCP Stream support for showing streamguy1-2/+61
2003-03-05"gtk_box_pack_end()" expects a GtkBox, not a GtkContainer, as its firstguy1-2/+2
2003-03-05Eliminate vertical padding in the IO Stat window.gerald1-3/+3
2003-03-03- fix FAQ display (faq_help[] was not initialised before strcatdeniel1-59/+70
2003-03-02Get rid of unneeded includes of "../ui_util.h".guy2-4/+2
2003-03-02Use "goto_frame()" to go to a given frame number, notguy1-9/+5
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingguy2-33/+6
2003-03-02Remove wip commentsjmayer1-4/+1
2003-03-02Split FAQ into shorter lines before including it into the gtk help dialog.jmayer1-3/+10
2003-03-02Change some plugin window geometry aspects.deniel1-5/+5
2003-03-02Add type of filter in capture/display filter windows.deniel1-5/+14
2003-03-01Replace gdk_string_width and gdk_string_height withoabad1-39/+50
2003-03-01Add an "Apply" button to "Decode As" window.deniel1-3/+40
2003-03-01The correct way to go to a frame with a given number is to useguy1-4/+20
2003-02-21From Pavel Roskin: in the GTK+ 2 code, associate the "Print Detail"guy1-2/+2