waste a couple of bytes per tcp conversation and make the tree for acked_packets...
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 20 Mar 2006 10:52:53 +0000 (10:52 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 20 Mar 2006 10:52:53 +0000 (10:52 +0000)
commit7cb1aee1c82f28ee76b9ef1b3d8a423709ffc2e1
tree48c4368660ebe9fee09f1ef9cc2638198269666e
parent8341ff87a17c8bb88213b9f1b36ad77c141f2af4
waste a couple of bytes per tcp conversation and make the tree for acked_packets (i.e. packets that have interesting tcp properties such as being retransmissions etc) hang off the per conversation tcpd struct instead of being global.

while this should improve performance by unmeasurably little it does have the sideeffect that once we finish the rewrite   tcp analysis might actually work and work well even for tcp over tcp tunnelling.

this also means that if you include packet-tcp.h   you also need to include emem.h .

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17681 f5534014-38df-0310-8fa8-9805f1628bb7
49 files changed:
asn1/pkixcmp/packet-cmp-template.c
epan/dissectors/packet-aim-chat.c
epan/dissectors/packet-aim.c
epan/dissectors/packet-bittorrent.c
epan/dissectors/packet-cast.c
epan/dissectors/packet-cmp.c
epan/dissectors/packet-cops.c
epan/dissectors/packet-dec-dnart.c
epan/dissectors/packet-dhcp-failover.c
epan/dissectors/packet-dlsw.c
epan/dissectors/packet-dns.c
epan/dissectors/packet-dsi.c
epan/dissectors/packet-edonkey.c
epan/dissectors/packet-gnutella.c
epan/dissectors/packet-icep.c
epan/dissectors/packet-ipdc.c
epan/dissectors/packet-isns.c
epan/dissectors/packet-kerberos.c
epan/dissectors/packet-kpasswd.c
epan/dissectors/packet-laplink.c
epan/dissectors/packet-mq.c
epan/dissectors/packet-mysql.c
epan/dissectors/packet-nbns.c
epan/dissectors/packet-ndmp.c
epan/dissectors/packet-ndps.c
epan/dissectors/packet-netsync.c
epan/dissectors/packet-pgsql.c
epan/dissectors/packet-rpc.c
epan/dissectors/packet-s5066.c
epan/dissectors/packet-skinny.c
epan/dissectors/packet-slsk.c
epan/dissectors/packet-socks.c
epan/dissectors/packet-srvloc.c
epan/dissectors/packet-ssh.c
epan/dissectors/packet-tali.c
epan/dissectors/packet-tcp.c
epan/dissectors/packet-tcp.h
epan/dissectors/packet-tns.c
epan/dissectors/packet-xot.c
epan/dissectors/packet-ymsg.c
gtk/conversations_tcpip.c
gtk/flow_graph.c
gtk/hostlist_tcpip.c
gtk/tcp_graph.c
plugins/agentx/packet-agentx.c
plugins/asn1/packet-asn1.c
plugins/gryphon/packet-gryphon.c
plugins/opsi/packet-opsi.c
tap-iousers.c