File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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+
7173You 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
You can’t perform that action at this time.
0 commit comments