aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapd.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29Use `register_dissector()` for more protocolsDavid Perry1-1/+1
2022-08-10L2TP: Use the IANA assigned PW types for Decode AsJohn Thacker1-1/+1
2022-08-06prefs: More port prefs to auto prefs with rangesJohn Thacker1-29/+9
2022-07-31prefs: Convert most RTP dissectors to use "auto" PT preferencesJohn Thacker1-14/+2
2022-07-13lapd: Fix Clang Analyzer warningAlexis La Goutte1-2/+4
2021-08-29lapd: clean up variable names, remove unnecessary initialization.Guy Harris1-7/+7
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-2/+3
2020-07-25ISDN, LAPD: clean up the way they connect to other dissectors.Guy Harris1-58/+139
2020-06-12RTP: Make Decode As handling consistent across subdissectorsJohn Thacker1-12/+12
2019-07-20epan,packaging: convert http URLs to httpsPeter Wu1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-03-07LAPD: fix some memory leaks in conversation managementPascal Quantin1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-06Use separate dissectors for LAPD and LAPD-with-Linux-SLL-header.Guy Harris1-7/+22
2017-06-08packet-lapd.c: Replace heuristic UDP dissector with "deterministic" one with ...Piotr Tulpan1-23/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-2/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-31/+10
2016-07-01Cleanup LAPD preferences and registration handoff routineJaap Keuter1-25/+18
2016-06-29LAPD. SCTP can carry LAPD information.clairvoyant1-2/+24
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-9/+9
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+23
2015-06-25Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.Michael Mann1-0/+3
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-20Replace tvb_length...() calls.AndersBroman1-4/+4
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-112/+125
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-13Fix packet-lapd.c:186: warning: comparison between signed and unsigned. Chris Maynard1-1/+1
2013-12-13Fix Visual Studio Code Analysis warning C6204: Possible buffer overrun in cal...Chris Maynard1-2/+2
2013-12-03Try to fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-4/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1