aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-25add a preference and code for tracking how many un-acked bytes are in Ronnie Sahlberg1-0/+66
2008-08-20Lint reports addressed.Jaap Keuter1-33/+30
2008-08-20From Eric Travis:Jaap Keuter1-1/+4
2008-08-20From Steve Friedman:Jaap Keuter1-3/+3
2008-08-13Updates based on lint output provided by Chris Maynard.Jaap Keuter1-16/+11
2008-08-13Rewrote to avoid prohibited API strcpy.Stig Bjørlykke1-9/+5
2008-08-12From Eric Travis:Anders Broman1-7/+446
2008-07-30From Gerhard Olsson :Anders Broman1-2/+2
2008-07-24Fix TCP desegmentation when minimal header spans multiple segments.Tomas Kukosa1-2/+9
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+2
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+5
2008-05-13Fix some of the Errors/warnings detected by checkapi.Bill Meier1-7/+21
2008-04-06reduce the expert level of TCP zero window back to "reasonable values" - for me.Ulf Lamping1-4/+4
2008-04-05Raise the expert priority of all "zero window" related events fromSake Blok1-4/+4
2008-04-05Fix for bug 2378, where window scaling was not applied toSake Blok1-7/+23
2008-04-05lower the "Window Update" severity from note to chat (as it happens all the t...Ulf Lamping1-1/+1
2008-04-05as discussed on SharkFest: switch off checksum checks by defaultUlf Lamping1-1/+1
2007-12-27Fix a comment to reflect two possible reasons for a bogus PDU length.Guy Harris1-4/+12
2007-12-17From metatech:Stephen Fisher1-0/+1
2007-12-15Fixes the "follow tcp stream" output when there are frames missing in theSake Blok1-4/+5
2007-11-24From Graham Bloice:Stig Bjørlykke1-3/+4
2007-11-08Add more TCP analysis struct checks.Gerald Combs1-11/+23
2007-10-30Fix some null dereferences.Gerald Combs1-142/+153
2007-10-28This patch is a remake of SVN 22762:Sake Blok1-59/+92
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-10-17Fix for bug 1542:Sake Blok1-10/+16
2007-10-03This patch adds two new column types:Sake Blok1-3/+25
2007-09-25This patch adds two new fields to the tcp-dissector:Sake Blok1-0/+80
2007-09-16Always show real window size in the Info column for SYN packets.Stig Bjørlykke1-5/+7
2007-08-31When doing TCP_SEQ analysis, if the packet is a SYN, then it's Sake Blok1-2/+50
2007-08-23When detecting fast retransmissions or out of order packets, use a 64-bit var...Jeff Morriss1-3/+3
2007-08-21From yin sun <sunyin51@gmail.com> / bug 1722:Richard van der Hoff1-10/+6
2007-07-07bug 1550Ronnie Sahlberg1-7/+14
2007-06-04From Michael Scharf: Add support for TCP Quickstart.Michael Tüxen1-0/+52
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss1-1/+1
2007-04-06export some desegmentation functions from TCP dissector to reuse them in SSL/...Tomas Kukosa1-19/+12
2007-04-01First step of TCP dissector refactoring.Sebastien Tandel1-130/+322
2007-04-01From Sake Blok : Sebastien Tandel1-1/+20
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-1/+1
2007-03-23fix some more warnings (type casts)Ulf Lamping1-2/+2
2006-12-20Enhance tcp reassembly of the flavor "reassemble one more segment" work properlyRonnie Sahlberg1-8/+41
2006-12-16From Sebastien Tandel: if the TCP dissector is dissecting a fragment of a pac...Jeff Morriss1-0/+16
2006-11-21Correct comments and examples on get_pdu_len().Jaap Keuter1-1/+1
2006-11-11fix so that tcp.pdu.time works again.Ronnie Sahlberg1-5/+30
2006-11-07fix for bug 1200Ronnie Sahlberg1-3/+23
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2
2006-10-29make the checksum fields visible for TCP and UDPUlf Lamping1-13/+56
2006-10-29The TCP options data is a byte array, not a character string.Guy Harris1-1/+1
2006-10-28From Pierre Juhen:Jaap Keuter1-3/+9
2006-10-24by popular requestRonnie Sahlberg1-5/+5