Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap libpcap.c wtap.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, 8 Mar 2003 03:11:54 -0600 (CST)
guy         2003/03/08 03:11:54 CST

  Modified files:
    wiretap              libpcap.c wtap.h 
  Log:
  WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so just
  rename WTAP_ENCAP_ENC0 to WTAP_ENCAP_ENC.
  
  un-#if 0 out the code to handle the value 109 for DLT_ENC, as I've just
  checked in support for DLT_ENC in tcpdump.org libpcap and tcpdump, which
  maps DLT_ENC to 109 in the file header.
  
  Give packet-enc.c an RCS ID.
  
  Revision  Changes    Path
  1.94      +3 -3      ethereal/wiretap/libpcap.c
  1.136     +2 -2      ethereal/wiretap/wtap.h