aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-22add a tcp_tree field to packet_info so that we can access the tree from tcp_d...Ronnie Sahlberg1-0/+15
2006-10-17update Timestamps Option labels in accordance with RFC1323Tomas Kukosa1-2/+2
2006-09-10fix for bug 1045Ronnie Sahlberg1-2/+4
2006-09-10implement support to reassemble tcp sessions until the end of the session (FIN)Ronnie Sahlberg1-12/+69
2006-09-07tweak some expert infos so they better work with the composite dialog (e.g. r...Ulf Lamping1-10/+10
2006-08-31mark the "short segment" message field as generated and add an expert_info to itUlf Lamping1-1/+4
2006-08-30flags have only 1 byteTomas Kukosa1-1/+1
2006-08-21get rid of a rotating bufferRonnie Sahlberg1-7/+2
2006-08-20we have to search for multisegments starting PRIOR to the start of the curren...Ronnie Sahlberg1-5/+4
2006-08-16Don't mark a TCP packet as a "Duplicate ACK" if the flags don't have the ACK ...Ulf Lamping1-2/+3
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-3/+3
2006-06-12slightly extend information about TCP checksum offloading problems (still far...Ulf Lamping1-3/+3
2006-05-31improve the tcp retransmission vs outoforder heuristics to address the issue ...Ronnie Sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
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