aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-1/+2
2003-04-06From emre: add a "Filter out this stream" button to the "Follow TCPGuy Harris1-2/+59
2003-03-12Change the version messages to put the "compiled with" stuff on aGuy Harris1-11/+15
2003-03-11When registering a string preference, if the value of the preference isGuy Harris1-10/+5
2003-03-11Fixed two small bugs in tap_rtp.cRonnie Sahlberg1-3/+15
2003-03-10Have the "Save voice data as..." button in the RTP analysis dialog boxGuy Harris1-142/+48
2003-03-10Pointer <--> int converions cause warnings on ia64.Jörg Mayer2-4/+4
2003-03-08Put the code to get version numbers of various libraries with whichGuy Harris1-70/+4
2003-03-07Add an average packet size, as suggested by Daniel Jackson.Gerald Combs1-1/+5
2003-03-07Include <io.h>, if present, to get "_open()", "_close()", etc. declared.Guy Harris1-1/+5
2003-03-07Declare f_tempname and r_tempname staticJörg Mayer1-2/+2
2003-03-07NO_DATA is apparently #defined by some header file when building withGuy Harris1-39/+39
2003-03-06Get rid of CRs.Guy Harris1-1999/+1999
2003-03-06Get rid of CRs.Guy Harris1-35/+35
2003-03-06Move RTP Analysis to Statistics menuLaurent Deniel1-3/+3
2003-03-06- Protect tap_rtp.h against multiple inclusionsLaurent Deniel2-1/+11
2003-03-06From Miha Jemec :Ronnie Sahlberg5-5/+2035
2003-03-06From Devin Heitmueller: follow TCP Stream support for showing streamGuy Harris1-2/+61
2003-03-05"gtk_box_pack_end()" expects a GtkBox, not a GtkContainer, as its firstGuy Harris1-2/+2
2003-03-05Eliminate vertical padding in the IO Stat window.Gerald Combs1-3/+3
2003-03-03- fix FAQ display (faq_help[] was not initialised before strcatLaurent Deniel1-59/+70
2003-03-02Get rid of unneeded includes of "../ui_util.h".Guy Harris2-4/+2
2003-03-02Use "goto_frame()" to go to a given frame number, notGuy Harris1-9/+5
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris2-33/+6
2003-03-02Remove wip commentsJörg Mayer1-4/+1
2003-03-02Split FAQ into shorter lines before including it into the gtk help dialog.Jörg Mayer1-3/+10
2003-03-02Change some plugin window geometry aspects.Laurent Deniel1-5/+5
2003-03-02Add type of filter in capture/display filter windows.Laurent Deniel1-5/+14
2003-03-01Replace gdk_string_width and gdk_string_height withOlivier Abad1-39/+50
2003-03-01Add an "Apply" button to "Decode As" window.Laurent Deniel1-3/+40
2003-03-01The correct way to go to a frame with a given number is to useGuy Harris1-4/+20
2003-02-21From Pavel Roskin: in the GTK+ 2 code, associate the "Print Detail"Guy Harris1-2/+2
2003-02-17In gtk2, the "changed" signal is sent by the GtkTreeSelection, not theOlivier Abad1-2/+2
2003-02-17In gtk2 code, replace gdk_string_width() with the "Pango" way ofOlivier Abad2-9/+13
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