From f331077a60e033e416dfa6fc83d73a8c8d20d56e Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 20 Mar 2006 10:52:53 +0000 Subject: 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 . svn path=/trunk/; revision=17681 --- epan/dissectors/packet-s5066.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-s5066.c') diff --git a/epan/dissectors/packet-s5066.c b/epan/dissectors/packet-s5066.c index a9e3da8d0c..fd17556e05 100644 --- a/epan/dissectors/packet-s5066.c +++ b/epan/dissectors/packet-s5066.c @@ -31,6 +31,7 @@ #include #include #include +#include #include /* For tcp_dissect_pdus() */ /* Forward reference */ -- cgit v1.2.3