aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-02 20:35:46 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-02 20:35:46 +0000
commitb8c652c2905a1148ae554003a755dabd1150d03f (patch)
tree43d1d612b3ceec7dc17528d865a7e937fb645c26
parent72dded3e6270a8c2e01e2135524fd5cca07083aa (diff)
Update documentation links.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28926 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-radiotap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/epan/dissectors/packet-radiotap.c b/epan/dissectors/packet-radiotap.c
index 8c0ed706f3..0134e76cdb 100644
--- a/epan/dissectors/packet-radiotap.c
+++ b/epan/dissectors/packet-radiotap.c
@@ -40,8 +40,11 @@
#include "packet-ieee80211.h"
#include "packet-radiotap.h"
-/* Written with info from:
+/* Official specifcation:
*
+ * http://www.radiotap.org/
+ *
+ * Unofficial and historical specifications:
* http://madwifi.org/wiki/DevDocs/RadiotapHeader
* NetBSD's ieee80211_radiotap.h file
*/