aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-22Cleanup packet-sccp.c in preparation of trying to remove sccp_info member of ...Michael Mann1-6/+12
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-07-17Escape some characters like \n when appending textMichael Tüxen1-2/+2
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-49/+30
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+3
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-2/+2
2014-04-04Change tvb_get_string() -> tvb_get_string_enc and ENC_ASCII -> ENC_UTF_8AndersBroman1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21fix some warnings.Jakub Zawadzki1-2/+2
2013-12-21Add missing includesJakub Zawadzki1-0/+1
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