Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled frame (-1) #2

Closed
keldnorman opened this issue May 29, 2019 · 3 comments
Closed

Unhandled frame (-1) #2

keldnorman opened this issue May 29, 2019 · 3 comments

Comments

@keldnorman
Copy link

I am seeing this Unhandled frame when I run the Owl

killall owl
killall opendrop
iw dev mon0 del
service network-manager stop
killall wpa_supplicant
iw phy phy1 interface add mon0 type monitor
ifconfig mon0 up
iw dev mon0 set freq 2437
owl -i mon0 -N
.oOXWMMMMWXOx:
.oOOOx:'''''''''''':OOOx:
oXOo' ........ ':OXx.
.oOOO''''''''''OOOo.
oXOo' 'oOO:
:oOOOOXXXXOOOOo:.
oXO:' ':OXo
.:xOXXXXXXOx:.
.xXMMMMMMMMMMMMMMMMXx.
'XWWWWWWMMMMMMMMMMMMMMMMMMMMMMWWWWWWX'
oWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWo
OMMMMMMWWMMMMMMMMMMMMMMWWWMMMMMO
OMMWx' 'xWMMMMWx' 'oXMMO
:MW: oMMx 'WM:
XM' .xOOo. :o .xOOo. WX
WX :MMMMMX :MMMMMX xW
XW 'WMMMMX .xx. 'WMMMWX XX
'Wx 'xWMx' OMMO 'xWMx' xM'
'XX: 'XX' :XX'
'xXOx:..................:xXWx'
'xXMMMMMMMMMMMMMMMMMMWO'

        Open Wireless Link

        https://owlink.org

00:25:39 INFO : WLAN device: mon0 (addr 0:f:2:2:55:fa)
00:25:39 INFO : Host device: awdl0
00:25:39 WARN : unhandled frame (-1)
00:25:39 WARN : unhandled frame (-1)
00:25:40 WARN : unhandled frame (-1)
00:25:40 WARN : unhandled frame (-1)
00:25:40 WARN : unhandled frame (-1)
00:25:40 WARN : unhandled frame (-1)
00:25:40 WARN : unhandled frame (-1)
00:25:41 WARN : unhandled frame (-1)
opendrop receive
00:25:41 WARN : unhandled frame (-1)
00:25:42 WARN : unhandled frame (-1)
Announcing service: host router, address fe80::20f:2ff:fe02:55fa, port 8771
00:25:42 WARN : unhandled frame (-1)
00:25:42 WARN : unhandled frame (-1)
00:25:42 WARN : unhandled frame (-1)
00:25:42 WARN : unhandled frame (-1)
Starting HTTPS server
00:25:43 WARN : unhandled frame (-1)

Could it be the hardware that i use (it is not the Raspberry Pi 3 but instead a fitlet2 -> https://www.compulabnordic.dk/kategori/mini-pc/fitlet2/ and a USB wifi stick supporting 802.11n )

USB Stick:

4378.338861] usb 1-5: New USB device found, idVendor=148f, idProduct=5370, bcdDevice= 1.01
[ 4378.338870] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4378.338876] usb 1-5: Product: 802.11 n WLAN
[ 4378.338880] usb 1-5: Manufacturer: Ralink
[ 4378.338885] usb 1-5: SerialNumber: 1.0
[ 4378.477012] usb 1-5: reset high-speed USB device number 8 using xhci_hcd
[ 4378.638524] ieee80211 phy2: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[ 4378.658586] ieee80211 phy2: rt2x00_set_rf: Info - RF chipset 5370 detected
[ 4378.659122] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht'

@schmittner
Copy link
Member

Please run owl with the -d flag which produces a file failed.pcap in your working directory with all unhandled frames. Post the file here so we can investigate.

@keldnorman
Copy link
Author

I could not figure out how to attach the file here so I placed it here instead:

https://www.lostserver.com/static/failed.pcap

Thanks for the code by the way and your willingness to help, I really appreciate the work you did, and I know how much research goes in to this and how much time you spend on it.

schmittner added a commit that referenced this issue Jun 5, 2019
@schmittner
Copy link
Member

I fixed FCS handling, so the frames should now be parsed correctly. Please try out current master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants