Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-null.c

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, 3 Aug 2002 14:49:30 -0500 (CDT)
guy         2002/08/03 14:49:30 CDT

  Modified files:
    .                    packet-null.c 
  Log:
  We don't use anything from <sys/socket.h> (we need to know the AF_
  values of the various BSDs that support DLT_NULL, but those aren't
  necessarily the AF_ values on the machine on which you're building
  Ethereal), so we don't need to include it.
  
  Revision  Changes    Path
  1.55      +1 -5      ethereal/packet-null.c