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: Tue, 25 Mar 2003 00:04:56 -0600 (CST)
guy         2003/03/25 00:04:55 CST

  Modified files:
    wiretap              libpcap.c 
  Log:
  AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layer
  type for loopback devices; map it to DLT_NULL when reading libpcap files
  with a major version of 2 and a minor version of 2, and when capturing
  from an "loN" device on AIX.
  
  Revision  Changes    Path
  1.95      +17 -4     ethereal/wiretap/libpcap.c