Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal pcap-util.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 21 Nov 2003 02:33:49 -0600 (CST)
guy         2003/11/21 02:33:49 CST

  Modified files:
    .                    pcap-util.c 
  Log:
  Maybe the problem is that the compilers used on AIX weren't defining
  "AIX", and that code was never compiled.  Libpcap uses "_AIX" to
  conditionally compile in the extra AIX BPF support; we'll do the same.
  
  Revision  Changes    Path
  1.21      +4 -4      ethereal/pcap-util.c