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

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: Wed, 11 Feb 2004 14:47:00 -0600 (CST)
guy         2004/02/11 14:47:00 CST

  Modified files:
    wiretap              libpcap.c 
  Log:
  Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now; we
  could probably map it to one of the many different 802.11+radio headers,
  but we should probably just have *one* Wiretap encapsulation for 802.11,
  with a radiotap-style list of attributes attached to it.
  
  Revision  Changes    Path
  1.113     +29 -4     ethereal/wiretap/libpcap.c