aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris10-104/+570
2000-02-20Add "Resolve Name" item in detailed tree popup.Laurent Deniel3-3/+17
2000-02-17Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements.Gilbert Ramirez1-20/+22
2000-02-13When exiting Ethereal, don't just unlink any temporary capture file,Guy Harris1-7/+9
2000-02-12Update the Win32 Nmakefiles to reflect the move of the color code intoGuy Harris1-0/+2
2000-02-12Remove some unnecessary includes from "gtk/color_dlg.c" andGuy Harris2-5/+3
2000-02-12Split the color manipulation stuff into "color_dlg.[ch]", containing theGuy Harris6-1088/+1163
2000-02-12The color stuff is almost completely toolkit-dependent (this isn't justGuy Harris3-1/+1463
2000-02-12Move the declarations of the routines in "gtk/file_dlg.c" out ofGuy Harris5-12/+42
2000-02-12Make the routines internal to the filter-editing dialog box static.Guy Harris9-41/+46
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2-2/+7
2000-02-09Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez1-4/+2
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez1-7/+23
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez2-9/+10
2000-01-29I forgot to toggle the data_out_file "semaphore" (well, we us it like one)Gilbert Ramirez1-1/+2
2000-01-25Fix the File|Open menu problem for builds w/o pcap (aka, win32 builds).Gilbert Ramirez1-1/+3
2000-01-25Add an include of "../menu.h" to fix a win32 build break.Gilbert Ramirez1-1/+2
2000-01-25Enable File|Open menu item when Ethereal is started with no "-r" option.Gilbert Ramirez1-1/+5
2000-01-25Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris2-22/+46
2000-01-25Use "get_basename()" rather than finding the last component of "argv[0]"Guy Harris1-6/+2
2000-01-25If we open a file, and immediately try to open another file while the firstGerald Combs1-1/+2
2000-01-25Try to work around the undraw_cursor() bug in GTK+ 1.2.3 - 1.2.6. SettingGerald Combs1-1/+6
2000-01-24Set a fixed-width font for win32.Gilbert Ramirez1-2/+7
2000-01-24Add spaces to the usage message, to match what was done to the TetherealGuy Harris1-9/+10
2000-01-24Include the "-D" flag in the usage message.Guy Harris1-2/+2
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris2-3/+22
2000-01-18Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine theGuy Harris1-4/+5
2000-01-18Put into the "Capture Preferences" dialog box a check box to controlGuy Harris1-10/+20
2000-01-18Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leaveGuy Harris1-4/+5