Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ieee80211.c packet-ieee80211.h AUTHOR

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:44 -0600 (CST)
guy         2000/11/14 23:41:44 CST

  Modified files:
    .                    AUTHORS Makefile.am capture.c 
                         packet-frame.c 
  Added files:
    .                    packet-ieee80211.c packet-ieee80211.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.162     +4 -0      ethereal/AUTHORS
  1.245     +3 -1      ethereal/Makefile.am
  1.132     +5 -1      ethereal/capture.c
  1.2       +5 -2      ethereal/packet-frame.c