aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-11/+11
2004-03-13various string related changesUlf Lamping1-4/+3
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-9/+18
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+2
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-37/+28
2004-01-10using button compatibility macrosUlf Lamping1-20/+5
2003-09-07More int vs. uint.Guy Harris1-3/+3
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris1-36/+93
2003-03-01Add an "Apply" button to "Decode As" window.Laurent Deniel1-3/+40
2002-11-11Use gtk1/gtk2 compatibility macros.Olivier Abad1-8/+5
2002-11-09Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-127/+42
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-127/+380
2002-10-10Add (back) some #include <string.h>Jörg Mayer1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-7/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-14/+14
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+2
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-6/+42
2001-12-06Handle the case of the initial, or current, dissector handle for aGuy Harris1-3/+9
2001-12-03"ptype" is always set, even if only to PT_NONE; it will be set to PT_TCPGuy Harris1-21/+22
2001-12-03To check whether the current frame contains TCP or UDP traffic, checkGuy Harris1-168/+25
2001-12-03When the dissector tables are reset to the default settings, the list ofGuy Harris1-1/+10
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-231/+168
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-25/+20
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-16/+16
2001-11-04Include protocols for TCP conversation dissectors in the list ofGuy Harris1-1/+2
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-19/+8
2001-08-21Fix a typo.Guy Harris1-2/+2
2001-06-25A better fix - we don't use "assigned" if the action was E_DECODE_NO, soGuy Harris1-14/+9
2001-06-25In "decode_network()", get the information about the currently selectedGuy Harris1-6/+13
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris1-2/+2
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-2/+2
2001-03-26GUI code fixes from Eduardo P�rez Ureta.Guy Harris1-2/+2
2001-02-14"Decode As" UI cleanups, and documentation, from David Hampton.Guy Harris1-71/+54
2001-02-12Display Ethernet protocol types in hex, not decimal (that's how they'reGuy Harris1-5/+5
2001-02-11Inactivate the "Decode As" menu item if the "Decode As" dialog boxGuy Harris1-11/+23
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris1-0/+1462