Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS acinclude.m4 capture.c capture.h glo

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, 31 Oct 2003 20:30:15 -0600 (CST)
guy         2003/10/31 20:30:15 CST

  Modified files:
    .                    AUTHORS acinclude.m4 capture.c capture.h 
                         globals.h pcap-util.c pcap-util.h 
                         tethereal.c 
  Log:
  Based on a patch from Brian Fundakowski Feldman, add support for setting
  link-layer type when capturing, using the "pcap_set_datalink()" and
  related APIs.
  
  Revision  Changes    Path
  1.879     +4 -0      ethereal/AUTHORS
  1.62      +3 -1      ethereal/acinclude.m4
  1.213     +20 -2     ethereal/capture.c
  1.37      +3 -1      ethereal/capture.h
  1.32      +1 -3      ethereal/globals.h
  1.19      +126 -1    ethereal/pcap-util.c
  1.6       +25 -2     ethereal/pcap-util.h
  1.204     +141 -49   ethereal/tethereal.c