aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier2009-03-191-16/+16
* Commited by mistake, reverting.Anders Broman2009-03-171-36/+2
* Fix syntax error.Guy Harris2009-03-161-1/+1
* Fix compilation: Mark unused arg as _U_.Michael Tüxen2009-03-161-2/+2
* Get rid of Clists, move a comment, move display as hex to gui_utils.Anders Broman2009-03-161-1/+35
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-2/+1
* put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...Tomas Kukosa2008-12-101-5/+5
* Handle double-click and enter in "decode as" list as OK.Stig Bjørlykke2008-11-231-38/+61
* From Francesco Fondelli:Jaap Keuter2008-07-131-0/+8
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-17/+17
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-18/+6
* use a GTK_STOCK_CLEAR hereUlf Lamping2008-04-161-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-9/+11
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-17/+17
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-67/+67
* Remove:Anders Broman2008-04-091-4/+0
* remove GTK1 codeUlf Lamping2008-04-061-162/+0
* Add missing g_object_unref for treeview models;Bill Meier2008-01-311-0/+2
* fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg2007-11-281-1/+1
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-0/+4
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-2/+2
* Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertionStephen Fisher2007-03-301-1/+1
* New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt2007-01-131-1/+12
* from Stephen Fisher:Ulf Lamping2006-10-171-1/+1
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-2/+2
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* removed tons of MSVC const related warnings.Ulf Lamping2005-08-101-8/+8
* Squelch more const pointer warnings.Guy Harris2005-08-061-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-13/+13
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-1/+1
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-11/+12
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-3/+3
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-4/+23
* Again, some warnings removed.Ulf Lamping2004-12-271-1/+1
* Fix bugs to get it working on gtk1 and gtk2.Michael Tüxen2004-10-141-56/+33
* Support PPID and port number based selection for SCTP. From Irene Ruengeler.Michael Tüxen2004-10-121-11/+221
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* The list of protocols should be sorted in a case-insensitive fashion, soGuy Harris2004-09-161-4/+4
* sort_iter_compare_func() only needed with GTK2Ulf Lamping2004-09-081-0/+2
* Squelch a compiler warning.Guy Harris2004-09-071-0/+1
* added a Clear button to the Decode As dialog, also added some tooltips Ulf Lamping2004-09-071-35/+67
* replace the Cancel with a Close button, as pressing it will not rewind any pr...Ulf Lamping2004-09-071-13/+12
* two bugfixes: sort items in alphabetical order and don't do a OBJECT_GET_DATA...Ulf Lamping2004-09-071-3/+48
* First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping2004-09-071-239/+90
* next steps for a "Decode As" for DCE-RPC interfaces (commented out)Ulf Lamping2004-09-061-15/+207
* Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...Michael Tüxen2004-09-061-8/+28
* From Francisco Alcoba: fix a crashing bug caused if you change theGuy Harris2004-08-281-5/+21
* Don't free something we haven't allocated.Guy Harris2004-08-251-4/+5
* Added initial SCTP support: You can chose how PPID 0 will be handled.Michael Tüxen2004-08-181-2/+61