Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-enc.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, 8 Mar 2003 03:11:52 -0600 (CST)
guy         2003/03/08 03:11:52 CST

  Modified files:
    .                    packet-enc.c 
  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.2       +3 -2      ethereal/packet-enc.c