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: Wed, 27 Nov 2002 16:23:35 -0600 (CST)
guy         2002/11/27 16:23:35 CST

  Modified files:
    wiretap              libpcap.c 
  Log:
  The "pd" argument to "wtap_process_pcap_packet()" is a const pointer;
  when extracting the ATM pseudo-header from the data it points to, cast
  it to a "const struct sunatm_hdr *".
  
  Revision  Changes    Path
  1.85      +2 -2      ethereal/wiretap/libpcap.c