]> The Tcpdump Group git mirrors - tcpdump/commit
Squelch some alignment warnings.
authorGuy Harris <[email protected]>
Sat, 22 Jul 2017 20:25:46 +0000 (13:25 -0700)
committerGuy Harris <[email protected]>
Sat, 22 Jul 2017 20:25:46 +0000 (13:25 -0700)
commit1bf91b1413a6d0eefb4c49bafdb612befa838556
treee3c4afe3743202a68afe8feef71a3d80e64ad933
parent4bce81542cd16110ff5a95bfc428b876910ac851
Squelch some alignment warnings.

Make src and dst "const void *"s to squelch

    taking address of packed member 'ip6_dst' of class or structure
    'ip6_hdr' may result in an unaligned pointer value
    [-Waddress-of-packed-member]

warnings from some versions of Clang.
print-tcp.c