"autostop_filesize" and "autostop_duration" don't need to be in the
[obnox/wireshark/wip.git] / gtk / main.c
2002-02-24 guy"autostop_filesize" and "autostop_duration" don't need...
2002-02-24 guyFrom Peter Valchev: fix editcap to assign the result...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-18 guyMemory freeing fix, from Jirka Novak.
2002-01-13 guyAdd a preferences page for the name resolution flags.
2002-01-11 guyFrom Jirka Novak:
2002-01-11 guyHave a routine to create a scrolled window, set its...
2002-01-11 guyHave routines to create GtkCTrees, set their line and...
2002-01-10 guySeparate the promiscuous mode, "Update list of packets...
2002-01-10 guyFix some problems with building Ethereal/Tethereal...
2002-01-08 guyAdd a routine to kill a capture child if it exists...
2001-12-31 geraldAdd preferences to save the main window size and positi...
2001-12-21 guyPrint out messages if any of the ring buffer checks...
2001-12-21 guyThere is no such thing as an optional parameter to...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-12 geraldGo nuts with the 3D logo.
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-12-06 guyMake the "Save only marked frames" button in the "Save...
2001-12-04 guyMake the bytes-written information from Wiretap a long...
2001-12-04 guySupport for stopping capture at specified capture file...
2001-11-24 guyIf a non-option command-line argument is specified...
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-11-20 guyAllow the tvbuff pointer to various "proto_tree_add...
2001-11-09 guyWrap calls to "pcap_datalink()" in a routine that attem...
2001-11-04 guyAllow a dissector to register preferences that it no...
2001-10-24 guyHave a routine that takes a file name for a personal...
2001-10-22 guyAdd a routine to get the directory in which personal...
2001-10-21 geraldAdd little arrows to the column titles to indicate...
2001-07-27 guyFix AC_ETHEREAL_PCAP_CHECK so that, if a directory...
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...
next