aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-1/+1
2023-02-15TCP: Don't clear REASSEMBLE_ENTIRE_SEGMENT if we didn't completeJohn Thacker1-1/+1
2023-02-14TCP: Do not adjust tcp seq analyze data if analyze seq is offJohn Thacker1-1/+3
2023-01-06TCP: fix tcp stream numberingSake Blok1-37/+41
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-1/+1
2022-11-16tcp: Use correct wraparound comparison in sequence analysisJohn Thacker1-1/+1
2022-11-14epan: Separate fragment_head and fragment_itemJohn Thacker1-1/+1
2022-11-08Fix more unused variables and enable unused-but-set-variable errors.Gerald Combs1-3/+2
2022-11-01tls: add support for DESEGMENT_UNTIL_FIN, sequence numbersJohn Thacker1-1/+1
2022-11-01TCP: Overriding of the automatic SEQ AnalysisEugène Adell1-2/+84
2022-10-31TCP: Obvious Retransmission RTO is wrongEugène Adell1-2/+8
2022-10-31TCP: last packet of a disordered series is marked as RetransmissionEugène Adell1-7/+29
2022-10-15TCP: Update TCP TARR support to version 06 of the IDMichael Tuexen1-13/+13
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