From Martin Regner: fix dissection of non-standard parameters.
[obnox/wireshark/wip.git] / gtk / decode_as_dlg.c
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.