Skip to content

Commit d0814ef

Browse files
update repo path + fix link
1 parent 7275345 commit d0814ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Wlan 802.11 Decoder #
22

3-
http://akinaru.github.io/wlan-decoder-java/
3+
http://bertrandmartel.github.io/wlan-decoder-java/
44

55
<i>Last update 04/05/2015</i>
66

77
Decoder for Wlan 802.11 frame preceding with Radiotap header or not
88

9-
Radiotap header are parsed with project http://akinaru.github.io/pcapng-decoder-java/
9+
Radiotap header are parsed with project http://bertrandmartel.github.io/pcapng-decoder-java/
1010

1111
All type of Wlan 802.11 frames are parsed :
1212
* MANAGEMENT_FRAME_TYPE
@@ -38,7 +38,7 @@ First you need a pcapng file containing :
3838

3939
You can use to parse this file
4040
* the jnetpcap library
41-
* my own lib in http://akinaru.github.io/pcapng-decoder-java/ (pcapng-decoder-java)
41+
* my own lib in http://bertrandmartel.github.io/pcapng-decoder-java/ (pcapng-decoder-java)
4242

4343
You dont have to take the jar to you it is already in lib folder
4444

@@ -70,7 +70,7 @@ This exemple is launched from release folder
7070

7171
Check ``fr.bmartel.wlandecoder.DisplayDecodingInfo.java`` to see how to retrieve data programmatically.
7272

73-
You can retrieve radiotap data too if you want. Go check http://akinaru.github.io/radiotap-decoder-java/ for more precision
73+
You can retrieve radiotap data too if you want. Go check http://bertrandmartel.github.io/radiotap-decoder-java/ for more precision
7474

7575
<b>PROGRAM SYNTAX for parsing Wlan802.11 frames ONLY</b>
7676

doc/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</div><!--header-->
8080
<div class="contents">
8181
<div class="textblock"><p>Decoder for Wlan 802.11 frame preceding with Radiotap header or not</p>
82-
<p>Radiotap header are parsed with project <a href="http://akinaru.github.io/pcapng-decoder-java/">http://akinaru.github.io/pcapng-decoder-java/</a></p>
82+
<p>Radiotap header are parsed with project <a href="http://bertrandmartel.github.io/pcapng-decoder-java/">http://bertrandmartel.github.io/pcapng-decoder-java/</a></p>
8383
<p>All type of Wlan 802.11 frames are parsed : MANAGEMENT_FRAME_TYPE CONTROL_FRAME_TYPE DATA_FRAME_TYPE</p>
8484
<p>But there are a few of "information element" block parsed for now (tagged parameters) : SSID HT CAPABILITIES SUPPORTED RATE TIM EXTENDED SUPPORTED RATE ERP DSSS PARAMETER </p>
8585
</div></div><!-- contents -->

src/fr/bmartel/wlandecoder/DecodeMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*
4141
*Decoder for Wlan 802.11 frame preceding with Radiotap header or not
4242
43-
Radiotap header are parsed with project http://akinaru.github.io/pcapng-decoder-java/
43+
Radiotap header are parsed with project http://bertrandmartel.github.io/pcapng-decoder-java/
4444
4545
All type of Wlan 802.11 frames are parsed :
4646
* MANAGEMENT_FRAME_TYPE

0 commit comments

Comments
 (0)