Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c packet-atalk.c packet-atalk.h pack

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

  Modified files:
    .                    capture.c packet-atalk.c packet-atalk.h 
                         packet-prism.c 
  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.161     +12 -2     ethereal/capture.c
  1.57      +156 -2    ethereal/packet-atalk.c
  1.7       +3 -1      ethereal/packet-atalk.h
  1.3       +2 -2      ethereal/packet-prism.c