MacOS support changes, from Michael Tuexen (with some modifications):
[obnox/wireshark/wip.git] / gtk / main.c
2001-07-26 guyMacOS support changes, from Michael Tuexen (with some...
2001-07-05 guy"open_cap_file()" in Ethereal and Tethereal don't use...
2001-06-27 guyFix a problem that shows up if you build without libpcap.
2001-06-19 guyIn a capture child process, *completely ignore* the...
2001-06-05 guyEnable "Match Selected" only if there's a field selecte...
2001-05-31 guySupport for "-N" flag enabling selected forms of name...
2001-05-01 guy"-l" command-line option to turn on automatic scrolling...
2001-05-01 guy"prefs.capture_real_time", not "prefs.capture_auto_scro...
2001-04-24 guySigned vs. unsigned fixes from Joerg Mayer.
2001-04-19 guyPatch from Ronnie Sahlberg to cause the field descripti...
2001-04-18 guyCheck the validity of numbers specified in command...
2001-04-15 guyThere's no "enable name resolution in captures" prefere...
2001-04-13 jfosterAdded the ethereal capture preferences to the preferenc...
2001-04-10 gramCheck in isprint() hack for Win32 so that Ethereal...
2001-04-09 gramlast_open_dir needs a trailing slash in order for the...
2001-04-05 gramWin32 build fix, show "0.5.2 (WinPcap 2.1)" as the...
2001-04-03 gramNow that WinPcap is a DLL, I can load it at run-time...
2001-04-02 guy"get_home_dir()", in "epan/filesystem.c", uses
2001-04-02 hagbardAdded two new arguments to epan_init() and proto_init...
2001-03-27 guyMake "comp_info_str" static in Ethereal - there's no...
2001-03-27 guyThere's no "-D" option to Ethereal - remove the "D...
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-03-02 gramCalculate the height and width of m_r_font globally...
2001-03-02 gramcreate_main_window() does not need to be called by...
2001-02-20 guyOn Win32, if Ethereal started as a GUI rather than...
2001-02-11 guyIn Ethereal, attempt to get the packet statistics from...
2001-02-08 guyIf we failed to open a capture file specified by the...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-01-28 guyThere's no need for a member of a "capture_file" struct...
2001-01-28 guyHave separate capture and display filter lists; some...
2001-01-28 guyCall "get_filter_list()" when Ethereal starts up.
2001-01-21 guyGive various filter constructing/editing dialog boxes...
2001-01-21 guyIn the process of destroying a filter editing dialog...
2001-01-10 guyFix up Gerald's e-mail address to be his "ethereal...
2001-01-02 guyAdd a dialog box for constructing expressions that...
2000-12-22 gramEnable FT_BYTES dfiltering, from Ed Warnicke.
2000-12-15 gramMatch Selected works better with FT_STRING variables.
2000-12-03 guyPull the code to set the fields in the "cfile.cinfo...
2000-11-22 gramChange Ethereal homepage URL from etheral.zing.org...
2000-11-21 guyAdd a "color.h" file that declares a nominally-toolkit...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-01 guyAdd a fourth choice of time format in the packet list...
2000-10-27 gramMove declaration of wsaData (for Win32) out of HAVE_LIB...
2000-10-20 gramRemove #include "gtk/colors.h" from file.h, which keep...
2000-10-16 guyGive libethereal its own configuration file, and have...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.
2000-09-15 guyAdd a "-p" command-line option, and a checkbox in the...
2000-09-14 grahambCorrected startup // shutdown of windows sockets to...
2000-09-09 guy"redraw_hex_dump()" can't use "cfile.pd" or "cfile...
2000-09-08 guyRedraw:
2000-09-08 guyGraham Bloice's patch to support inverse video rather...
2000-08-23 denielIf the default build-in fonts are not found, use the...
2000-08-23 denielRemove the -D option.
2000-08-22 denielDo not display "Text (text)" (i.e. FT_TEXT_ONLY) for...
2000-08-22 denielAdd a help context identifier for the status bar.
2000-08-22 denielAdd "Colors..." button in GUI preferences.
2000-08-22 guyPut "-t <time stamp format>" back into the usage messag...
2000-08-21 denielAdd prefs.gui_marked_[fb]g color preferences for the
2000-08-21 denielAdd some menu items related to the "frame mark" feature in
2000-08-21 denielFrames in the packet list can now be marked by the...
2000-08-21 denielMake work better the (hexdump) popup menus.
2000-08-21 guyInstead of each set of built-in preferences having...
2000-08-21 guy"capture_child" isn't declared or defined if HAVE_LIBPC...
2000-08-20 denielAdd a popup menu for the hexdump window. For now, it...
2000-08-20 deniel- do not issue the font warning if in the child process...
2000-08-20 guyWhen the Win32 GTK+ constructs fake XLFD names for...
2000-08-20 guyRemove references to the "-b" option from the usage...
2000-08-20 guyInstead of having the normal-weight and bold fonts...
2000-08-17 guyIt was silly of me to require that "forget_scrolled_win...
2000-08-15 guyIn "set_plist_sel_browse()", don't unselect the current...
2000-08-15 denielImplements the "Properties" menu item which displays...
2000-08-11 denielMiscellaneous code cleaning
2000-08-05 guyArrange that filter dialog boxes have an "Apply" button...
2000-08-03 gramAdd a "Save As" feature to the TCP Follow dialogue...
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-09 guyTurn the code of "colorize_packet()" into a static...
2000-07-05 guyAdd support for a global "ethereal.conf" preferences...
2000-07-05 guyNote, in a comment, that "gtk_set_locale()" sets the...
2000-07-03 guyRemove the progress bar from the status line, and,...
2000-06-27 guyAdd routines to Wiretap to allow a client of Wiretap...
2000-06-27 guyGet rid of a debugging fprintf.
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-06-24 guyWrite and read the temporary file for "Follow TCP Strea...
2000-06-15 guyChanges from Graham Bloice to support "Update list...
2000-06-05 gramAdd gtk_set_locale() as recommended by
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-10 guyGraham Bloice's changes to make clicking on a column...
2000-04-14 guyOn Win32, build Ethereal as a Windows-subsystem program...
2000-04-13 gramConsolidate flags in struct frame_data, and add "visite...
2000-04-04 guyTurn "ethereal_proto_init()" and "ethereal_proto_cleanu...
2000-04-04 guyUse the new split between protocol registration and...
2000-04-03 guyMove the creation of, and registration of protocols...
2000-04-01 guySplit "filter_dialog_cb()" into "filter_dialog_cb(...
2000-04-01 guyThere's no need to catch the "delete_event" signal...
2000-04-01 guyExit from Ethereal by making the main loop exit, so...
2000-03-28 gramAdd getopt.c (from GNU libc) for use on Win32.
2000-03-02 guyUse GtkScrolledWindows to add scrollbars to the hex...
2000-02-29 guyJeff Foster's changes, with my additions, to allow...
2000-02-20 denielAdd "Resolve Name" item in detailed tree popup.
2000-02-13 guyWhen exiting Ethereal, don't just unlink any temporary...
next