aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-2038/+0
2011-09-19Move the return out of the for() loop so all values are freed. Fixes Coverit...Chris Maynard1-6/+2
2011-09-06Try to improve the tooltip a bit.Anders Broman1-1/+2
2011-09-05g_slist_free_full() didn't appear until GLib 2.28.Guy Harris1-2/+3
2011-09-05From Kurnia Hendrawan via bug 2931:Stig Bjørlykke1-6/+229
2011-08-04Put src and dst ports in the option of "Both" decorate with arrows.Anders Broman1-3/+5
2011-08-04Change the default to "Both"Anders Broman1-1/+1
2011-07-11Fix a couple of tooltips.Anders Broman1-11/+5
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-02-07More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0Stephen Fisher1-0/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+4
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-1/+0
2010-08-24Use consistent indentation;Bill Meier1-203/+204
2010-08-23(Minor) Cleanup signal callbak signatures and related:Bill Meier1-33/+40
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-2/+2
2010-05-09Clean comments and indentation.Jaap Keuter1-10/+10
2010-05-08Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)Sake Blok1-2/+2
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-109/+79
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-3/+3
2009-11-19Changed hf_ip_proto to use ipproto_val[].Stig Bjørlykke1-1/+0
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-2/+0
2009-09-23Fix the debug code somewhat, we do not have a clist any more.Anders Broman1-14/+23
2009-07-11From Artem Tamazov:Anders Broman1-0/+1
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