802.11

4 replies [Last post]
unnder
Offline
Joined: 01/29/2012

Hello,

I' ve a question: Can i use this wrapper to create, for example, an Wireless IDS? I want to know if jNetPCap is able to provide all functions with 802.11 frames.

Thanks.

Mark Bednarczyk
Mark Bednarczyk's picture
Offline
Joined: 03/22/2008
jNetPcap is a libpcap wrapper

jNetPcap is a libpcap wrapper so the same interface types are applicable here. jNetPcap has some very rudimentary RadioTap support. Libpcap can generate fake ethernet headers for WLAN interfaces which jnetpcap will then decode, but won't supply you with the low level radio information.

Sly Technologies, Inc.
R&D

unnder
Offline
Joined: 01/29/2012
So, I could be able to create

So, I could be able to create a WIDS that only works in layer 2. The layer 1 is not supported.

Am I right?

Thanks!

Mark Bednarczyk
Mark Bednarczyk's picture
Offline
Joined: 03/22/2008
Yes and no. The best support

Yes and no. The best support is for the ethernet emulated WLAN but we do have some 802.11 headers in development that are no complete. The first RadioTap header is working but its not complete. There is quiet a bit of information you can get out of it, in its current state. I wouldn't recommend this for production but for testing and messing around its usable.

Sly Technologies, Inc.
R&D

jasmine
Offline
Joined: 04/25/2012
Nice information, many thanks

Nice information, many thanks to the author. It is incomprehensible to me now, but in general, the usefulness and significance is overwhelming. Thanks again and good luck!
70-642

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.