aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-hello.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-05 21:23:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-05 21:23:32 +0000
commit97fb5fbaedfd4808e671a561dba97783d1f03b9d (patch)
tree0d424fbce27d70d7754d2e3f63b519ca50918c11 /packet-isis-hello.c
parent7bd634c692b559a32d41e5bfb9820d51f2b0a492 (diff)
hmac-md5 authentication support for IS-IS, from Hannes Gredler.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3517 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis-hello.c')
-rw-r--r--packet-isis-hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isis-hello.c b/packet-isis-hello.c
index 14670067e5..5526a397d1 100644
--- a/packet-isis-hello.c
+++ b/packet-isis-hello.c
@@ -1,7 +1,7 @@
/* packet-isis-hello.c
* Routines for decoding isis hello packets and their CLVs
*
- * $Id: packet-isis-hello.c,v 1.14 2001/05/14 18:40:15 guy Exp $
+ * $Id: packet-isis-hello.c,v 1.15 2001/06/05 21:23:32 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -352,7 +352,7 @@ static void
dissect_hello_auth_clv(const u_char *pd, int offset,
guint length, int id_length, frame_data *fd, proto_tree *tree) {
isis_dissect_authentication_clv(pd, offset, length, fd, tree,
- "Per Link authentication" );
+ "authentication" );
}
/*