aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-08-03 02:05:33 +0000
committerGuy Harris <guy@alum.mit.edu>2012-08-03 02:05:33 +0000
commitc25adfe420bab72f766b13d37edf770a9d26dc31 (patch)
treea2b45e905c3f68b72725ade1ca9f2466781527fb /epan/dissectors/packet-ax25.c
parent307e13d9f2aefaa968f89d0bd065dbae5c992b64 (diff)
Newer version of the AX.25 spec.
svn path=/trunk/; revision=44236
Diffstat (limited to 'epan/dissectors/packet-ax25.c')
-rw-r--r--epan/dissectors/packet-ax25.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ax25.c b/epan/dissectors/packet-ax25.c
index a335abf0ae..678c9d5f88 100644
--- a/epan/dissectors/packet-ax25.c
+++ b/epan/dissectors/packet-ax25.c
@@ -31,6 +31,9 @@
* At the time of writing the specification could be found here:
* http://www.tapr.org/pub_ax25.html
*
+ * A newer version, Version 2.2, July 1998, can be found at
+ * http://www.ax25.net/AX25.2.2-Jul%2098-2.pdf
+ *
* Inspiration on how to build the dissector drawn from
* packet-sdlc.c
* packet-x25.c