aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-4/+8
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-02[SUA] Change the dissector table sua.prop.tags to use DISSECTOR_TABLE_ALLOW_D...AndersBroman1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-13/+7
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