aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman1-25/+55
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-23Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+3
2013-09-09Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard1-1/+1
2013-08-31More wmem.Evan Huus1-18/+18
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-18From beroset:Anders Broman1-12/+12
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2012-12-07As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7735 :Jeff Morriss1-41/+41
2012-12-06As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7735 :Jeff Morriss1-273/+306
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-18/+18
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-20Fix Coverity CID 1369: UNUSED_VALUE by deleting duplicate and unecessary line...Chris Maynard1-13/+11
2012-01-13Introduce a dissector table to be used for proprietary tags.Anders Broman1-4/+22
2011-11-30Make it possible to add a subdissector for the info string.Anders Broman1-34/+46
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-18/+18
2011-09-26Make buildbots happy by adding back closing brace.Chris Maynard1-1/+2
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-11/+9
2011-05-12Wrap assoc_tree within #if 0 ... #endif. Fixes Coverity CID 1049.Chris Maynard1-1/+3
2011-02-18Try to fix more Clang scan-build warnings.Gerald Combs1-3/+3
2011-02-17Fixed no_sua_assoc init.Stig Bjørlykke1-1/+2
2011-02-17- Introduce association tracking(might not work well with multihoming).Anders Broman1-304/+510
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-2/+2
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string mayJeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-06-04Use a gboolean to store a boolean and change the plurality on the preference ...Jeff Morriss1-2/+2
2010-06-04Add a preference that allows the user to decide if they want the source andJeff Morriss1-17/+55
2010-06-03Set the (pinfo) address if a PC is present (for now: regardless of whether ro...Jeff Morriss1-4/+29
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-96/+96
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-1/+1
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-96/+95
2010-01-15Show spare bits in decimal, not as booleans.Jeff Morriss1-2/+2
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-7/+7
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-99/+99
2009-06-02Decode SCCP cause values in SUA (using value_strings exported from the SCCPJeff Morriss1-8/+40
2009-04-07Use some default true_false_string's.Bill Meier1-9/+4
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-4/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2