wlan-decoder-java  1.0
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Static Public Attributes | List of all members
fr.bmartel.protocol.wlan.WlanDecoder Class Reference
Inheritance diagram for fr.bmartel.protocol.wlan.WlanDecoder:
Inheritance graph
[legend]
Collaboration diagram for fr.bmartel.protocol.wlan.WlanDecoder:
Collaboration graph
[legend]

Public Member Functions

 WlanDecoder (byte[] dataFrame)
 
void decodeWithRadiotap ()
 
void decode ()
 
void radioTapDecode (byte[] frame)
 
void wlan802dot11Decode (byte[] frame, int offset)
 
IRadioTapFrame getRadioTap ()
 
IWlanFrameControl getFrameControl ()
 
IWlanFrame getFrame ()
 

Static Public Attributes

static final boolean DISPLAY_ELEMENT_NOT_DECODED = true
 

Detailed Description

Wlan decoder

Author
Bertrand Martel

Constructor & Destructor Documentation

fr.bmartel.protocol.wlan.WlanDecoder.WlanDecoder ( byte[]  dataFrame)

initialize wlan driver

Member Function Documentation

void fr.bmartel.protocol.wlan.WlanDecoder.radioTapDecode ( byte[]  frame)

Decode radio tap frames

Parameters
frame
void fr.bmartel.protocol.wlan.WlanDecoder.wlan802dot11Decode ( byte[]  frame,
int  offset 
)

Decode wlan 802.11 frames

Parameters
framebyte aray data frames
offsetoffset defined to remove radio tap frames if necessary

The documentation for this class was generated from the following file: