| Commit message (Expand) | Author | Age | Files | Lines |
* | Have separate capture and display filter lists; some filter dialog boxes | Guy Harris | 2001-01-28 | 1 | -5/+6 |
* | Move the declaration of "g_resolving_actif" from the top-level | Guy Harris | 2000-10-19 | 1 | -1/+2 |
* | Santeri Paavolainen's patch to add a "Capture->Stop" menu item to let | Guy Harris | 2000-10-11 | 1 | -2/+14 |
* | "#if 0" out the code that puts "Cut", "Copy", and "Paste" items into the | Guy Harris | 2000-09-09 | 1 | -1/+8 |
* | Small update (add accelerator). | Laurent Deniel | 2000-08-22 | 1 | -2/+2 |
* | Add some menu items related to the "frame mark" feature in | Laurent Deniel | 2000-08-21 | 1 | -1/+8 |
* | Make work better the (hexdump) popup menus. | Laurent Deniel | 2000-08-21 | 1 | -6/+9 |
* | Add a popup menu for the hexdump window. For now, it has only the | Laurent Deniel | 2000-08-20 | 1 | -1/+12 |
* | - remove "Match Selected" from the packet list popup menu. | Laurent Deniel | 2000-08-16 | 1 | -5/+5 |
* | Rename the "Properties" pop-up menu item "Protocol Properties", to make | Guy Harris | 2000-08-15 | 1 | -3/+3 |
* | Oups. Forgot some set_menus_for_selected_tree_row calls. | Laurent Deniel | 2000-08-15 | 1 | -1/+2 |
* | Implements the "Properties" menu item which displays the preferences window | Laurent Deniel | 2000-08-15 | 1 | -2/+19 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Give the Help menu the more-or-less canonical style from most | Guy Harris | 2000-08-09 | 1 | -3/+4 |
* | Add a Help window that contains: | Laurent Deniel | 2000-08-08 | 1 | -2/+4 |
* | Add a "Save As" feature to the TCP Follow dialogue, to save the stream | Gilbert Ramirez | 2000-08-03 | 1 | -2/+2 |
* | Get rid of the stuff to let the callback that pops up the Preferences | Guy Harris | 2000-07-05 | 1 | -2/+2 |
* | Put in a comment to note what we'd do if we ever wanted to make the | Guy Harris | 2000-05-02 | 1 | -1/+8 |
* | Make "P" a mnemonic for "Print" in the "File" menu. | Guy Harris | 2000-05-02 | 1 | -2/+2 |
* | Define "popup_menu_object" only in "gtk/menu.c", and just declare it as | Guy Harris | 2000-04-06 | 1 | -1/+3 |
* | Get rid of the "Find Frame" and "Go To Frame" items under "Display"; we | Guy Harris | 2000-03-29 | 1 | -5/+1 |
* | Jeff Foster's changes, with my additions, to allow the user to pop up a | Guy Harris | 2000-02-29 | 1 | -1/+5 |
* | Add "Resolve Name" item in detailed tree popup. | Laurent Deniel | 2000-02-20 | 1 | -1/+4 |
* | Split the color manipulation stuff into "color_dlg.[ch]", containing the | Guy Harris | 2000-02-12 | 1 | -2/+2 |
* | Move the declarations of the routines in "gtk/file_dlg.c" out of | Guy Harris | 2000-02-12 | 1 | -1/+2 |
* | Make the routines internal to the filter-editing dialog box static. | Guy Harris | 2000-02-12 | 1 | -1/+2 |
* | If we open a file, and immediately try to open another file while the first | Gerald Combs | 2000-01-25 | 1 | -1/+2 |
* | Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine the | Guy Harris | 2000-01-18 | 1 | -4/+5 |
* | Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leave | Guy Harris | 2000-01-18 | 1 | -4/+5 |
* | Jerry Talkington's changes to support, in the packet list and protocol | Guy Harris | 2000-01-18 | 1 | -8/+100 |
* | We have to #include "plugins.h" before using the HAVE_PLUGINS define. | Olivier Abad | 2000-01-17 | 1 | -1/+2 |
* | Merge in the final code to make Ethereal run on Win32, compiled | Gilbert Ramirez | 2000-01-15 | 1 | -2/+2 |
* | Allow people to print packets if there are packets to print, even if | Guy Harris | 2000-01-08 | 1 | -2/+2 |
* | Make "menus_init()", set_menu_sensitivity()", and "grp" static to | Guy Harris | 2000-01-03 | 1 | -4/+9 |
* | Have "gtk/menu.c" (and, in the future, code for other UIs) export a set | Guy Harris | 2000-01-03 | 1 | -16/+56 |
* | Squelch a GCC complaint. | Guy Harris | 1999-12-10 | 1 | -2/+2 |
* | Jerry Talkington's patch to remove the filter stuff from | Guy Harris | 1999-12-10 | 1 | -1/+2 |
* | Move GTK code out of summary.c and into gtk/summary_dlg.c | Gilbert Ramirez | 1999-12-10 | 1 | -3/+3 |
* | plugins support (i.e. Dynamically loadable dissectors) | Olivier Abad | 1999-12-09 | 1 | -1/+4 |
* | Add ^G as an accelerator for Display:Go To Frame. | Guy Harris | 1999-12-05 | 1 | -2/+2 |
* | Add a "Go To Frame" menu item, which lets you go to a frame by frame | Guy Harris | 1999-11-10 | 1 | -1/+4 |
* | Add a "Find Frame" menu item under "Display"; it lets you use a display | Guy Harris | 1999-11-06 | 1 | -1/+7 |
* | Move display.[ch] --> gtk/display_opts.[ch] | Gilbert Ramirez | 1999-10-18 | 1 | -2/+2 |
* | Collapse/Expand All protocol tree added in Display menu. | Laurent Deniel | 1999-09-11 | 1 | -1/+5 |
* | More shuffling of GTK-related routines to gtk subdirectory. | Gilbert Ramirez | 1999-09-09 | 1 | -3/+3 |
* | More shuffling of GTK-related files to gtk subdirectory. | Gilbert Ramirez | 1999-09-09 | 1 | -2/+2 |
* | Moved GTK-dependent routines for file dialogues, print dialogues, print | Gilbert Ramirez | 1999-09-01 | 1 | -0/+172 |