]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bfd.c
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / print-bfd.c
index e28046e7d0e1d0a98e921d93acfb3bb95d6ffc94..fbead9dbd274370eac76f81d4698389fbcd80cb5 100644 (file)
@@ -146,7 +146,8 @@ static const struct tok bfd_diag_values[] = {
 static const struct tok bfd_port_values[] = {
     { BFD_CONTROL_PORT,  "Control" },
     { BFD_MULTIHOP_PORT, "Multihop" },
-    { BFD_LAG_PORT,      "Lag" },
+    { BFD_LAG_PORT,      "LAG" },
+    { SBFD_PORT,         "S-BFD" },
     { 0, NULL }
 };
 
@@ -294,7 +295,8 @@ bfd_print(netdissect_options *ndo, const u_char *pptr,
        ndo->ndo_protocol = "bfd";
         if (port == BFD_CONTROL_PORT ||
             port == BFD_MULTIHOP_PORT ||
-            port == BFD_LAG_PORT) {
+            port == BFD_LAG_PORT ||
+            port == SBFD_PORT) {
             /*
              * Control packet.
              */