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: Tue, 14 Nov 2000 23:41:51 -0600 (CST)
guy         2000/11/14 23:41:50 CST

  Modified files:
    wiretap              libpcap.c wtap.c wtap.h 
  Log:
  IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.
  
  Add in stuff for a bunch of libpcap formats either in libpcap 0.5.2 or
  in the current CVS version; we don't implement all of them in
  Ethereal/Wiretap (those are "#if 0"ed out), but we do implement the IEEE
  802.11 stuff (which isn't yet in libpcap or tcpdump, but the CVS version
  of libpcap *does* reserve 105 as the encapsulation type number for
  802.11).
  
  Revision  Changes    Path
  1.44      +37 -2     ethereal/wiretap/libpcap.c
  1.49      +4 -1      ethereal/wiretap/wtap.c
  1.82      +3 -2      ethereal/wiretap/wtap.h