From e29579a74a27a5613483882b78c0dbc836275921 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 29 Apr 2003 16:57:05 +0000 Subject: Typo fix, from Laurent Rabret. svn path=/trunk/; revision=7599 --- packet-isis-lsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-isis-lsp.c') 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 * * 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); } -- cgit v1.2.3