summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorFrancesco Fondelli <francesco.fondelli@ericsson.com>2020-02-18 16:38:16 +0100
committerFrancesco Fondelli <francesco.fondelli@ericsson.com>2020-02-19 10:05:32 +0100
commit246ca110d152b6483fd8c1c176a570858307f76b (patch)
tree4afb2f92af31ef9b92d3f41e78904203dc3e4261 /udp.h
parent1a1ac1d6947a7d2f1f50f45c21d8851d0af66575 (diff)
downloadtcpdump-246ca110d152b6483fd8c1c176a570858307f76b.tar.gz
Autosar SOME/IP protocol support
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 f88641c8..a68c2316 100644
--- a/udp.h
+++ b/udp.h
@@ -242,3 +242,6 @@ struct udphdr {
#ifndef ZEP_PORT
#define ZEP_PORT 17754 /* XXX */
#endif
+#ifndef SOMEIP_PORT
+#define SOMEIP_PORT 30490 /* https://www.autosar.org/standards/foundation */
+#endif