From: hannes Date: Thu, 22 Feb 2007 11:31:05 +0000 (+0000) Subject: from Jacek Tobiasz : X-Git-Tag: tcpdump-3.9.7~32 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/21128c97ed20edba84f0ff3a5d0917dbe0cc5944 from Jacek Tobiasz : display the IS-IS istype field as L2 and not L1L2. --- diff --git a/CREDITS b/CREDITS index 7b93e39b..5aafd4a4 100644 --- a/CREDITS +++ b/CREDITS @@ -58,6 +58,7 @@ Additional people who have contributed patches: Heinz-Ado Arnolds Hendrik Scholz Ian McDonald + Jacek Tobiasz Jakob Schlyter Jan Oravec Jason R. Thorpe diff --git a/print-isoclns.c b/print-isoclns.c index fef9a8e0..93f4a618 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.133.2.23 2006-06-16 18:22:56 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.133.2.24 2007-02-22 11:31:05 hannes Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -475,7 +475,7 @@ static struct tok isis_lsp_istype_values[] = { { ISIS_LSP_TYPE_UNUSED0, "Unused 0x0 (invalid)"}, { ISIS_LSP_TYPE_LEVEL_1, "L1 IS"}, { ISIS_LSP_TYPE_UNUSED2, "Unused 0x2 (invalid)"}, - { ISIS_LSP_TYPE_LEVEL_2, "L1L2 IS"}, + { ISIS_LSP_TYPE_LEVEL_2, "L2 IS"}, { 0, NULL } };