]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
Test pcap files for DCB and EVB TLVs with their output
[tcpdump] / print-udp.c
index fb56be58aab688881f81004ebbb9d1b7bf08283b..902054e0754ad73719f97f46bf7be6769cd1d8a9 100644 (file)
@@ -676,6 +676,8 @@ udp_print(register const u_char *bp, u_int length,
                        syslog_print((const u_char *)(up + 1), length);
                 else if (ISPORT(OTV_PORT))
                        otv_print((const u_char *)(up + 1), length);
+                else if (ISPORT(VXLAN_PORT))
+                       vxlan_print((const u_char *)(up + 1), length);
                else
                        (void)printf("UDP, length %u",
                            (u_int32_t)(ulen - sizeof(*up)));