aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-29 16:57:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-29 16:57:05 +0000
commit27a4254cc5c21493bb52d77bde1020d507d4fdac (patch)
treecbe017d7ab9800e0a6adbd72a5832b776e728974 /packet-isis-lsp.c
parentc3effab24ea60e014e1223a884f595cc7bb1b9a4 (diff)
Typo fix, from Laurent Rabret.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7599 f5534014-38df-0310-8fa8-9805f1628bb7
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);
}