aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23SCCP: Use register_dissector_preferenceJohn Thacker1-2/+2
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-130/+130
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-09-13SCCP: Fix double-shifting/masking of RSNJohn Thacker1-12/+5
2023-09-08SCCP: Add Data field to DT2Alexis La Goutte1-0/+5
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-8/+8
2022-09-12Give dissectors a descriptive string.Guy Harris1-2/+2
2022-07-29SCCP: Fix handling of XUDT segmentation parameterSimon Cornish1-4/+14
2022-07-28sccp: Allow processing externally reassembled dataJohn Thacker1-3/+13
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-11-18Fix some spelling errors.Martin Mathieson1-1/+1
2021-10-25BSSAP: Split BSSAP-LE, BSAP to pinosJohn Thacker1-28/+43
2021-10-07Ignore length of data parameter in DT1 messageMichail Koreshkov1-1/+15
2021-07-21First pass pinfo->pool conversionEvan Huus1-4/+4
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2021-04-16SCCP: Make use of HEX_DEC as suggestedJeff Dyer1-2/+2
2021-04-16SCCP: Display Translation Type in DecimalJeff Dyer1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2019-03-08SCCP: Only show associated IMSI if present.Anders Broman1-3/+5
2019-03-01IMSI based filtering for SCCP/RANAPAnders Broman1-1/+13
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-07-31sccp: Make "lr" a generated item rather than hidden to make it obvious that i...Vasil Velichkov1-2/+2
2018-06-01SCCP: fix performance drop in reassembler codeIvan Nardi1-2/+2
2018-05-22sccp: fix data reassembly with multiple fragmentsPeter Wu1-53/+125
2018-05-21sccp: refactor XUDT/XUDTS dissection to reduce code duplicationPeter Wu1-157/+106
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-12SCCP: Use int datatype for offset to prevent infinite loopsMichael Mann1-4/+4
2017-06-29sccp: build the "association tree" earlierIvan Nardi1-25/+48
2017-06-29sccp: build associations on IT messages, tooIvan Nardi1-0/+2
2017-05-23Revert "Fix issue with dissecting multiple DT1 packets in the frame"Anders Broman1-2/+2
2017-03-06Fix issue with dissecting multiple DT1 packets in the frameRustam Safargalin1-2/+2
2017-01-29Register reassembly tablesMichael Mann1-9/+2
2017-01-12uat: add a reset callback.Dario Lombardo1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-5/+8
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-5/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+25
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-5/+10
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-6/+6
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-0/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1