aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
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