aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-clv.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-22 18:00:40 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-22 18:00:40 +0000
commit7111f8301309f49ba6185f76ff157023247cf74c (patch)
tree1322668050388cdf8e826dd49ed0ccb8d14a0a7f /packet-isis-clv.c
parent4d5ab5490b65d8b0e1b00f980d8feed6536b38dc (diff)
Fixes from Hannes Gredler.
svn path=/trunk/; revision=3864
Diffstat (limited to 'packet-isis-clv.c')
-rw-r--r--packet-isis-clv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isis-clv.c b/packet-isis-clv.c
index dad016cff0..cf64063a88 100644
--- a/packet-isis-clv.c
+++ b/packet-isis-clv.c
@@ -1,7 +1,7 @@
/* packet-isis-clv.c
* Common CLV decode routines.
*
- * $Id: packet-isis-clv.c,v 1.14 2001/07/02 00:19:34 guy Exp $
+ * $Id: packet-isis-clv.c,v 1.15 2001/08/22 18:00:40 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -262,7 +262,7 @@ isis_dissect_mt_clv(tvbuff_t *tvb, packet_info *pinfo,
strcpy(mt_desc,"Reserved for IETF Consensus");
}
proto_tree_add_text ( tree, tvb, offset, 2 ,
- "%s Topology (0x%x)%s%s",
+ "%s Topology (0x%03x)%s%s",
mt_desc,
mt_block&0xfff,
(mt_block&0x8000) ? "" : ", no sub-TLVs present",