summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
Diffstat (limited to 'netdissect.h')
-rw-r--r--netdissect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/netdissect.h b/netdissect.h
index 76a18425..fddcdc46 100644
--- a/netdissect.h
+++ b/netdissect.h
@@ -292,6 +292,7 @@ extern void nd_pop_all_packet_info(netdissect_options *);
#define PT_LMP 16 /* Link Management Protocol */
#define PT_RESP 17 /* RESP */
#define PT_PTP 18 /* PTP */
+#define PT_SOMEIP 19 /* Autosar SOME/IP Protocol */
#ifndef min
#define min(a,b) ((a)>(b)?(b):(a))
@@ -702,6 +703,7 @@ extern void zep_print(netdissect_options *, const u_char *, u_int);
extern void zephyr_print(netdissect_options *, const u_char *, int);
extern void zmtp1_print(netdissect_options *, const u_char *, u_int);
extern void zmtp1_datagram_print(netdissect_options *, const u_char *, const u_int);
+extern void someip_print(netdissect_options *, const u_char *, const u_int);
/* checksum routines */
extern void init_checksum(void);