]> The Tcpdump Group git mirrors - tcpdump/commit
print-tcp: separate tcp_seq_hash into ipv4 and ipv6 versions
authorLonginus00 <[email protected]>
Sat, 5 Oct 2013 23:56:02 +0000 (16:56 -0700)
committerDenis Ovsienko <[email protected]>
Fri, 18 Oct 2013 05:42:31 +0000 (09:42 +0400)
commit13517532c13ab96c279fd58de69f4b6a02063512
treefbfef7d36efcdf173e0a6cce65e26a26b3113f3c
parentf53e36817312f87f7f41463b70fe320aeb21e02e
print-tcp: separate tcp_seq_hash into ipv4 and ipv6 versions

This cleans up and removes some duplicate code. The ipv4 and ipv6 versions of
the codepath are virtually identical now save for the variable types.
print-tcp.c