]> The Tcpdump Group git mirrors - tcpdump/commit
Use nd_ipv4 rather than struct in_addr.
authorGuy Harris <[email protected]>
Tue, 30 Jan 2018 22:39:15 +0000 (14:39 -0800)
committerGuy Harris <[email protected]>
Tue, 30 Jan 2018 22:39:15 +0000 (14:39 -0800)
commit6babce0e173d5ea41d2e58040b71318d2180f032
tree47025af209e868520031beb93cad0ec1f277c2a3
parent7755951df76e2d6183005414f6908e5eb5eee335
Use nd_ipv4 rather than struct in_addr.

This ensures that we have no purportedly-aligned-but-not-necessarily-
unaligned values that we access; we have to use EXTRACT_ macros/functions
to get at IPv4 address values.
ospf.h
print-bootp.c
print-cnfp.c
print-ospf.c
print-rx.c