aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-06SCTP: It is odd that the body of dissect_heartbeat_ack_chunk' function is ful...Michael Tüxen1-3/+5
2015-12-05Add missing table entry.Michael Tüxen1-0/+1
2015-11-26SCTP: add another NULL dereference checkPascal Quantin1-6/+8
2015-11-25SCTP: verify frame pointer before dereferencing itPascal Quantin1-6/+8
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
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-10-06SCTP: fix dissection of DATA chunksPascal Quantin1-1/+1
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-4/+4
2015-10-05SCTP I-DATA supportruengeler1-60/+172
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-5/+1
2015-10-01Revert "SCTP: Add I_DATA support"Michael Tüxen1-142/+55
2015-10-01SCTP: Add I_DATA supportruengeler1-55/+142
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-24/+8