Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap acinclude.m4 configure.in 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@xxxxxxxxxxxx>
Date: Fri, 25 Aug 2000 01:25:32 -0500 (CDT)
guy         2000/08/25 01:25:27 CDT

  Modified files:
    wiretap              acinclude.m4 configure.in libpcap.c 
  Log:
  Redo the way we map between libpcap encapsulation type codes and Wiretap
  encapsulation type codes - for those libpcap type codes whose numerical
  value is interpreted differently by different versions of libpcap,
  include <pcap.h> if you can and, if you can, use what it defines to
  control which Wiretap code we map those type codes to.
  
  Also, map the new libpcap type codes introduced by libpcap 0.5.
  
  Revision  Changes    Path
  1.6       +34 -0     ethereal/wiretap/acinclude.m4
  1.23      +7 -1      ethereal/wiretap/configure.in
  1.38      +221 -87   ethereal/wiretap/libpcap.c