summaryrefslogtreecommitdiff
path: root/print-lmp.c
diff options
context:
space:
mode:
authorhannes <hannes>2007-08-02 17:32:49 +0000
committerhannes <hannes>2007-08-02 17:32:49 +0000
commit166f42bbc117973f9865c97e33c6f3966bc30915 (patch)
tree3465921105e6eeb2399bcc4bb3588c9666903112 /print-lmp.c
parentaa976c54cff4df1603335380ebc8f1c1a3f32f4e (diff)
downloadtcpdump-166f42bbc117973f9865c97e33c6f3966bc30915.tar.gz
add a reference to rfc 4204
Diffstat (limited to 'print-lmp.c')
-rw-r--r--print-lmp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/print-lmp.c b/print-lmp.c
index 22d0bc9d..556db173 100644
--- a/print-lmp.c
+++ b/print-lmp.c
@@ -10,6 +10,8 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
+ * Support for the Link Management Protocol as per rfc 4204.
+ *
* Original code by Hannes Gredler (hannes@juniper.net)
* Support for LMP service discovery extensions (defined by UNI 1.0) added
* by Manu Pathak (mapathak@cisco.com), May 2005
@@ -17,7 +19,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-lmp.c,v 1.10 2006-06-23 02:03:09 hannes Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-lmp.c,v 1.11 2007-08-02 17:32:49 hannes Exp $";
#endif
#ifdef HAVE_CONFIG_H