Allow taps to have menu item registration routines; the menu item
[obnox/wireshark/wip.git] / gtk / main.c
2003-04-23 guyAllow taps to have menu item registration routines...
2003-04-16 guyPull the stuff done in "dissect_packet()" to initialize...
2003-04-16 guyAdd the notion of a "fence" to columns. A dissector...
2003-03-12 guyChange the version messages to put the "compiled with...
2003-03-08 guyPut the code to get version numbers of various librarie...
2003-03-02 guyGet rid of unneeded includes of "../ui_util.h".
2003-03-02 guyHave "goto_frame()" put up error dialog boxes itself...
2003-03-01 guyThe correct way to go to a frame with a given number...
2003-02-17 oabadIn gtk2 code, replace gdk_string_width() with the ...
2003-01-08 guySeparate the routines to allocate colors from the routi...
2002-12-19 guyAdd a new field type FT_FRAMENUM; an FT_FRAMENUM is...
2002-11-28 guyThat was the wrong cast, d00d....
2002-11-28 guyConstify some pointers to avoid converting const pointe...
2002-11-10 geraldAdd tethereal's tap objects to Makefile.nmake's "clean...
2002-11-10 oabadWhen opening tap windows, we don't need to search the...
2002-11-10 oabad- use gtk1/gtk2 compatibility macros to reduce #ifdefs
2002-11-06 sahlbergFirst step in creating an API to register TAPs for...
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-10-25 guyThe versions of UCD SNMP that we now support all install
2002-10-25 guyFrom Ronnie Sahlberg: Ethereal support for DCERPCSTAT.
2002-10-25 guyAt least according to the UNIX 98 spec, you need to...
2002-10-24 guyDon't include the header file to get the SNMP version...
2002-10-23 guyFrom Wes Hardaker:
2002-10-09 geraldLink to libsnmp under Win32.
2002-09-27 sahlbergUpdate tethereal to put the filter string in the statis...
2002-09-23 oabadChange to color filters :
2002-09-09 guyFrom Graeme Hewson:
2002-09-07 sahlbergTap system supprot for Gtk1 and both rpc_stat and rpc_progs
2002-09-06 sahlbergFrom Vassilii Khachaturov, cleanup of redundant code.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-24 guyGive the routines that implement the "Match" and "Prepa...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-08-01 jmayerFix a few more memleaks found by valgrind (all deriving
2002-07-07 guyFields can be up to 2^32-1 bytes long, as they may...
2002-07-07 guyFrom Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init...
2002-07-06 geraldFrom a suggestion by PEN <codes [at] lycos.com>, add...
2002-05-30 guyDon't assume that just because a purported font name...
2002-05-27 guyClean up the data structures for the color filter code...
2002-05-22 guyCommand-line interface cleanups, from Graeme Hewson:
2002-05-14 guyUse "-G fields" rather than "-G" in Makefiles.
2002-05-14 guyMake the "-G" flag take an argument. If no arugment...
2002-05-03 guyMake the filter list combo box case-sensitive, as filte...
2002-05-03 guyClean up the handling of filter strings:
2002-04-08 gramMore static-ization.
2002-03-31 guyGet rid of unused arguments.
2002-03-12 guyGet rid of the "--enable-snmp" option; instead, use...
2002-03-10 guyRemove code to show the presence, and version number...
2002-03-06 guyDon't say "without SNMP"; that can confuse people into...
2002-03-05 guyFrom Joerg Mayer: remove unused variables.
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-02-24 guyPut all the capture options into a structure.
2002-02-24 guyHave "get_positive_int()" really check for positive...
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...
next