Fix up a bunch of places where a pointer into the packet buffer was cast
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 15 Jan 2000 04:17:37 +0000 (04:17 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 15 Jan 2000 04:17:37 +0000 (04:17 +0000)
commit514795215fa95b73cba8832efa7292241e0209f4
treeeffd0ff49a3ee02739db891b65ac3c0d8851c021
parentd4b22903404b2c56e789e9d2a2d9441ff12aff7c
Fix up a bunch of places where a pointer into the packet buffer was cast
to a type requiring 2-byte or better alignment and was then
dereferenced; doing that requires that the code generated by your
compiler not trap if it makes an unaligned reference, and on most RISC
processors the code generated by the compiler *will* trap on an
unaligned reference by default.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1480 f5534014-38df-0310-8fa8-9805f1628bb7
packet-afs.c
packet-bgp.c
packet-ipv6.c
packet-pim.c