diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-06-05 21:23:32 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-06-05 21:23:32 +0000 |
commit | a4aec4051ddbfb2e6d61894d252dad8056a5de7f (patch) | |
tree | 0d424fbce27d70d7754d2e3f63b519ca50918c11 /packet-isis-hello.c | |
parent | 9bb2c30bc2d02fbdb1dd83612723ecccaafad8f9 (diff) | |
download | wireshark-a4aec4051ddbfb2e6d61894d252dad8056a5de7f.tar.gz wireshark-a4aec4051ddbfb2e6d61894d252dad8056a5de7f.tar.bz2 wireshark-a4aec4051ddbfb2e6d61894d252dad8056a5de7f.zip |
hmac-md5 authentication support for IS-IS, from Hannes Gredler.
svn path=/trunk/; revision=3517
Diffstat (limited to 'packet-isis-hello.c')
-rw-r--r-- | packet-isis-hello.c | 4 |
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" ); } /* |