aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ua.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07M3UA: also dissect tcp/2905, implement reassemblyVadim Yanitskiy1-4/+30
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-77/+77
2023-08-31M3UA: Give a hint to look at the MTP3 preferencesJohn Thacker1-0/+1
2022-10-26epan: Fix bogus string truncations found with a searchJoão Valverde1-1/+1
2022-07-20Use WS_ROUNDUP_4 in more dissectorsJohn Thacker1-2/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-5/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+2
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-2/+7
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-19Rename si_code variable to mtp3_si_code to avoid conflicts with NetBSD'sStephen Fisher1-1/+1
2014-11-21Replace tvb_length()AndersBroman1-5/+5
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-117/+130
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-3/+6
2014-07-17Escape some characters like \n when appending textMichael Tüxen1-1/+1
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-12/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-9/+9
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-9/+9
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-12/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-8/+8
2013-08-31Convert m3ua to wmem and use the pinfo pool for a variable that might be usedEvan Huus1-2/+4
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-17/+7
2013-05-27From Chris Hellberg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Pascal Quantin1-2/+2
2013-03-19From beroset:Anders Broman1-3/+3
2013-02-01Add heuristic MTP3 standard detection to M3UA (not for the draft M3UA versions).Jeff Morriss1-7/+81
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss1-6/+5
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-26/+26
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1