Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal acinclude.m4 tethereal.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Wed, 17 Dec 2003 20:46:45 -0600 (CST)
guy         2003/12/17 20:46:45 CST

  Modified files:
    .                    acinclude.m4 tethereal.c 
  Log:
  "pcap_compile_nopcap()" has a different signature in recent NetBSD
  libpcap than in tcpdump.org libpcap; it's been deprecated for that
  reason.  "pcap_open_dead()" has been in libpcap since 0.6, so only for
  0.5[.x] will you have "pcap_compile_nopcap()" but not "pcap_open_dead()"
  - for now, we use "pcap_open_dead()" rather than
  "pcap_compile_nopcap()", and don't do the check for capture filters in
  systems with libpcaps that lack "pcap_open_dead()".
  
  Revision  Changes    Path
  1.66      +2 -2      ethereal/acinclude.m4
  1.212     +15 -7     ethereal/tethereal.c