summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorTero Kivinen <kivinen@iki.fi>2017-03-26 04:48:28 +0300
committerTero Kivinen <kivinen@iki.fi>2017-03-26 04:48:28 +0300
commit13ebc79dfc72326f74e29b48792bb25397077906 (patch)
treed51f99d5fd1c0309f68dad3f974aedf7fd10ff01 /udp.h
parent8cf42af454be32c3f41fd159ba41839fa2724fd5 (diff)
downloadtcpdump-13ebc79dfc72326f74e29b48792bb25397077906.tar.gz
IEEE 802.15.4 printer which understands frame version 2 frames, and also knows how to print some mac commands and IE contents. Also includes the zep printer to decode ZigBee Encapsulation Protocol frames
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/udp.h b/udp.h
index 409cc59e..b6c10d77 100644
--- a/udp.h
+++ b/udp.h
@@ -314,3 +314,6 @@ struct udphdr {
#ifndef LWAPP_CONTROL_PORT
#define LWAPP_CONTROL_PORT 12223 /* RFC 5412 */
#endif
+#ifndef ZEP_PORT
+#define ZEP_PORT 17754 /* XXX */
+#endif