aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-2/+2
2019-08-26SCTP: Use proto_tree_add_bitmask_list() for data chunk flags.Anders Broman1-11/+18
2019-08-20SCTP: Make association amalysis a prference defaulting to FALSE.Anders Broman1-32/+43
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13SCTP: fix to get proper direction of the streamBinh Trinh1-1/+8
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-2/+2
2019-05-15SCTP: assure size before attempting checksum calculationJaap Keuter1-1/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-24/+24
2019-03-19SCTP PPID UpdateDamir Franusic1-0/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-08-05sctp: Improve exporting PDUsVasil Velichkov1-36/+69
2018-04-20SCTP: INIT collisionruengeler1-1/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-08[SCTP] Export of reassembled PDU uses wrong tvb.AndersBroman1-1/+1
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-6/+2
2017-09-11[SCTP] Update SCTP Payload Protocol Identifiers from IANA registry.AndersBroman1-0/+6
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-13/+17
2017-04-11sctp: fix this condition has identical branches [-Werror=duplicated-branches]...Alexis La Goutte1-5/+1
2017-04-08Fix NR-SACK DuplicateTSN fieldMarcelo Ricardo Leitner1-5/+3
2017-04-08Fix size information for sctp.sack_duplicate_tsnMarcelo Ricardo Leitner1-1/+1
2017-02-27Return correct filter for get_hostlist_filter()Jakub Zawadzki1-2/+15
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-26/+26
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+3
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+3
2016-10-25SCTP: find right assoc idruengeler1-35/+58
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-08-03Set correct length for Req_Seq_Nr fieldIrene Ruengeler1-1/+1
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-1/+0
2016-07-21Add proto_tree_add_checksum.Michael Mann1-44/+24
2016-07-18Add support for the U-bit in I-FORWARD-TSN chunks.Michael Tuexen1-15/+34
2016-06-29Provide new interface for Export PDU.Michael Mann1-7/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-2/+2
2016-04-06Add support for the I-FORWARD-TSN chunk.Michael Tuexen1-2/+53
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-6/+6
2016-01-12Include ws_symbol_export.h explicitly.Guy Harris1-0/+1
2016-01-12Move some definitions and declarations around.Guy Harris1-27/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-16Don't report an error for a non-multiple-of-4 chunk length.Guy Harris1-2/+0
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+10
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1