From Mark C. Brown:
[obnox/wireshark/wip.git] / gtk /
2006-04-20 ulflfix a very minor bug if ETHEREAL_EUG_DIR is set (which...
2006-04-20 ulflif HHC_DIR is defined in config.nmake, use the Win32...
2006-04-20 ulfladd a help button to the "Follow TCP Stream" dialog...
2006-04-20 sahlbergrename hte itlq structures to itlq
2006-04-17 ulflfix capitalization to follow GNOME HIG
2006-04-14 ulflbugfix: don't crash with a Null pointer exception,...
2006-04-12 ulflFrom Jaap Keuter, fix for 871: split interface details...
2006-04-10 jakeAdd 2px height to avoid a vertical scrollbar with Gtk...
2006-04-08 jakeFix for bug 848. Make a scrollable window when more...
2006-04-04 tuexenFrom Irene: Make buttons unselecable when nothing would...
2006-04-03 guySet the right structure member.
2006-04-03 guyIn Tethereal, don't save to a temporary file if "-w...
2006-03-30 tuexenFrom Irene: Fix problems with off screen drawings
2006-03-30 legofix for Bug 849
2006-03-30 legoremove some useless code.
2006-03-30 legoTextWindow:
2006-03-28 geraldMake sure the export dialog is large enough. Fix a...
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-19 guyMake the GUIDs in various data structures e_guid_t...
2006-03-19 guyGet rid of extra arguments in g_strdup_printf() calls...
2006-03-19 guyGet rid of a declaration of a non-existent function.
2006-03-16 jakeCheck struct pointer before dereferencing it.
2006-03-15 etxrabFrom Greg Morris:
2006-03-15 legoFix bug 710 and avoid having it crash when more than...
2006-03-14 etxrabFrom Laurent Rabret,
2006-03-09 geraldFix Coverity CID 129: initialize a couple of variables.
2006-03-09 geraldMake sure we can't pass NULL to strcmp. Fixes Coverity...
2006-03-09 geraldThere is a one-to-one mapping between each graph and...
2006-03-09 geraldRemove MIN and MAX defines, which GLib provides.
2006-03-09 sahlbergcoverity #62
2006-03-09 jakeFrom Laurant Rabret:
2006-03-08 geraldUse Unicode for all native Win32 calls. Unicode Window...
2006-03-08 lrolandMake calculation of TCP Graph bounds more robust. The...
2006-03-08 jakeFix left open file (coverity CID 108) and g_string...
2006-03-07 geraldFix what Coverity CID 61 was actually complaining about...
2006-03-07 geraldFix Coverity run 12 CID 61: In main_cf_cb_live_capture...
2006-03-07 jakeSolving various uninitialized variable warnings.
2006-03-07 lrolandUse g_assert to save us from dereferencing a NULL point...
2006-03-05 legowrong name.
2006-03-05 lego+ retap_packets()
2006-03-04 etxrabFrom Florent Drouin:
2006-03-02 etxrabFrom Greg Morris:
2006-03-02 jakeIn order to reduce the height of the Preference dialog...
2006-03-01 guyThe sequence and ack numbers in a TCP are guint32's...
2006-02-27 etxrabFrom: Florent Drouin:
2006-02-25 etxrabFrom Martin Mathieson
2006-02-24 ulfladd the dumpcap manpage to the menu
2006-02-24 jakeFix bug 769. Print seq# and ack# as _unsigned_ int...
2006-02-23 sahlbergwhen including menu.h we also need to include stdio...
2006-02-23 jakeFix bug 741. Menu/Toolbar follow auto scroll checkbox...
2006-02-23 etxrabFrom Alejandro Vaquero:
2006-02-22 tuexenFrom Irene Ruengler:
2006-02-22 jakeRemove svn:executable property from source files
2006-02-21 legoI commented out this a while ago as they caused a crash...
2006-02-19 guyFor the "there's already a file with that name" dialog...
2006-02-18 ulflsquelch some compiler warnings
2006-02-17 geraldMore duplicate code removal.
2006-02-17 geraldInclude some header files so that we can get rid of...
2006-02-17 jmayerPaolo Abeni:
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-16 geraldFreeze and thaw the packet list after a merge so that...
2006-02-16 geraldMove common control initialization to gtk/main.c where...
2006-02-15 guyUpdate a comment.
2006-02-15 guyHave those functions that end up just calling a win32_...
2006-02-14 jmayerPaolo Abeni:
2006-02-13 ulfladd missing #include "tempfile.h"
2006-02-13 legoDon't se_leak expert_info records.
2006-02-13 ulfladd missing #include "tempfile.h"
2006-02-13 geraldAdd a placeholder for integrating with the display...
2006-02-13 geraldCopy over the file open/save code from the Win32 native...
2006-02-13 guyAdd tempfile.h to the list of headeer files. That...
2006-02-12 guyLook for "tempfile.h" in the top-level directory.
2006-02-12 guyMove create_tempfile() to tempfile.c out of util.c...
2006-02-12 guySend LOG_DOMAIN_CAPTURE_CHILD messages to our log handl...
2006-02-12 jmayerWell, it doesn't help to apply patches and then forget...
2006-02-12 guyAdd a routine to attempt to get the absolute pathname...
2006-02-12 guyAdd userdata arguments to a bunch of stat initializatio...
2006-02-11 ulflvarious capture child related minor cleanups
2006-02-11 ulflfont_init don't need to know if running as a capture_ch...
2006-02-11 ulflthe point of no return ...
2006-02-11 ulflminor bugfix: restore the Ethereal icon (after capturin...
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2006-02-11 guyIn "Save As", support only file types we can write...
2006-02-11 lrolandDisplay g_error messages in the console window uncondit...
2006-02-10 ulflremove all calls to exit() from the capture_opts.c...
2006-02-09 ulflWin32 inconvenience: a call to g_error will terminate...
2006-02-08 jmayerPaolo Abeni:
2006-02-07 legoeXtenstion options access to the -X command line options
2006-02-07 sahlberghandmerged patch from metze it conflicted with recent...
2006-02-07 jmayerPaolo Abeni:
2006-02-07 jmayerPeter Kjellerstedt:
2006-02-06 lego- fix a leak
2006-02-06 jmayerForgot to add ssl-dlg.h to the distro
2006-02-06 jmayerPaolo Abeni
2006-02-06 ulflfix some variable declarations bugs (code not conformin...
2006-02-06 jmayerDeclare -ssl_stream_cb in ssl-dlg.h
2006-02-06 sahlberganother gtk_resize_window()
2006-02-06 sahlberggtk1.x does not have gtk_window_resize()
2006-02-06 guyAdd code to check whether the app was started with...
2006-02-06 legoThe simple dialog
next