aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* On Win32, build Ethereal as a Windows-subsystem program rather than aGuy Harris2000-04-141-1/+22
* Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2000-04-132-5/+5
* As we always have to have a filter string (thanks to a bug in the LinuxGuy Harris2000-04-131-2/+2
* Have separate global variables for the current "File:Open" andGuy Harris2000-04-101-26/+48
* Disable "Update list of packets in real tiem" andGilbert Ramirez2000-04-071-1/+7
* Define "popup_menu_object" only in "gtk/menu.c", and just declare it asGuy Harris2000-04-062-3/+5
* The Win32 port of libpcap requires that programs with which it's builtGuy Harris2000-04-041-1/+4
* Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris2000-04-041-20/+4
* Use the new split between protocol registration and protocol handoffGuy Harris2000-04-041-2/+1
* Move the creation of, and registration of protocols known to UDP in, theGuy Harris2000-04-031-2/+1
* Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris2000-04-017-26/+233
* There's no need to catch the "delete_event" signal on "Follow TCPGuy Harris2000-04-011-13/+44
* Exit from Ethereal by making the main loop exit, so that any quitGuy Harris2000-04-011-9/+24
* No work need be done when a summary dialog box is destroyed, or when theGuy Harris2000-04-012-15/+2
* Get rid of the "Find Frame" and "Go To Frame" items under "Display"; weGuy Harris2000-03-291-5/+1
* Add getopt.c (from GNU libc) for use on Win32.Gilbert Ramirez2000-03-281-7/+5
* Ralf Schneider's change to boost the maximum size of a line in theGuy Harris2000-03-281-3/+5
* Give the entry box in the "Find Frame" and "Go To Frame" dialog boxesGuy Harris2000-03-152-2/+8
* We already set the foreground and background color for every frame,Guy Harris2000-03-081-2/+7
* Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris2000-03-026-130/+74
* Use the "destroy" signal on a packet popup window to find out when toGuy Harris2000-03-011-12/+9
* Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris2000-02-2910-104/+570
* Add "Resolve Name" item in detailed tree popup.Laurent Deniel2000-02-203-3/+17
* Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements.Gilbert Ramirez2000-02-171-20/+22
* When exiting Ethereal, don't just unlink any temporary capture file,Guy Harris2000-02-131-7/+9
* Update the Win32 Nmakefiles to reflect the move of the color code intoGuy Harris2000-02-121-0/+2
* Remove some unnecessary includes from "gtk/color_dlg.c" andGuy Harris2000-02-122-5/+3
* Split the color manipulation stuff into "color_dlg.[ch]", containing theGuy Harris2000-02-126-1088/+1163
* The color stuff is almost completely toolkit-dependent (this isn't justGuy Harris2000-02-123-1/+1463
* Move the declarations of the routines in "gtk/file_dlg.c" out ofGuy Harris2000-02-125-12/+42
* Make the routines internal to the filter-editing dialog box static.Guy Harris2000-02-129-41/+46
* Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2000-02-092-2/+7
* Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez2000-02-091-4/+2
* Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez2000-02-071-7/+23
* Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez2000-01-292-9/+10
* I forgot to toggle the data_out_file "semaphore" (well, we us it like one)Gilbert Ramirez2000-01-291-1/+2
* Fix the File|Open menu problem for builds w/o pcap (aka, win32 builds).Gilbert Ramirez2000-01-251-1/+3
* Add an include of "../menu.h" to fix a win32 build break.Gilbert Ramirez2000-01-251-1/+2
* Enable File|Open menu item when Ethereal is started with no "-r" option.Gilbert Ramirez2000-01-251-1/+5
* Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris2000-01-252-22/+46
* Use "get_basename()" rather than finding the last component of "argv[0]"Guy Harris2000-01-251-6/+2
* If we open a file, and immediately try to open another file while the firstGerald Combs2000-01-251-1/+2
* Try to work around the undraw_cursor() bug in GTK+ 1.2.3 - 1.2.6. SettingGerald Combs2000-01-251-1/+6
* Set a fixed-width font for win32.Gilbert Ramirez2000-01-241-2/+7
* Add spaces to the usage message, to match what was done to the TetherealGuy Harris2000-01-241-9/+10
* Include the "-D" flag in the usage message.Guy Harris2000-01-241-2/+2
* Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris2000-01-242-3/+22
* Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine theGuy Harris2000-01-181-4/+5
* Put into the "Capture Preferences" dialog box a check box to controlGuy Harris2000-01-181-10/+20
* Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leaveGuy Harris2000-01-181-4/+5