aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-17Added a "Mark Frame" option to the packet_list_menu_itemsEd Warnicke1-1/+3
2001-06-27Don't offer the ability to edit capture filters if Ethereal wasn'tGuy Harris1-1/+3
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-6/+10
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-2/+2
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-2/+2
2001-03-22Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez1-1/+4
2001-02-11Inactivate the "Decode As" menu item if the "Decode As" dialog boxGuy Harris1-2/+3
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris1-1/+8
2001-01-28Have separate capture and display filter lists; some filter dialog boxesGuy Harris1-5/+6
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris1-1/+2
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris1-2/+14
2000-09-09"#if 0" out the code that puts "Cut", "Copy", and "Paste" items into theGuy Harris1-1/+8
2000-08-22Small update (add accelerator).Laurent Deniel1-2/+2
2000-08-21Add some menu items related to the "frame mark" feature inLaurent Deniel1-1/+8
2000-08-21Make work better the (hexdump) popup menus.Laurent Deniel1-6/+9
2000-08-20Add a popup menu for the hexdump window. For now, it has only theLaurent Deniel1-1/+12
2000-08-16- remove "Match Selected" from the packet list popup menu.Laurent Deniel1-5/+5
2000-08-15Rename the "Properties" pop-up menu item "Protocol Properties", to makeGuy Harris1-3/+3
2000-08-15Oups. Forgot some set_menus_for_selected_tree_row calls.Laurent Deniel1-1/+2
2000-08-15Implements the "Properties" menu item which displays the preferences windowLaurent Deniel1-2/+19
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-09Give the Help menu the more-or-less canonical style from mostGuy Harris1-3/+4
2000-08-08Add a Help window that contains:Laurent Deniel1-2/+4
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-2/+2
2000-07-05Get rid of the stuff to let the callback that pops up the PreferencesGuy Harris1-2/+2
2000-05-02Put in a comment to note what we'd do if we ever wanted to make theGuy Harris1-1/+8
2000-05-02 Make "P" a mnemonic for "Print" in the "File" menu.Guy Harris1-2/+2
2000-04-06Define "popup_menu_object" only in "gtk/menu.c", and just declare it asGuy Harris1-1/+3
2000-03-29Get rid of the "Find Frame" and "Go To Frame" items under "Display"; weGuy Harris1-5/+1
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris1-1/+5
2000-02-20Add "Resolve Name" item in detailed tree popup.Laurent Deniel1-1/+4
2000-02-12Split the color manipulation stuff into "color_dlg.[ch]", containing theGuy Harris1-2/+2
2000-02-12Move the declarations of the routines in "gtk/file_dlg.c" out ofGuy Harris1-1/+2
2000-02-12Make the routines internal to the filter-editing dialog box static.Guy Harris1-1/+2
2000-01-25If we open a file, and immediately try to open another file while the firstGerald Combs1-1/+2
2000-01-18Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine theGuy Harris1-4/+5
2000-01-18Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leaveGuy Harris1-4/+5
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolGuy Harris1-8/+100
2000-01-17We have to #include "plugins.h" before using the HAVE_PLUGINS define.Olivier Abad1-1/+2
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-2/+2
2000-01-08Allow people to print packets if there are packets to print, even ifGuy Harris1-2/+2
2000-01-03Make "menus_init()", set_menu_sensitivity()", and "grp" static toGuy Harris1-4/+9
2000-01-03Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris1-16/+56
1999-12-10Squelch a GCC complaint.Guy Harris1-2/+2
1999-12-10Jerry Talkington's patch to remove the filter stuff fromGuy Harris1-1/+2
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1-3/+3
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1-1/+4
1999-12-05Add ^G as an accelerator for Display:Go To Frame.Guy Harris1-2/+2
1999-11-10Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1-1/+4
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1-1/+7