Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-icmpv6.c packet-ipv6.c packet-ipv6.h

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 11 Nov 2000 04:23:42 -0600 (CST)
guy         2000/11/11 04:23:42 CST

  Modified files:
    .                    packet-icmpv6.c packet-ipv6.c 
                         packet-ipv6.h 
  Log:
  Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN in
  "epan/pint.h" - they caused GCC to whine about them being redefined when
  I compiled on FreeBSD 3.4.
  
  Get rid of the stuff in "packet-ipv6.h" that defines various bit vectors
  differently depending on the byte order of the machine; instead, define
  them so that they work with items in host byte order.  This lets us use
  a number of them rather than using hardwired hex values.
  
  Put "frag.ip6f_offlg" in host byte order before using it; this means
  that IP6F_MORE_FRAG can still be used even though it now works only on
  items in host byte order.
  
  Revision  Changes    Path
  1.30      +13 -13    ethereal/packet-icmpv6.c
  1.44      +6 -5      ethereal/packet-ipv6.c
  1.16      +1 -33     ethereal/packet-ipv6.h