X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9716f7bd0f54ba52ef3faa6339ea8902fd39b0c3..3d09422d86d14bc4f72e04148839b1c45fb6fa3e:/print-udp.c diff --git a/print-udp.c b/print-udp.c index fb56be58..902054e0 100644 --- a/print-udp.c +++ b/print-udp.c @@ -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)));