Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap libpcap.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: Thu, 6 Jun 2002 23:48:37 -0500 (CDT)
guy         2002/06/06 23:48:37 CDT

  Modified files:
    wiretap              libpcap.c 
  Log:
  BSD/OS Frame Relay packets just begin with the Frame Relay header, so
  they are, in fact, WTAP_ENCAP_FRELAY.  Support 11 as WTAP_ENCAP_FRELAY
  if DLT_FR is defined and is equal to 11, and support 107 as
  WTAP_ENCAP_FRELAY unconditionally.
  
  Get rid of a comment indicating that 105 isn't used - it's been
  supported as DLT_IEEE802_11 for a while.
  
  Revision  Changes    Path
  1.74      +4 -17     ethereal/wiretap/libpcap.c