aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-07-22Use pinfo pool and not packet pool for AT_STRINGZ addressesPascal Quantin1-2/+2
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-3/+3
2015-01-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-27/+31
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-15/+12
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