]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Minto Jeyananth <[email protected]>: fix the IS-IS MT flag tokentable
authorHannes Gredler <[email protected]>
Wed, 2 Mar 2011 15:49:28 +0000 (16:49 +0100)
committerHannes Gredler <[email protected]>
Wed, 2 Mar 2011 15:49:28 +0000 (16:49 +0100)
CREDITS
print-isoclns.c

diff --git a/CREDITS b/CREDITS
index 86969d01f046e737849acee55bbb3effa318bd30..14850b750379440293bf80c9652d404b9393d6ef 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -126,6 +126,7 @@ Additional people who have contributed patches:
     Michael T. Stolarchuk         <mts at off dot to>
     Michele "mydecay" Marchetto   <smarchetto1 at tin dot it>
     Mike Frysinger                <vapier at gmail dot com>
     Michael T. Stolarchuk         <mts at off dot to>
     Michele "mydecay" Marchetto   <smarchetto1 at tin dot it>
     Mike Frysinger                <vapier at gmail dot com>
+    Minto Jeyananth               <minto at juniper dot net>
     Monroe Williams               <monroe at pobox dot com>
     Motonori Shindo               <mshindo at mshindo dot net>
     Nathan J. Williams            <nathanw at MIT dot EDU>
     Monroe Williams               <monroe at pobox dot com>
     Motonori Shindo               <mshindo at mshindo dot net>
     Nathan J. Williams            <nathanw at MIT dot EDU>
index 60bf515a5fc8954e9bd7a9b045519f55a77660f5..b56fe6d1ad366ee4861fc59d9aed2d5380cdc1a3 100644 (file)
@@ -439,8 +439,8 @@ static struct tok clnp_flag_values[] = {
 #define ISIS_MASK_MTFLAGS(x)               ((x)&0xf000)
 
 static struct tok isis_mt_flag_values[] = {
 #define ISIS_MASK_MTFLAGS(x)               ((x)&0xf000)
 
 static struct tok isis_mt_flag_values[] = {
-    { 0x4000,                  "sub-TLVs present"},
-    { 0x8000,                  "ATT bit set"},
+    { 0x4000,                  "ATT bit set"},
+    { 0x8000,                  "Overload bit set"},
     { 0, NULL}
 };
 
     { 0, NULL}
 };