aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-26Normalize some dissector includesJoão Valverde1-1/+0
2021-05-12mptcp: add support for the 'Subflow Reset' sub-optionDavide Caratti1-0/+1
2021-03-27Follow SIP Call: Added Follow SIP Call to Follow menuJirka Novak1-1/+1
2021-03-16Move still *more* headers outside of extern "C".Guy Harris1-4/+4
2021-01-26TCP: Taking SACK's into account for in flight calculationEugene Adell1-0/+8
2021-01-03TCP: Implement 2 new fields to track the connection closing initiator.Eugene Adell1-0/+1
2021-01-03TCP: First Full TCP Window is not detectedEugene Adell1-0/+1
2021-01-02MPTCP: Fix false Duplicate ACKsEugene Adell1-1/+8
2020-12-02Update packet-tcp.hliam-black1-1/+1
2020-12-01TCP: Add support for TCP Conversation Completeness trackingEugene Adell1-0/+7
2020-05-25TCP: Add expert info for ignored TCP Fast Open dataPeter Wu1-0/+5
2019-11-08mptcp: add support for sha256 hashing.Paolo Abeni1-1/+2
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-1/+2
2019-03-02Support unsigned stream identifiers for Follow StreamPeter Wu1-3/+3
2019-01-25tcp: fix reporting of "Reassembled in" for OoO initial segmentPeter Wu1-1/+3
2018-07-14mptcp: Correctly find mappings and reinjectionsMatthieu Coudron1-7/+8
2018-06-28tcp: add support for reassembling out-of-order segmentsPeter Wu1-0/+9
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-15TCP Analysis: Update the spurious retransmission check.Gerald Combs1-1/+1
2016-08-01Add OSI Layer 4 to exported PDU to handle TCP and UDP payloads.Michael Mann1-2/+5
2016-04-30Add TCP preference for Process information from IPFIXMichael Mann1-4/+10
2016-04-29Separate out the members of tcp_flow_t structure that are only used for seque...Michael Mann1-6/+14
2016-03-26Improves MPTCP analysisMatthieu Coudron1-13/+76
2016-02-28TCP: Added bytes sent since last PSH flagkaryrogers1-0/+3
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-1/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-0/+5
2016-01-06Have all TCP flags in the structure that is passed to subdissectors.Michael Mann1-2/+4
2016-01-06Use TCP FIN bit to help determine desegmentation in HTTP dissector.Michael Mann1-0/+1
2015-11-06MPTCP: Use wmem_list instead of GSListJoão Valverde1-1/+1
2015-10-16TCP(.h): fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2015-10-14Registers an MPTCP protocol with the prefix "mptcp".Matthieu Coudron1-2/+119
2015-10-14TCP: only store up to 1000 unacked segments (in each direction).Jeff Morriss1-1/+3
2015-03-06tcp: support variable-length tcp_dissect_pdusPeter Wu1-1/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-29Add ability to follow UDP stream by indexPascal Quantin1-3/+0
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-2/+1
2014-11-25TCP: fix wrongly set base_seq when ISN is 0 and tcp_relative_seq isMatthieu Coudron1-3/+2
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-06-18Try to calculate the initial RTT of tcp connsEvan Huus1-0/+9
2014-06-03Make TCP functions available for pluginsPascal Quantin1-3/+3
2014-04-02Remove extra parenthesis in EQ_SEQ.Gerald Combs1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-1/+1
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-2/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-12Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs1-0/+6
2013-07-31Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus1-3/+5
2013-07-23From Thomas ERSFELD (GSoC13) Prepare inclusion of Follow (TCP/UDP/SSL) featur...Alexis La Goutte1-0/+8