Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap airopeek9.c etherpeek.c libpcap.c ne

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 27 Jan 2004 02:06:12 -0600 (CST)
guy         2004/01/27 02:06:12 CST

  Modified files:
    wiretap              airopeek9.c etherpeek.c libpcap.c 
                         netxray.c wtap.h 
  Log:
  Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field to
  it, similar to the Ethernet pseudo-header's "fcs_len" field, and use it
  in the 802.11 dissector.
  
  Revision  Changes    Path
  1.5       +26 -21    ethereal/wiretap/airopeek9.c
  1.27      +17 -7     ethereal/wiretap/etherpeek.c
  1.109     +10 -1     ethereal/wiretap/libpcap.c
  1.89      +10 -18    ethereal/wiretap/netxray.c
  1.149     +4 -2      ethereal/wiretap/wtap.h