aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06epan: Allow nested dependent packetsSake Blok1-6/+6
2022-12-14Support SCTP over DTLSDavid Perry1-0/+1
2022-11-05sctp: add support for Zero Checksum Acceptable parameterMichael Tuexen1-0/+9
2022-10-24SCTP: Fix host name address parameterJohn Thacker1-5/+4
2022-10-13SCTP: Improve handling of Host Name parametersMichael Tuexen1-10/+14
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2022-09-06Fix some spelling errors.Martin Mathieson1-2/+2
2022-09-04SCTP: remove support for NONCE_SUPPORTED parameterMichael Tuexen1-9/+0
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-13/+13
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-07-20Use WS_ROUNDUP_4 in more dissectorsJohn Thacker1-4/+4
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
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