summaryrefslogtreecommitdiff
path: root/print-udp.c
diff options
context:
space:
mode:
authorMichael Richardson <mcr@sandelman.ca>2019-03-24 09:05:06 +0100
committerMichael Richardson <mcr@sandelman.ca>2019-03-24 09:05:06 +0100
commit35a1310799bfba288223980916859db4193c68d6 (patch)
tree4c385b01cd9d2f1b7e62de0cfd510c7f69f7dea6 /print-udp.c
parent2319e2892f510bda56d4ee34f6d5cdbdc31fc7f0 (diff)
parentdfd646598324938d42e4cf0483d8396efddc2678 (diff)
downloadtcpdump-35a1310799bfba288223980916859db4193c68d6.tar.gz
Merge branch 'master' of https://github.com/kivinen/tcpdump into kivinen-master
Diffstat (limited to 'print-udp.c')
-rw-r--r--print-udp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/print-udp.c b/print-udp.c
index 9daf327d..5e1bb749 100644
--- a/print-udp.c
+++ b/print-udp.c
@@ -700,6 +700,8 @@ udp_print(netdissect_options *ndo, 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_1(((const struct LAP *)cp)->type) &&
EXTRACT_U_1(((const struct LAP *)cp)->type) == lapDDP &&
(atalk_port(sport) || atalk_port(dport))) {