Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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@xxxxxxxxxxxx>
Date: Mon, 6 Dec 1999 14:20:44 -0600 (CST)
guy         1999/12/06 14:20:39 CST

  Modified files:
    .                    packet-ipv6.h 
  Log:
  Use WORDS_BIGENDIAN, rather than BYTE_ORDER, to determine which values
  to use for IPV6_FLOWINFO_MASK and IPV6_FLOWLABEL_MASK.  WORDS_BIGENDIAN
  is defined as long as you include "config.h"; BYTE_ORDER is defined only
  if you include "global.h" (or if your OS *happens* to define it in an
  include file that's being included), and we're trimming the number of
  files that include "global.h".
  
  Revision  Changes    Path
  1.11      +4 -5      ethereal/packet-ipv6.h