Added the ethereal capture preferences to the preference file.
[metze/wireshark/wip.git] / gtk / main.c
2001-04-13 Jeff FosterAdded the ethereal capture preferences to the preferenc...
2001-04-10 Gilbert RamirezCheck in isprint() hack for Win32 so that Ethereal...
2001-04-09 Gilbert Ramirezlast_open_dir needs a trailing slash in order for the...
2001-04-05 Gilbert RamirezWin32 build fix, show "0.5.2 (WinPcap 2.1)" as the...
2001-04-03 Gilbert RamirezNow that WinPcap is a DLL, I can load it at run-time...
2001-04-02 Guy Harris"get_home_dir()", in "epan/filesystem.c", uses
2001-04-02 Ed WarnickeAdded two new arguments to epan_init() and proto_init...
2001-03-27 Guy HarrisMake "comp_info_str" static in Ethereal - there's no...
2001-03-27 Guy HarrisThere's no "-D" option to Ethereal - remove the "D...
2001-03-23 Jeff FosterChanges required to support multiple named data sources.
2001-03-02 Gilbert RamirezCalculate the height and width of m_r_font globally...
2001-03-02 Gilbert Ramirezcreate_main_window() does not need to be called by...
2001-02-20 Guy HarrisOn Win32, if Ethereal started as a GUI rather than...
2001-02-11 Guy HarrisIn Ethereal, attempt to get the packet statistics from...
2001-02-08 Guy HarrisIf we failed to open a capture file specified by the...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...
2001-01-28 Guy HarrisThere's no need for a member of a "capture_file" struct...
2001-01-28 Guy HarrisHave separate capture and display filter lists; some...
2001-01-28 Guy HarrisCall "get_filter_list()" when Ethereal starts up.
2001-01-21 Guy HarrisGive various filter constructing/editing dialog boxes...
2001-01-21 Guy HarrisIn the process of destroying a filter editing dialog...
2001-01-10 Guy HarrisFix up Gerald's e-mail address to be his "ethereal...
2001-01-02 Guy HarrisAdd a dialog box for constructing expressions that...
2000-12-22 Gilbert RamirezEnable FT_BYTES dfiltering, from Ed Warnicke.
2000-12-15 Gilbert RamirezMatch Selected works better with FT_STRING variables.
2000-12-03 Guy HarrisPull the code to set the fields in the "cfile.cinfo...
2000-11-22 Gilbert RamirezChange Ethereal homepage URL from etheral.zing.org...
2000-11-21 Guy HarrisAdd a "color.h" file that declares a nominally-toolkit...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-01 Guy HarrisAdd a fourth choice of time format in the packet list...
2000-10-27 Gilbert RamirezMove declaration of wsaData (for Win32) out of HAVE_LIB...
2000-10-20 Gilbert RamirezRemove #include "gtk/colors.h" from file.h, which keep...
2000-10-16 Guy HarrisGive libethereal its own configuration file, and have...
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.
2000-09-15 Guy HarrisAdd a "-p" command-line option, and a checkbox in the...
2000-09-14 Graham BloiceCorrected startup // shutdown of windows sockets to...
2000-09-09 Guy Harris"redraw_hex_dump()" can't use "cfile.pd" or "cfile...
2000-09-08 Guy HarrisRedraw:
2000-09-08 Guy HarrisGraham Bloice's patch to support inverse video rather...
2000-08-23 Laurent DenielIf the default build-in fonts are not found, use the...
2000-08-23 Laurent DenielRemove the -D option.
2000-08-22 Laurent DenielDo not display "Text (text)" (i.e. FT_TEXT_ONLY) for...
2000-08-22 Laurent DenielAdd a help context identifier for the status bar.
2000-08-22 Laurent DenielAdd "Colors..." button in GUI preferences.
2000-08-22 Guy HarrisPut "-t <time stamp format>" back into the usage messag...
2000-08-21 Laurent DenielAdd prefs.gui_marked_[fb]g color preferences for the
2000-08-21 Laurent DenielAdd some menu items related to the "frame mark" feature in
2000-08-21 Laurent DenielFrames in the packet list can now be marked by the...
2000-08-21 Laurent DenielMake work better the (hexdump) popup menus.
2000-08-21 Guy HarrisInstead of each set of built-in preferences having...
2000-08-21 Guy Harris"capture_child" isn't declared or defined if HAVE_LIBPC...
2000-08-20 Laurent DenielAdd a popup menu for the hexdump window. For now, it...
2000-08-20 Laurent Deniel- do not issue the font warning if in the child process...
2000-08-20 Guy HarrisWhen the Win32 GTK+ constructs fake XLFD names for...
2000-08-20 Guy HarrisRemove references to the "-b" option from the usage...
2000-08-20 Guy HarrisInstead of having the normal-weight and bold fonts...
2000-08-17 Guy HarrisIt was silly of me to require that "forget_scrolled_win...
2000-08-15 Guy HarrisIn "set_plist_sel_browse()", don't unselect the current...
2000-08-15 Laurent DenielImplements the "Properties" menu item which displays...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-05 Guy HarrisArrange that filter dialog boxes have an "Apply" button...
2000-08-03 Gilbert RamirezAdd a "Save As" feature to the TCP Follow dialogue...
2000-07-20 Guy HarrisUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-09 Guy HarrisTurn the code of "colorize_packet()" into a static...
2000-07-05 Guy HarrisAdd support for a global "ethereal.conf" preferences...
2000-07-05 Guy HarrisNote, in a comment, that "gtk_set_locale()" sets the...
2000-07-03 Guy HarrisRemove the progress bar from the status line, and,...
2000-06-27 Guy HarrisAdd routines to Wiretap to allow a client of Wiretap...
2000-06-27 Guy HarrisGet rid of a debugging fprintf.
2000-06-27 Guy HarrisPatch from Ben Fowler to rename the global variable...
2000-06-24 Guy HarrisWrite and read the temporary file for "Follow TCP Strea...
2000-06-15 Guy HarrisChanges from Graham Bloice to support "Update list...
2000-06-05 Gilbert RamirezAdd gtk_set_locale() as recommended by
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-05-10 Guy HarrisGraham Bloice's changes to make clicking on a column...
2000-04-14 Guy HarrisOn Win32, build Ethereal as a Windows-subsystem program...
2000-04-13 Gilbert RamirezConsolidate flags in struct frame_data, and add "visite...
2000-04-04 Guy HarrisTurn "ethereal_proto_init()" and "ethereal_proto_cleanu...
2000-04-04 Guy HarrisUse the new split between protocol registration and...
2000-04-03 Guy HarrisMove the creation of, and registration of protocols...
2000-04-01 Guy HarrisSplit "filter_dialog_cb()" into "filter_dialog_cb(...
2000-04-01 Guy HarrisThere's no need to catch the "delete_event" signal...
2000-04-01 Guy HarrisExit from Ethereal by making the main loop exit, so...
2000-03-28 Gilbert RamirezAdd getopt.c (from GNU libc) for use on Win32.
2000-03-02 Guy HarrisUse GtkScrolledWindows to add scrollbars to the hex...
2000-02-29 Guy HarrisJeff Foster's changes, with my additions, to allow...
2000-02-20 Laurent DenielAdd "Resolve Name" item in detailed tree popup.
2000-02-13 Guy HarrisWhen exiting Ethereal, don't just unlink any temporary...
2000-02-12 Guy HarrisMake the routines internal to the filter-editing dialog...
2000-02-09 Gilbert RamirezIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-01-29 Gilbert RamirezRemove instances of getenv("HOME") and provide a get_ho...
2000-01-29 Gilbert RamirezI forgot to toggle the data_out_file "semaphore" (well...
2000-01-25 Gilbert RamirezFix the File|Open menu problem for builds w/o pcap...
2000-01-25 Gilbert RamirezAdd an include of "../menu.h" to fix a win32 build...
2000-01-25 Gilbert RamirezEnable File|Open menu item when Ethereal is started...
2000-01-25 Guy HarrisProvide a "get_dirname()" routine, that takes a pathnam...
2000-01-25 Guy HarrisUse "get_basename()" rather than finding the last compo...
2000-01-24 Guy HarrisAdd spaces to the usage message, to match what was...
2000-01-24 Guy HarrisInclude the "-D" flag in the usage message.
2000-01-24 Guy HarrisHeikki Vatiainen's patch to add a flag to control wheth...
next