aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-04From Didier Gautheron (bug 3126):Stig Bjørlykke1-3/+4
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-16/+16
2009-03-17Commited by mistake, reverting.Anders Broman1-36/+2
2009-03-16Fix syntax error.Guy Harris1-1/+1
2009-03-16Fix compilation: Mark unused arg as _U_.Michael Tüxen1-2/+2
2009-03-16Get rid of Clists, move a comment, move display as hex to gui_utils.Anders Broman1-1/+35
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-2/+1
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...Tomas Kukosa1-5/+5
2008-11-23Handle double-click and enter in "decode as" list as OK.Stig Bjørlykke1-38/+61
2008-07-13From Francesco Fondelli:Jaap Keuter1-0/+8
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-17/+17
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-18/+6
2008-04-16use a GTK_STOCK_CLEAR hereUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-9/+11
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-17/+17
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-67/+67
2008-04-09Remove:Anders Broman1-4/+0
2008-04-06remove GTK1 codeUlf Lamping1-162/+0
2008-01-31Add missing g_object_unref for treeview models;Bill Meier1-0/+2
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-0/+4
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-2/+2
2007-03-30Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertionStephen Fisher1-1/+1
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt1-1/+12
2006-10-17from Stephen Fisher:Ulf Lamping1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
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