aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-21The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping1-0/+1
2005-08-13Do the sequence number analysis *before* dissecting the payload, so weGuy Harris1-15/+8
2005-08-12some gmemchunk -> se_alloc() improvements for tcpRonnie Sahlberg1-72/+12
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-29If we do reassembly and hand the packet to the dissector, and theGuy Harris1-8/+12
2005-07-10For packets flagged as RetransmissionRonnie Sahlberg1-0/+73
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-5/+9
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-06-03From Mike Duigou:Anders Broman1-1/+1
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping1-2/+11
2005-04-12[CHECKSUM INCORRECT] -> [TCP CHECKSUM INCORRECT]Ulf Lamping1-1/+1
2005-03-27buildbot bugfix: add another tvb_ensure_bytes_exist()Ulf Lamping1-0/+1
2005-02-14in sack options only look for tcp session metadata if both tcp_analysis and...Ronnie Sahlberg1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-2/+2
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