aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2015-07-22Use pinfo pool and not packet pool for AT_STRINGZ addressesPascal Quantin1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-0/+7
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-3/+3
2015-03-05Add SCCP SSN 0xf8 for CSS (MAP)Luke Mewburn1-0/+1
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-4/+5
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-07Set the (GT) address even if the message is routed by SSN.Luke Mewburn1-7/+7
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+1
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-10/+8
2014-11-22Cleanup packet-sccp.c in preparation of trying to remove sccp_info member of ...Michael Mann1-233/+210
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-13/+41
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-1/+1
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-22/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-9/+6
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-05-14Add an expert info for GT with no digits.AndersBroman1-0/+7
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0