aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-1/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+2
2001-12-08TCP time-sequence, round-trip time, and throughput graphs, from PavelGuy Harris1-1/+9
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-2/+2
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