| Commit message (Expand) | Author | Age | Files | Lines |
* | More int vs. uint. | Guy Harris | 2003-09-07 | 1 | -3/+3 |
* | Support string dissector tables in the Tethereal "decode as" stuff. | Guy Harris | 2003-09-07 | 1 | -36/+93 |
* | Add an "Apply" button to "Decode As" window. | Laurent Deniel | 2003-03-01 | 1 | -3/+40 |
* | Use gtk1/gtk2 compatibility macros. | Olivier Abad | 2002-11-11 | 1 | -8/+5 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-09 | 1 | -127/+42 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -127/+380 |
* | Add (back) some #include <string.h> | Jörg Mayer | 2002-10-10 | 1 | -1/+2 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -7/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -14/+14 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -1/+2 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -6/+42 |
* | Handle the case of the initial, or current, dissector handle for a | Guy Harris | 2001-12-06 | 1 | -3/+9 |
* | "ptype" is always set, even if only to PT_NONE; it will be set to PT_TCP | Guy Harris | 2001-12-03 | 1 | -21/+22 |
* | To check whether the current frame contains TCP or UDP traffic, check | Guy Harris | 2001-12-03 | 1 | -168/+25 |
* | When the dissector tables are reset to the default settings, the list of | Guy Harris | 2001-12-03 | 1 | -1/+10 |
* | Get rid of the lists of conversation dissectors; instead, have a | Guy Harris | 2001-12-03 | 1 | -231/+168 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -25/+20 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -16/+16 |
* | Include protocols for TCP conversation dissectors in the list of | Guy Harris | 2001-11-04 | 1 | -1/+2 |
* | Get rid of a bunch of stuff that was there to support non-tvbuffified | Guy Harris | 2001-10-31 | 1 | -19/+8 |
* | Fix a typo. | Guy Harris | 2001-08-21 | 1 | -2/+2 |
* | A better fix - we don't use "assigned" if the action was E_DECODE_NO, so | Guy Harris | 2001-06-25 | 1 | -14/+9 |
* | In "decode_network()", get the information about the currently selected | Guy Harris | 2001-06-25 | 1 | -6/+13 |
* | No old-style dissectors call "old_dissector_try_port()", so get rid of | Guy Harris | 2001-05-30 | 1 | -2/+2 |
* | Move the declarations of IP protocol numbers to "ipproto.h" from | Guy Harris | 2001-04-23 | 1 | -2/+2 |
* | GUI code fixes from Eduardo P�rez Ureta. | Guy Harris | 2001-03-26 | 1 | -2/+2 |
* | "Decode As" UI cleanups, and documentation, from David Hampton. | Guy Harris | 2001-02-14 | 1 | -71/+54 |
* | Display Ethernet protocol types in hex, not decimal (that's how they're | Guy Harris | 2001-02-12 | 1 | -5/+5 |
* | Inactivate the "Decode As" menu item if the "Decode As" dialog box | Guy Harris | 2001-02-11 | 1 | -11/+23 |
* | "Decode As" dialog, from David Hampton. | Guy Harris | 2001-02-01 | 1 | -0/+1462 |