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

CREDITS
print-isoclns.c

diff --git a/CREDITS b/CREDITS
index 62f5fd0a65ff2f09427aa24d0c6741c9632e64cc..1ce1870d73ef9bfde962ab60fbea8331e3593ec4 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -62,6 +62,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 f11ec8ec741fa3d5454dce6aa84e9d70a7358a78..1ad8992c3f094fca0fa0b222acf67d17776b1632 100644 (file)
@@ -26,7 +26,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.161 2006-09-25 09:23:32 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.162 2007-02-22 11:28:09 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -481,7 +481,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 }
 };