aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* More int vs. uint.Guy Harris2003-09-071-3/+3
* Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris2003-09-071-36/+93
* Add an "Apply" button to "Decode As" window.Laurent Deniel2003-03-011-3/+40
* Use gtk1/gtk2 compatibility macros.Olivier Abad2002-11-111-8/+5
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-091-127/+42
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-127/+380
* Add (back) some #include <string.h>Jörg Mayer2002-10-101-1/+2
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-7/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-14/+14
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-1/+2
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-6/+42
* Handle the case of the initial, or current, dissector handle for aGuy Harris2001-12-061-3/+9
* "ptype" is always set, even if only to PT_NONE; it will be set to PT_TCPGuy Harris2001-12-031-21/+22
* To check whether the current frame contains TCP or UDP traffic, checkGuy Harris2001-12-031-168/+25
* When the dissector tables are reset to the default settings, the list ofGuy Harris2001-12-031-1/+10
* Get rid of the lists of conversation dissectors; instead, have aGuy Harris2001-12-031-231/+168
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-25/+20
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-16/+16
* Include protocols for TCP conversation dissectors in the list ofGuy Harris2001-11-041-1/+2
* Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris2001-10-311-19/+8
* Fix a typo.Guy Harris2001-08-211-2/+2
* A better fix - we don't use "assigned" if the action was E_DECODE_NO, soGuy Harris2001-06-251-14/+9
* In "decode_network()", get the information about the currently selectedGuy Harris2001-06-251-6/+13
* No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris2001-05-301-2/+2
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-2/+2
* GUI code fixes from Eduardo P�rez Ureta.Guy Harris2001-03-261-2/+2
* "Decode As" UI cleanups, and documentation, from David Hampton.Guy Harris2001-02-141-71/+54
* Display Ethernet protocol types in hex, not decimal (that's how they'reGuy Harris2001-02-121-5/+5
* Inactivate the "Decode As" menu item if the "Decode As" dialog boxGuy Harris2001-02-111-11/+23
* "Decode As" dialog, from David Hampton.Guy Harris2001-02-011-0/+1462