aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2005-01-24Get rid of an extra space after the edge value of a SACK item ifGuy Harris1-2/+4
2005-01-20SACK prettyficationRonnie Sahlberg1-21/+10
2005-01-20make TCP SACK option handle relative sequence numbersRonnie Sahlberg1-5/+38
2004-12-25Again, some warnings removed.Ulf Lamping1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-13/+13
2004-12-23RST segmetns are never WindowFull segments.Ronnie Sahlberg1-12/+14
2004-12-19add detection to TCP Analysis to detect and flag segments that will completel...Ronnie Sahlberg1-9/+43
2004-12-03make the tcp dissector distinguish between duplicate acks and window updatesRonnie Sahlberg1-5/+33
2004-11-12Get rid of an unused prameter and an unused variable.Guy Harris1-6/+5
2004-11-12By popular request,Ronnie Sahlberg1-17/+69
2004-10-11 small fix for TCP ACK RTT, the measurements for the time it took to ack some...Ronnie Sahlberg1-6/+8
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-30For protocols running atop TCP and PDUs spanning multiple segmentsRonnie Sahlberg1-2/+2
2004-08-28fix the bug introduced in the window scaling update, dontRonnie Sahlberg1-2/+4
2004-08-26fix to that long outstanding bug with windowscalingRonnie Sahlberg1-1/+36
2004-08-21Replaced the column string [Reassembled TCP] by [TCP segment of a reassembled...Ulf Lamping1-2/+2
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-7/+7
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3247