X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7e44242ea8bf97bfb7e0dee248bff11a54f44b06..aac33a3684b695ba1997dde82b90624c75180ac5:/print-isoclns.c diff --git a/print-isoclns.c b/print-isoclns.c index 60bf515a..b56fe6d1 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -439,8 +439,8 @@ static struct tok clnp_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} };