aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-18Catch retransmission of FINs, so if we're doing "reassemble until end ofGuy Harris1-15/+18
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+3
2012-11-12Show SACK information in TCP graphs. Also add a generated field for theMartin Mathieson1-0/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-23From Robert Bullen:Anders Broman1-0/+1
2012-04-05From Michael Mann:Anders Broman1-0/+5
2012-03-27When storing sequence analysis results, add (raw) sequence number andMartin Mathieson1-1/+1
2012-03-21When a TCP graph is summoned, work out how many unique TCP conversationsMartin Mathieson1-5/+5
2012-02-10Since the nonce and reserved bits were added in r34084, tcp.flags is now 12 b...Chris Maynard1-10/+11
2011-07-15Stop using the conversation index for tcp stream values as the gaps in the nu...Sake Blok1-0/+6
2011-07-06From György Szaniszló:Anders Broman1-0/+3
2011-01-08Add "tcp.window_size_value" and "tcp.window_size_scalefactor" conformSake Blok1-2/+2
2010-09-08Expand the TCP flags to include the low nibble of the byte that hasStephen Fisher1-1/+3
2010-08-29From Cal Turney (bug 5132):Sake Blok1-0/+1
2010-08-26Fix a number of doxygen directives.Anders Broman1-0/+1
2010-05-26Fix indentation.Anders Broman1-17/+17
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-06-09Enable Lua tcp tap userdata.Stig Bjørlykke1-2/+2
2009-05-14Add support for process flow records to IPFIX, which required addingGerald Combs1-11/+29
2008-09-30Make the index from the conversation-struct available as fieldSake Blok1-1/+6