Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap libpcap.c wtap.c wtap.h

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: Fri, 30 Nov 2001 01:14:23 -0600 (CST)
guy         2001/11/30 01:14:23 CST

  Modified files:
    wiretap              libpcap.c wtap.c wtap.h 
  Log:
  Add support for LocalTalk Link Access Protocol.
  
  Rename WTAP_ENCAP_PRISM to WTAP_ENCAP_PRISM_HEADER, to match
  DLT_PRISM_HEADER.
  
  Add in missing capture support for WTAP_ENCAP_PRISM_HEADER when
  capturing with "pcap_open_live()" rather than reading the capture from a
  pipe.
  
  Revision  Changes    Path
  1.61      +4 -2      ethereal/wiretap/libpcap.c
  1.58      +5 -2      ethereal/wiretap/wtap.c
  1.96      +4 -3      ethereal/wiretap/wtap.h