aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-8/+8
2005-08-06Squelch more const pointer warnings.Guy Harris1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-13/+13
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-11/+12
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-3/+3
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-4/+23
2004-12-27Again, some warnings removed.Ulf Lamping1-1/+1
2004-10-14Fix bugs to get it working on gtk1 and gtk2.Michael Tüxen1-56/+33
2004-10-12Support PPID and port number based selection for SCTP. From Irene Ruengeler.Michael Tüxen1-11/+221
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-16The list of protocols should be sorted in a case-insensitive fashion, soGuy Harris1-4/+4
2004-09-08sort_iter_compare_func() only needed with GTK2Ulf Lamping1-0/+2
2004-09-07Squelch a compiler warning.Guy Harris1-0/+1
2004-09-07added a Clear button to the Decode As dialog, also added some tooltips Ulf Lamping1-35/+67
2004-09-07replace the Cancel with a Close button, as pressing it will not rewind any pr...Ulf Lamping1-13/+12
2004-09-07two bugfixes: sort items in alphabetical order and don't do a OBJECT_GET_DATA...Ulf Lamping1-3/+48
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping1-239/+90
2004-09-06next steps for a "Decode As" for DCE-RPC interfaces (commented out)Ulf Lamping1-15/+207
2004-09-06Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...Michael Tüxen1-8/+28
2004-08-28From Francisco Alcoba: fix a crashing bug caused if you change theGuy Harris1-5/+21
2004-08-25Don't free something we haven't allocated.Guy Harris1-4/+5
2004-08-18Added initial SCTP support: You can chose how PPID 0 will be handled.Michael Tüxen1-2/+61
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-10From Stas Grabois: don't show disabled protocols in the "Add Expression"Guy Harris1-1/+6
2004-05-26more code cleanup from dialog things:Ulf Lamping1-30/+29
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