aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-6/+6
2022-03-06epan: Allow nested dependent packetsSake Blok1-6/+6
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2022-01-31SCTP: Fix relative sequence number calculation first passJohn Thacker1-5/+9
2022-01-18sctp: fix indentation.Dario Lombardo1-10/+9
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-11/+11
2021-10-21TCP, UDP, SCTP: Try user specified ports firstJohn Thacker1-14/+53
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-16/+16
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2021-06-09Pointer "ha" needs to be checked before using it.Thomas Dreibholz1-4/+4
2021-06-09Minor clean-ups.Thomas Dreibholz1-11/+1
2021-06-09SCTP: Added option to show relative TSNs instead of absolute ones.Thomas Dreibholz1-18/+42
2021-06-04SCTP: Display basic TSN information with packetsThomas Dreibholz1-1/+16
2021-03-20SCTP dissector improvementsThomas Dreibholz1-4/+9
2021-02-26Added decoding of ProtocolID and PPID into Component Status Protocol dissector.Thomas Dreibholz1-80/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-5/+5
2020-12-14SCTP: Fix marking of dependent frames for tsharkYoni Gilad1-0/+6
2020-10-06SCTP: update PPI valuesEd1-1/+9
2020-09-13More dissector string spelling fixes.Martin Mathieson1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
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