aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-29 16:57:05 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-29 16:57:05 +0000
commite29579a74a27a5613483882b78c0dbc836275921 (patch)
treecbe017d7ab9800e0a6adbd72a5832b776e728974 /packet-isis-lsp.c
parente2366017eb2e0d9d78f9a2838016cc7afcd3151b (diff)
Typo fix, from Laurent Rabret.
svn path=/trunk/; revision=7599
Diffstat (limited to 'packet-isis-lsp.c')
-rw-r--r--packet-isis-lsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isis-lsp.c b/packet-isis-lsp.c
index 2f3619f3f3..4eafc949a9 100644
--- a/packet-isis-lsp.c
+++ b/packet-isis-lsp.c
@@ -1,7 +1,7 @@
/* packet-isis-lsp.c
* Routines for decoding isis lsp packets and their CLVs
*
- * $Id: packet-isis-lsp.c,v 1.41 2003/04/03 05:22:08 guy Exp $
+ * $Id: packet-isis-lsp.c,v 1.42 2003/04/29 16:57:05 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -452,7 +452,7 @@ dissect_lsp_mt_id(tvbuff_t *tvb, proto_tree *tree, int offset)
}
proto_tree_add_text ( tree, tvb, offset, 2 ,
- "%s Topology (%d)", mt_desc, mt_id);
+ "%s (%d)", mt_desc, mt_id);
}