cvs commit: ports/net/ethereal Makefile ports/net/ethereal/files patch-epan_dissectors_packet-ieee80211.c patch-epan_dissectors_packet-radiotap.c

Joe Marcus Clarke marcus at FreeBSD.org
Thu Dec 8 20:04:14 PST 2005


marcus      2005-12-09 04:03:57 UTC

  FreeBSD ports repository

  Modified files:
    net/ethereal         Makefile 
  Added files:
    net/ethereal/files   patch-epan_dissectors_packet-ieee80211.c 
                         patch-epan_dissectors_packet-radiotap.c 
  Log:
  * Fix a bug in caclulating the 802.11 header length for QoS data frames
    (way bad regression from previous code)
  * Add support for packets w/ data padding between the 802.11 header and
    the payload (as indicated in the radiotap flags)
  * Add support for handling FCS indication in the radiotap flags
  * Fix display of TSF (previous code was not byte swapping)
  * Update ieee80211_mhz2ieee in radiotap.c to handle more channels
  * Nuke some #if 0 code leftover in radiotap.c
  
  Submitted by:   sam
  
  Revision  Changes    Path
  1.92      +1 -1      ports/net/ethereal/Makefile
  1.1       +240 -0    ports/net/ethereal/files/patch-epan_dissectors_packet-ieee80211.c (new)
  1.1       +206 -0    ports/net/ethereal/files/patch-epan_dissectors_packet-radiotap.c (new)


More information about the cvs-ports mailing list