]> The Tcpdump Group git mirrors - tcpdump/commit
Point to IP addresses with "void *"s.
authorGuy Harris <[email protected]>
Wed, 15 Jan 2014 22:40:52 +0000 (14:40 -0800)
committerGuy Harris <[email protected]>
Wed, 15 Jan 2014 22:40:52 +0000 (14:40 -0800)
commitc666659228b605c1cbf789ad4a89d12dd047a64b
tree9029f68db75a5b457d7f3c7dbb7e932f8ee9c92d
parent25d016f61a3b38e9c048090980c6921b30d047f3
Point to IP addresses with "void *"s.

This keeps GCC from assuming the IP addresses are aligned and generating
32-bit load/store pairs on SPARC; those require alignment and cause
tcpdump to crash.
print-tcp.c