Skip to content

Commit 5a09003

Browse files
update readme
Merge branch 'master' of github.com:akinaru/wlan-decoder-java
2 parents 30397cd + fbeba80 commit 5a09003

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ This exemple is launched from release folder
6868

6969
``wlanDecodedFrameList.add(dataDecode);``
7070

71+
Check ``fr.bmartel.wlandecoder.DisplayDecodingInfo.java`` to see how to retrieve data programmatically.
72+
7173
You can retrieve radiotap data too if you want. Go check http://akinaru.github.io/radiotap-decoder-java/ for more precision
7274

7375
<b>PROGRAM SYNTAX for parsing Wlan802.11 frames ONLY</b>
@@ -175,4 +177,4 @@ Element id not parsed will be displayed at the beginning of the output like this
175177
* Project is JRE 1.7 compliant
176178
* You can build it with ant => build.xml
177179
* Development on Eclipse
178-
* Specification from http://www.radiotap.org
180+
* Specification from https://standards.ieee.org/getieee802/download/802.11-2012.pdf

0 commit comments

Comments
 (0)