Date: Fri, 9 Dec 2005 04:03:57 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal Makefile ports/net/ethereal/files patch-epan_dissectors_packet-ieee80211.c patch-epan_dissectors_packet-radiotap.c Message-ID: <200512090403.jB943wHu048044@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512090403.jB943wHu048044>