]> The Tcpdump Group git mirrors - tcpdump/commitdiff
from Jacek Tobiasz <[email protected]>:
authorhannes <hannes>
Thu, 22 Feb 2007 11:31:05 +0000 (11:31 +0000)
committerhannes <hannes>
Thu, 22 Feb 2007 11:31:05 +0000 (11:31 +0000)
display the IS-IS istype field as L2 and not L1L2.

CREDITS
print-isoclns.c

diff --git a/CREDITS b/CREDITS
index 7b93e39b5c5d340f92abb4d9e803c0efb463d7a9..5aafd4a458892e96ed7384e4555fa783672d9a90 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -58,6 +58,7 @@ Additional people who have contributed patches:
        Heinz-Ado Arnolds               <[email protected]>
        Hendrik Scholz                  <[email protected]>
        Ian McDonald                    <[email protected]>
+        Jacek Tobiasz                   <[email protected]>
        Jakob Schlyter                  <[email protected]>
        Jan Oravec                      <[email protected]>
        Jason R. Thorpe                 <[email protected]>
index fef9a8e0790f22d5aec6dda2b330e7aac9a789e3..93f4a6183d66c006ba9e6f9022c578779878c204 100644 (file)
@@ -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 }
 };