]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
IEEE 802.15.4 printer which understands frame version 2 frames, and also knows how...
[tcpdump] / print-udp.c
index 5a74ff2fc69c706d43002f6d770955c63c59ea95..b5a54accf088b8545ec91222ffa0c58e8ac85340 100644 (file)
@@ -683,6 +683,8 @@ udp_print(netdissect_options *ndo, register const u_char *bp, u_int length,
                        lisp_print(ndo, (const u_char *)(up + 1), length);
                else if (IS_SRC_OR_DST_PORT(VXLAN_GPE_PORT))
                        vxlan_gpe_print(ndo, (const u_char *)(up + 1), length);
+               else if (IS_SRC_OR_DST_PORT(ZEP_PORT))
+                       zep_print(ndo, (const u_char *)(up + 1), length);
                else if (ND_TTEST(((const struct LAP *)cp)->type) &&
                    ((const struct LAP *)cp)->type == lapDDP &&
                    (atalk_port(sport) || atalk_port(dport))) {