make the tcp_acked struct a pointer from the tcpd struct since we might need it...
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 2 Mar 2006 09:33:49 +0000 (09:33 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 2 Mar 2006 09:33:49 +0000 (09:33 +0000)
commitd4812588a1610804df578f0314e65265e6febe7b
tree108f5b8d6aa7adf4f6608d44ea36fd195915f439
parent4378dc9510d682b60952963100d787f43fe4d778
 make the tcp_acked struct a pointer from the tcpd struct since we might need it hanging around.

only call subdissectors for packets that are NOT keepalives nor zerowindowprobes.

keepalives only contain garbage anyway
and zerowindowproes just contain a single byte of incomplete data so whats the point trying to dissect it further.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17443 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-msproxy.c
epan/dissectors/packet-tcp.c
epan/dissectors/packet-tcp.h