aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-14follow: Have followers register their stream count functionJohn Thacker1-1/+1
2022-09-13tcp: Create new conversations on a SYN after a RST or FINJohn Thacker1-9/+34
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-1/+1
2022-09-12Give dissectors a descriptive string.Guy Harris1-1/+1
2022-09-11tcp: Don't try to desegment at FIN if we can't desegment the frameJohn Thacker1-0/+1
2022-09-10Dissector names are not protocol names.Guy Harris1-4/+4
2022-09-02tcp: Improve reassembly when out-of-order is disabledJohn Thacker1-10/+40
2022-08-30tcp: Fix handling of retransmission for reassemblyJohn Thacker1-109/+185
2022-08-30TCP: use unsigned type for AccECN countersMichael Tuexen1-11/+11
2022-08-27tcp: Fix a comparison that should be strict in OOO processingJohn Thacker1-1/+1
2022-08-26TCP: Raise an expert info for non-zero data after EOLMichael Tuexen1-5/+13
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-9/+9
2022-08-25tcp: Update the maxnextseq on ooo MSPs properlyJohn Thacker1-12/+15
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-14/+14
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23TCP: Improve consistency of reproting the SACK supported optionMichael Tuexen1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-08-19TCP: Implement AccECNMichael Tuexen1-49/+253
2022-08-18TCP: Add support for TARR optionMichael Tuexen1-0/+49
2022-08-17TCP: Use RFC 6994 for experimental optionsMichael Tuexen1-30/+88
2022-08-17TCP tap: check if have seglen before using itDavid Perry1-1/+3
2022-08-13TCP: cleanup ECN related flagsMichael Tuexen1-6/+6
2022-08-02follow: Only retrieve matching conversationsJohn Thacker1-1/+8
2022-07-20TCP: Fix conversation overlapping when reusing portsEugène Adell1-30/+18
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-3/+9
2022-06-10tap: Adding flags for tap_packetRoland Knall1-5/+5
2022-05-29TCP: Don't add [TCP segment of a reassembled PDU] to the second PDUJohn Thacker1-2/+8
2022-05-29TCP: Report reassembled in for more PDUs where we know itJohn Thacker1-49/+58
2022-05-28TCP: reset addresses and ports after each segmentJohn Thacker1-5/+79
2022-05-28TCP: Handle additional data requested with ooo reassemblyJohn Thacker1-69/+14
2022-05-26tcp: Split MSPs in out of order processingJohn Thacker1-52/+183
2022-04-12whois, finger: Dissect at FIN (or after) on first passJohn Thacker1-1/+1
2022-04-06tcp: Rework out of order dissection to dissect soonerJohn Thacker1-68/+197
2022-04-06tcp: Mark unreassembled PDUs as fragmented in tcp_dissect_pdusJohn Thacker1-0/+11
2022-03-17tcp: Use first frame and sequence number for reassemblyJohn Thacker1-12/+151
2022-03-16TCP: Add comments about current desegmentation limitationsJohn Thacker1-0/+62
2022-03-01TCP: check the layer number of the last segment as wellJohn Thacker1-1/+1
2022-02-09TCP: Fix SYN and FIN retransmission vs ooo detectionJohn Thacker1-1/+1
2022-01-06tcp: add syn cookie support.Dario Lombardo1-6/+71
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-3/+3
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-9/+9
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-13/+13
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-11-10TCP: always return a free-able string bufferJaap Keuter1-1/+1
2021-11-08BBLog: Fix support of TCP window scalingMichael Tuexen1-9/+9
2021-10-24tcp: Throw exception instead of ASSERT for unknown PDU lengthJohn Thacker1-1/+10
2021-10-22TCP: Contiguous ACK unseen segments are not wantedEugene Adell1-4/+28
2021-10-21TCP, UDP, SCTP: Try user specified ports firstJohn Thacker1-12/+59