Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 02:09:48 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179095: [NEW PORT] net-mgmt/wlan2eth: Convert packet captures in 802.11 format to Ethernet format
Message-ID:  <20130530000950.F3E43185@hub.freebsd.org>
Resent-Message-ID: <201305300010.r4U0A1SV073794@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179095
>Category:       ports
>Synopsis:       [NEW PORT] net-mgmt/wlan2eth: Convert packet captures in 802.11 format to Ethernet format
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 30 00:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Jan 29 15:02:50 EST 2013
>Description:
wlan2eth

A simple tool to convert packet captures in 802.11 format to Ethernet format.
Lots of tools can only understand Ethernet link types, so I wrote this 
tool to convert captures to a format that they can understand.
Note that this tool is really only useful for encrypted traffic.

Specify a wireless packet capture as an input file, and the name of the
desired Ethernet-format output file. Wlan2eth will only convert data frames
to the output file, which will likely result in a significantly smaller output
packet capture file. Note that wlan2eth will only convert unencrypted frames.

WWW: http://www.willhackforsushi.com/?page_id=79

Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20130529232300-55983/

>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	wlan2eth
#	wlan2eth/Makefile
#	wlan2eth/pkg-descr
#	wlan2eth/distinfo
#	wlan2eth/files
#	wlan2eth/files/pkg-message.in
#
echo c - wlan2eth
mkdir -p wlan2eth > /dev/null 2>&1
echo x - wlan2eth/Makefile
sed 's/^X//' >wlan2eth/Makefile << 'c6562f0060630d315d293f6364674071'
X# Created by: nemysis <nemysis@gmx.ch>
X# $FreeBSD$
X
XPORTNAME=	wlan2eth
XPORTVERSION=	1.3
XCATEGORIES=	net-mgmt security
XMASTER_SITES=	http://www.willhackforsushi.com/code/${PORTNAME}/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	Convert packet captures in 802.11 format to Ethernet format
X
XLICENSE=	GPLv2
X
XPORTDOCS=	THANKS
XSUB_FILES=	pkg-message
X
XPLIST_FILES=	bin/${PORTNAME}
X
X.include <bsd.port.options.mk>
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
Xpost-install:
X.if ${PORT_OPTIONS:MDOCS}
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
X.endif
X
X	@${ECHO_CMD}
X	@${CAT} ${PKGMESSAGE}
X	@${ECHO_CMD}
X
X.include <bsd.port.mk>
c6562f0060630d315d293f6364674071
echo x - wlan2eth/pkg-descr
sed 's/^X//' >wlan2eth/pkg-descr << '144aef9136feb4e14fd2732568f25551'
Xwlan2eth
X
XA simple tool to convert packet captures in 802.11 format to Ethernet format.
XLots of tools can only understand Ethernet link types, so I wrote this 
Xtool to convert captures to a format that they can understand.
XNote that this tool is really only useful for encrypted traffic.
X
XSpecify a wireless packet capture as an input file, and the name of the
Xdesired Ethernet-format output file. Wlan2eth will only convert data frames
Xto the output file, which will likely result in a significantly smaller output
Xpacket capture file. Note that wlan2eth will only convert unencrypted frames.
X
XWWW: http://www.willhackforsushi.com/?page_id=79
144aef9136feb4e14fd2732568f25551
echo x - wlan2eth/distinfo
sed 's/^X//' >wlan2eth/distinfo << 'e9eeeec53ae12e54f95764685a3af3b8'
XSHA256 (wlan2eth-1.3.tgz) = a6b9f4a9f0407f79e61571de73e800785d4047019d66b891a569ff75cc5fe774
XSIZE (wlan2eth-1.3.tgz) = 8242
e9eeeec53ae12e54f95764685a3af3b8
echo c - wlan2eth/files
mkdir -p wlan2eth/files > /dev/null 2>&1
echo x - wlan2eth/files/pkg-message.in
sed 's/^X//' >wlan2eth/files/pkg-message.in << '39291de5df4ed64ea67827e3f275934a'
X===============================================================================
X
Xwlan2eth has been installed.
X
XFor more information about wlan2eth visit:
X
Xhttp://www.willhackforsushi.com/?page_id=79
X
X===============================================================================
39291de5df4ed64ea67827e3f275934a
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130530000950.F3E43185>