In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assign
[obnox/wireshark/wip.git] / gtk / main.c
2003-12-03 guyThe "ptr_u" unions no longer have a "next" pointer...
2003-12-02 guyFrom Didier Gautheron: for each column format type...
2003-12-02 guyFrom Didier Gautheron: put an "fvalue_t" structure...
2003-11-28 ulflusing dlg_utils.c functions to catch the ESC key to...
2003-11-27 guyShow the -z flag in the usage message.
2003-11-24 guyMake the recent epan/proto.{c,h} change compile.
2003-11-18 geraldCheck the environment variables SSH_CONNECTION, SSH_CLI...
2003-11-02 geraldThe recent link-layer type additions broke "-r". Make...
2003-11-01 guyReturn FALSE from the configure event handler, so that...
2003-11-01 guyBased on a patch from Brian Fundakowski Feldman, add...
2003-10-20 guyIf a tap menu item doesn't have a "selected_packet_enab...
2003-10-16 oabad- use stock icons in the toolbar when using GTK2
2003-10-16 guyThere doesn't seem to be any need to set "cfile.dfilter...
2003-10-15 guyFrom Ulf Lamping: toolbar.
2003-10-14 guyFrom Ian Schorr:
2003-10-10 sahlbergUpdates to TimeReference Frames
2003-10-07 guyMake the window geometry information static - it's...
2003-09-24 oabadIn packet_list_button_pressed_cb (gtk2 version) :
2003-09-24 guyPass a pointer to a "capture_file" structure to
2003-09-24 guyMake "finfo_selected" a member of a "capture_file"...
2003-09-23 oabadTemporary patch for the packet_list column resize probl...
2003-09-15 guyClean up an error message.
2003-09-15 guyDon't pop up tap windows specified with "-z" options...
2003-09-15 guyRename various capture file routines to have names...
2003-09-15 guyDon't allow -k and a capture file to both be specified...
2003-09-12 sahlbergAdded TimeReference frames.
2003-09-10 guyHave "get_interface_list()" return a list of "if_info_t...
2003-09-03 guyCheck for "wtap_seek_read()" failing.
2003-09-03 sahlbergAnd for Cal,
2003-08-28 oabadMarking packets with the middle mouse button works...
2003-08-19 guyConstruct the About box ourselves, so it has the title...
2003-08-19 sahlbergUpdate to the Response Time Statistics taps.
2003-08-07 guyFrom Michael Lum: add the ability to have a preferences...
2003-07-25 gramFix signed/unsigned comparison warnings.
2003-07-19 oabadIn packet_list_button_pressed_cb :
2003-07-19 oabadIn set_plist_sel_browse : change broken logic when...
2003-07-18 oabadVarious fixes related to GTK2 :
2003-07-04 guyFrom Lars Roland: load WinPcap *before* constructing...
2003-06-22 denielRingbuffer rework.
2003-06-09 guyClean up the usage message a bit (using the convention...
2003-06-08 oabadAdd a "--enable-threads" option, which allows to build...
2003-05-16 guySquelch some compiler complaints.
2003-05-15 denielImplement a ring buffer switch duration:
2003-05-04 geraldAdd support for asynchronous DNS updates using the...
2003-05-03 guyRename "proto_alloc_dfilter_string()" to
2003-04-23 denielChange copyright date to 2003.
2003-04-23 guyMake "register_tap_listener()" return NULL on success...
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.
next