aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2000-06-05Add gtk_set_locale() as recommended byGilbert Ramirez1-1/+6
2000-06-02Add a "Enable name resolution" check box to the File Open dialogue.Gilbert Ramirez1-3/+21
2000-05-29Graham Bloice's Win32 Makefile changes to build in batch mode (gets ridGuy Harris1-0/+3
2000-05-26Incorporate the GTK+ 1.2.8 version of "gtkclist.c" (which includes allGuy Harris2-22/+23
2000-05-26Don't duplicate the "gtk_radio_button_new_with_label()" andGuy Harris1-39/+38
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2-12/+6
2000-05-18Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris1-1/+3
2000-05-10Graham Bloice's changes to make clicking on a column header cause theGuy Harris1-2/+68
2000-05-08Make the "Preferences" dialog box use the new utilities to make the EscGuy Harris1-1/+7
2000-05-08Keep a pointer to the current "Preferences" window, if any - if not, theGuy Harris2-5/+93
2000-05-08Catch the ESC key in the file selection dialog boxes popped up forGuy Harris3-3/+24
2000-05-08Set up the buttons in the "Capture Preferences" dialog box to useGuy Harris2-7/+17
2000-05-08Connect the capture preferences dialog box and any file selection dialogGuy Harris1-1/+57
2000-05-08Keep a pointer to the current "Print" window, if any - if not, theGuy Harris1-15/+80
2000-05-08Keep a pointer to the current "Display Options" window, if any - if not,Guy Harris1-16/+24
2000-05-08Set up the buttons in the "Find Frame" and "Print" dialog boxes to useGuy Harris2-15/+38
2000-05-08Add functions to create buttons whose labels specify mnemonics, i.e.Guy Harris3-11/+88
2000-05-08Make the display options dialog box use the new utilities to make theGuy Harris1-1/+7
2000-05-08Get rid of some unnecessary (and "#if 0"ed-out) includes.Guy Harris1-21/+1
2000-05-03Make the "Print" dialog box use the new utilities to make the ReturnGuy Harris1-1/+15
2000-05-03Make the summary dialog box use the new utilities to make the ReturnGuy Harris1-2/+10
2000-05-03Make dialog boxes created with "simple_dialog()" use the new utilitiesGuy Harris1-1/+12
2000-05-03Make the "Capture Preferences" dialog box use the new utilities to makeGuy Harris1-1/+37
2000-05-02Add some utilities to:Guy Harris6-3/+147
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-27Use "isprint()", rather than "isgraph()" followed by a check for space,Guy Harris1-3/+3
2000-04-27Print spaces as spaces (instead of '.') in the hex dump pane.Gilbert Ramirez1-2/+2
2000-04-14On Win32, build Ethereal as a Windows-subsystem program rather than aGuy Harris1-1/+22
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2-5/+5
2000-04-13As we always have to have a filter string (thanks to a bug in the LinuxGuy Harris1-2/+2
2000-04-10Have separate global variables for the current "File:Open" andGuy Harris1-26/+48
2000-04-07Disable "Update list of packets in real tiem" andGilbert Ramirez1-1/+7
2000-04-06Define "popup_menu_object" only in "gtk/menu.c", and just declare it asGuy Harris2-3/+5
2000-04-04The Win32 port of libpcap requires that programs with which it's builtGuy Harris1-1/+4
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris1-20/+4
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-2/+1
2000-04-03Move the creation of, and registration of protocols known to UDP in, theGuy Harris1-2/+1
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris7-26/+233
2000-04-01There's no need to catch the "delete_event" signal on "Follow TCPGuy Harris1-13/+44
2000-04-01Exit from Ethereal by making the main loop exit, so that any quitGuy Harris1-9/+24
2000-04-01No work need be done when a summary dialog box is destroyed, or when theGuy Harris2-15/+2
2000-03-29Get rid of the "Find Frame" and "Go To Frame" items under "Display"; weGuy Harris1-5/+1
2000-03-28Add getopt.c (from GNU libc) for use on Win32.Gilbert Ramirez1-7/+5
2000-03-28Ralf Schneider's change to boost the maximum size of a line in theGuy Harris1-3/+5
2000-03-15Give the entry box in the "Find Frame" and "Go To Frame" dialog boxesGuy Harris2-2/+8
2000-03-08We already set the foreground and background color for every frame,Guy Harris1-2/+7
2000-03-02Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris6-130/+74
2000-03-01Use the "destroy" signal on a packet popup window to find out when toGuy Harris1-12/+9