aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-01Have "pdu_store_sequencenumber_of_next_pdu()" return the newly-allocatedGuy Harris1-23/+46
2006-04-30tcp reassembly updatesRonnie Sahlberg1-216/+69
2006-04-28 tcp analysis updates to prepare for later tcp reassembly updatesRonnie Sahlberg1-182/+48
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-5/+5
2006-03-13if tcp checksum validation is enabled Ronnie Sahlberg1-0/+7
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg1-2/+2
2006-03-06Handle a null pointer. Fixes bugs 778 and 787.Gerald Combs1-1/+2
2006-03-05convert another hashtable for tcp into se_treeRonnie Sahlberg1-11/+6
2006-03-05initial implementation of binary tree support with se allocation scopeRonnie Sahlberg1-11/+4
2006-03-02 make the tcp_acked struct a pointer from the tcpd struct since we might need...Ronnie Sahlberg1-73/+90
2006-02-10tcp analysisRonnie Sahlberg1-1/+3
2006-01-31make sure we actually get the tcpd structure pointer before we pass it as a p...Ronnie Sahlberg1-4/+4
2006-01-30Make sure a pointer isn't null before we try to use it. Fixes a currentGerald Combs1-52/+52
2006-01-26rewrite of the tcp sequence number analysis code to hopefully make it cleaner...Ronnie Sahlberg1-798/+412
2006-01-16done:Jörg Mayer1-2/+4
2005-12-22dunt put ACK number in COL_INFO or in the decode pane if the ACK bit is not setRonnie Sahlberg1-3/+10
2005-11-17Get rid of an unused variable.Guy Harris1-1/+0
2005-10-16remove some strcpy and strcatRonnie Sahlberg1-8/+7
2005-10-04in svn 15335 the tcp analysis was changed to do its stuff and to populate (...Ronnie Sahlberg1-14/+14
2005-09-27- Make the reassemble TCP preference default TRUE.Anders Broman1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-11Add some braces to squelch a compiler warning.Guy Harris1-13/+14
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-11/+42
2005-08-26There will be a lot of tcp_unacked data structures we only need to keepRonnie Sahlberg1-17/+33
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-49/+19
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