Removed unused argument to new_packet_list_copy_summary_cb().
[obnox/wireshark/wip.git] / gtk / decode_as_dlg.c
2011-08-04 etxrabPut src and dst ports in the option of "Both" decorate...
2011-08-04 etxrabChange the default to "Both"
2011-07-11 etxrabFix a couple of tooltips.
2011-06-20 jmayerGTK3 fixes:
2011-02-07 sfisherMore -DGSEAL_ENABLE cleanup in preparation for GTK...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-24 wmeierUse consistent indentation;
2010-08-23 wmeier(Minor) Cleanup signal callbak signatures and related:
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-05-09 jakeClean comments and indentation.
2010-05-08 sakeEnable "Decode As..." for ethertype 0x0000 (fix for...
2010-02-22 wmeierGtkOptionMenu --> GtkComboBox
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-11-19 stigChanged hf_ip_proto to use ipproto_val[].
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-09-23 etxrabFix the debug code somewhat, we do not have a clist...
2009-07-11 etxrabFrom Artem Tamazov:
2009-05-04 stigFrom Didier Gautheron (bug 3126):
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-03-17 etxrabCommited by mistake, reverting.
2009-03-16 guyFix syntax error.
2009-03-16 tuexenFix compilation: Mark unused arg as _U_.
2009-03-16 etxrabGet rid of Clists, move a comment, move display as...
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2008-12-10 kukosaput the SCTP PPI for current DATA chunk into packet_inf...
2008-11-23 stigHandle double-click and enter in "decode as" list as OK.
2008-07-13 jakeFrom Francesco Fondelli:
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-04-16 ulfluse a GTK_STOCK_CLEAR here
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulflfirst round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-09 etxrabRemove:
2008-04-06 ulflremove GTK1 code
2008-01-31 wmeierAdd missing g_object_unref for treeview models;
2007-11-28 sahlbergfix the path to include g_ascii_strcasecmp.h
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-03-30 sfisherFix "Gtk-CRITICAL **: gtk_tree_selection_get_selected...
2007-01-13 galNew "decode as ..." feature for BER-encoded files ...
2006-10-17 ulflfrom Stephen Fisher:
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-10 ulflremoved tons of MSVC const related warnings.
2005-08-06 guySquelch more const pointer warnings.
2005-08-05 jmayerMore char -> const char warning fixes.
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-01-20 ulfladd some more online help functionality and help button...
2004-12-27 ulflAgain, some warnings removed.
2004-10-14 tuexenFix bugs to get it working on gtk1 and gtk2.
2004-10-12 tuexenSupport PPID and port number based selection for SCTP...
2004-09-29 guyMove various tables into the epan directory.
2004-09-16 guyThe list of protocols should be sorted in a case-insens...
2004-09-08 ulflsort_iter_compare_func() only needed with GTK2
2004-09-07 guySquelch a compiler warning.
2004-09-07 ulfladded a Clear button to the Decode As dialog, also...
2004-09-07 ulflreplace the Cancel with a Close button, as pressing...
2004-09-07 ulfltwo bugfixes: sort items in alphabetical order and...
2004-09-07 ulflFirst working implementation of "Decode As" for DCE...
2004-09-06 ulflnext steps for a "Decode As" for DCE-RPC interfaces...
2004-09-06 tuexenAdd the capability to chose to remap the fist two PPIDS...
2004-08-28 guyFrom Francisco Alcoba: fix a crashing bug caused if...
2004-08-25 guyDon't free something we haven't allocated.
2004-08-18 tuexenAdded initial SCTP support: You can chose how PPID...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-10 guyFrom Stas Grabois: don't show disabled protocols in...
2004-05-26 ulflmore code cleanup from dialog things:
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-03-13 ulflvarious string related changes
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-10 ulflusing button compatibility macros
2003-09-07 guyMore int vs. uint.
2003-09-07 guySupport string dissector tables in the Tethereal "decod...
2003-03-01 denielAdd an "Apply" button to "Decode As" window.
2002-11-11 oabadUse gtk1/gtk2 compatibility macros.
2002-11-09 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-10-10 jmayerAdd (back) some #include <string.h>
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-06 guyHandle the case of the initial, or current, dissector...
2001-12-03 guy"ptype" is always set, even if only to PT_NONE; it...
2001-12-03 guyTo check whether the current frame contains TCP or...
2001-12-03 guyWhen the dissector tables are reset to the default...
2001-12-03 guyGet rid of the lists of conversation dissectors; instea...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
next