aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-19added supported_protos menu itemUlf Lamping1-1/+3
2003-11-15From Michael Lum: add <shift><control> hotkeys for Protocols andGuy Harris1-3/+3
2003-11-15GTK2 specific: use some Ethereal specific stock icons generated in toolbar.cUlf Lamping1-8/+8
2003-11-07"File->Open" should be available whether or not we have a captue fileGuy Harris1-3/+3
2003-11-06Make Shift+Control+S an accelerator for "Save As...", as per the GNOMEGuy Harris1-2/+2
2003-10-20If a tap menu item doesn't have a "selected_packet_enabled()" orGuy Harris1-11/+21
2003-10-17From Olivier Biot : remove packet capture code when compiling withoutOlivier Abad1-1/+3
2003-10-15From Ulf Lamping: toolbar.Guy Harris1-1/+5
2003-10-10Updates to TimeReference FramesRonnie Sahlberg1-4/+9
2003-09-24Pass a pointer to a "capture_file" structure toGuy Harris1-72/+61
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris1-7/+7
2003-09-22Update the menu text for Time Reference and give it a hot-key : ctrl-TRonnie Sahlberg1-3/+3
2003-09-19Provide a mechanism by which a tap can arrange to have its menu enabledGuy Harris1-16/+257
2003-09-17Have "register_tap_menu_item()" put the item under Tools, notGuy Harris1-7/+7
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-1/+4
2003-08-25From Matthijs Melchior:Guy Harris1-2/+2
2003-05-03Rename "proto_alloc_dfilter_string()" toGuy Harris1-5/+5
2003-04-23Have "register_tap_menu_item()" create submenus as necessary for a menuGuy Harris1-34/+48
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-4/+1
2003-04-23Add a routine to create a new menu item under "/Tools/Statistics" forGuy Harris1-2/+39
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-16From Lars Roland:Guy Harris1-1/+11
2003-03-06Move RTP Analysis to Statistics menuLaurent Deniel1-3/+3
2003-03-06From Miha Jemec :Ronnie Sahlberg1-1/+4
2003-01-22SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg1-1/+6
2003-01-08Replace :Olivier Abad1-2/+2
2002-12-19Rename "Go To Specified Frame" to "Go To Corresponding Frame" (I'm notGuy Harris1-8/+21
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-2/+3
2002-11-17update for gui version of io-statRonnie Sahlberg1-3/+3
2002-11-15New gtk1/gtk2 compatibility macros used for menu entries.Olivier Abad1-293/+226
2002-11-15Clean up the GTK+ 1.2[.x] menu items. (This really calls for anotherGuy Harris1-9/+9
2002-11-15Gtk1 version of io-statRonnie Sahlberg1-1/+3
2002-11-14Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. Lo...Ronnie Sahlberg1-2/+4
2002-11-11In the gtk2 port, make double click in the tree view expand or collapseOlivier Abad1-38/+57
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-13/+18
2002-11-11Replace gtk_rpcprogs_init with gtk_rpcprogs_cb in the gtk2 menu entry.Olivier Abad1-2/+2
2002-11-06First step in creating an API to register TAPs for use with ethereal instead ...Ronnie Sahlberg1-2/+2
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-1/+164
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris1-1/+5
2002-09-07Tap system supprot for Gtk1 and both rpc_stat and rpc_progsRonnie Sahlberg1-1/+7
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-3/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-13/+13
2002-08-24Give the routines that implement the "Match" and "Prepare" menu itemsGuy Harris1-37/+37
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-03From Didieer Gautheron:Guy Harris1-1/+5
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+5
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-2/+2
2002-01-11From Jirka Novak:Guy Harris1-18/+107