]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cfm.c
from Swaathi Vetrivel:
[tcpdump] / print-cfm.c
index d36a50f1a3fad7163d8a4e27ca24bd356d90ec3c..2dba46a7f188ee6907b21f3d1ad957f19e0fb377 100644 (file)
@@ -149,8 +149,9 @@ struct cfm_ltr_t {
 };
 
 static const struct tok cfm_ltr_flag_values[] = {
-    { 0x80, "Forwarded"},
-    { 0x40, "Terminal MEP"},
+    { 0x80, "UseFDB Only"},
+    { 0x40, "FwdYes"},
+    { 0x20, "Terminal MEP"},
     { 0, NULL}
 };