fix doxygen generation
[obnox/wireshark/wip.git] / gtk / decode_as_dlg.c
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...
2001-11-04 guyInclude protocols for TCP conversation dissectors in...
2001-10-31 guyGet rid of a bunch of stuff that was there to support...
2001-08-21 guyFix a typo.
2001-06-25 guyA better fix - we don't use "assigned" if the action...
2001-06-25 guyIn "decode_network()", get the information about the...
2001-05-30 guyNo old-style dissectors call "old_dissector_try_port...
2001-04-23 guyMove the declarations of IP protocol numbers to "ipprot...
2001-03-26 guyGUI code fixes from Eduardo P�rez Ureta.
2001-02-14 guy"Decode As" UI cleanups, and documentation, from David...
2001-02-12 guyDisplay Ethernet protocol types in hex, not decimal...
2001-02-11 guyInactivate the "Decode As" menu item if the "Decode...
2001-02-01 guy"Decode As" dialog, from David Hampton.