aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
AgeCommit message (Expand)AuthorFilesLines
2007-09-25This patch adds two new fields to the tcp-dissector:Sake Blok1-1/+21
2007-04-06export some desegmentation functions from TCP dissector to reuse them in SSL/...Tomas Kukosa1-0/+8
2006-11-21Correct comments and examples on get_pdu_len().Jaap Keuter1-1/+1
2006-11-07fix for bug 1200Ronnie Sahlberg1-0/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-09-10implement support to reassemble tcp sessions until the end of the session (FIN)Ronnie Sahlberg1-0/+5
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-28 tcp analysis updates to prepare for later tcp reassembly updatesRonnie Sahlberg1-6/+8
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+4
2006-03-02 make the tcp_acked struct a pointer from the tcpd struct since we might need...Ronnie Sahlberg1-3/+9
2006-01-26rewrite of the tcp sequence number analysis code to hopefully make it cleaner...Ronnie Sahlberg1-1/+88
2005-06-03From Mike Duigou:Anders Broman1-1/+1
2005-03-12from Micheal Duigou: some more doxygen tagsUlf Lamping1-1/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+96