aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-23TCP: show relative numbers only when tcp_analyze_seq is enabledUli Heilmeier1-9/+9
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2020-05-25TCP: Add expert info for ignored TCP Fast Open dataPeter Wu1-1/+14
2020-05-07TCP: Add expert info for SYN-ACK that accepts TFO dataPeter Wu1-4/+10
2020-03-31TCP: Don't scale calculated window size using preference if no scaling signalledMartin Mathieson1-2/+5
2020-03-29When using preference for window scaling, show same way as signalled.Martin Mathieson1-1/+1
2020-02-18mptcp: correctly parse v1 ADD_ADDR suboptionPeter Krystad1-15/+19
2020-01-09TCP: fix DESEGMENT_UNTIL_FIN handling in combination with OoO trackingPeter Wu1-2/+27
2019-11-13TCP: increment nextseq for FIN and SYN packetsUli Heilmeier1-14/+25
2019-11-08mptcp: add support for sha256 hashing.Paolo Abeni1-13/+49
2019-11-07mptcp: correctly parse v1 MP_CAPABLE handshakePaolo Abeni1-26/+57
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-2/+2
2019-09-02TCP: Provide display filters for "raw" SEQ/ACK.Michael Mann1-2/+19
2019-07-20epan,packaging: convert http URLs to httpsPeter Wu1-2/+2
2019-06-17TCP: add expert items to MSS optionJaap Keuter1-1/+23
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-56/+56
2019-03-15TCP: Adding sequence number only once to the treeUli Heilmeier1-4/+9
2019-03-02Support unsigned stream identifiers for Follow StreamPeter Wu1-5/+5
2019-02-15Rename our .asciidoc files to .adocGerald Combs1-1/+1
2019-01-27TCP: pass data after a ZeroWindowProbe to subdissectorsPeter Wu1-0/+23
2019-01-27TCP: do not mark data following a ZeroWindowProbe as retransmissionPeter Wu1-0/+11
2019-01-25tcp: fix reporting of "Reassembled in" for OoO initial segmentPeter Wu1-8/+22
2019-01-24tcp: mark units_64bit_version as staticPeter Wu1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-12/+12
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-10/+10
2018-12-21ip, tcp: add expert info for invalid header lengthNardi Ivan1-3/+6
2018-08-30tcp: fix OoO reassembly when the first data packet is OoOPeter Wu1-2/+8
2018-07-14mptcp: Correctly find mappings and reinjectionsMatthieu Coudron1-66/+79
2018-07-06tcp: ignore zero-length payloads for Follow TCP StreamPeter Wu1-20/+8
2018-07-06tcp: fix Follow TCP Stream for overlapping dataPeter Wu1-56/+61
2018-07-06tcp: fix Follow TCP Stream with missing (but ACKed) segmentsPeter Wu1-11/+11
2018-07-06tcp: remove repetitive "follow_record->is_server"Peter Wu1-23/+22
2018-07-06Follow Stream: ensure linear performance with many packetsPeter Wu1-5/+5
2018-06-28tcp: add support for reassembling out-of-order segmentsPeter Wu1-5/+160
2018-05-05tcp: fix memleak in Follow TCP tap in error casesPeter Wu1-0/+6
2018-04-20TCP: improve handling of unknown TCP optionsIvan Nardi1-8/+33
2018-04-19Clean up option handling.Guy Harris1-127/+132
2018-04-18Fix tapo.Guy Harris1-1/+1
2018-04-18Style cleanups.Guy Harris1-5/+5
2018-03-21tcp: preserve data source if a PDU uses itPeter Wu1-1/+5
2018-03-08Don't unnecessarily cast away constness.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-10UDP: Heuristic dissector for conversation taking precedenceRobert Jongbloed1-1/+1
2017-11-22Enable TCP Calculate Conversation Timestamp by defaultMichael Mann1-1/+1
2017-11-04TCP: cleanup Riverbed optionUli Heilmeier1-10/+1
2017-11-04TCP: Fix Riverbed probe option tvb handlingUli Heilmeier1-21/+60
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-4/+4
2017-10-29Add conversation endpoint typeMichael Mann1-6/+6