Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-pim.c packet-ipv6.c packet-afs.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 14 Jan 2000 22:17:43 -0600 (CST)
guy         2000/01/14 22:17:41 CST

  Modified files:
    .                    packet-pim.c packet-ipv6.c packet-afs.c 
                         packet-bgp.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.8       +16 -16    ethereal/packet-pim.c
  1.26      +3 -3      ethereal/packet-ipv6.c
  1.9       +8 -8      ethereal/packet-afs.c
  1.17      +27 -27    ethereal/packet-bgp.c