summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent1a1ac1d6947a7d2f1f50f45c21d8851d0af66575 (diff)
downloadtcpdump-246ca110d152b6483fd8c1c176a570858307f76b.tar.gz
Autosar SOME/IP protocol support
Diffstat (limited to 'tests')
-rw-r--r--tests/TESTLIST4
-rw-r--r--tests/someip1.out6
-rw-r--r--tests/someip1.pcapbin0 -> 382 bytes
-rw-r--r--tests/someip2.out2
-rw-r--r--tests/someip2.pcapbin0 -> 98 bytes
5 files changed, 12 insertions, 0 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST
index fd08195c..fde636bb 100644
--- a/tests/TESTLIST
+++ b/tests/TESTLIST
@@ -758,3 +758,7 @@ ptp ptp.pcap ptp.out
# bad packets from Jason Xiaole
ldp_tlv_print-oobr ldp_tlv_print-oobr.pcap ldp_tlv_print-oobr.out -v
+
+#someip tests
+someip1 someip1.pcap someip1.out
+someip2 someip2.pcap someip2.out \ No newline at end of file
diff --git a/tests/someip1.out b/tests/someip1.out
new file mode 100644
index 00000000..3f42863c
--- /dev/null
+++ b/tests/someip1.out
@@ -0,0 +1,6 @@
+ 1 17:47:06.889447 IP 192.168.88.8.30490 > 192.168.88.8.31490: SOMEIP, service 65535, event 256, len 64, client 0, session 0, pver 1, iver 1, msgtype NOTIFICATION, retcode E_OK
+
+ 2 17:47:08.944638 IP 192.168.88.8.31490 > 192.168.88.8.30490: SOMEIP, service 65535, event 256, len 48, client 0, session 0, pver 1, iver 1, msgtype NOTIFICATION, retcode E_OK
+
+ 3 17:47:10.935734 IP 192.168.88.8.30490 > 192.168.88.8.31490: SOMEIP, service 65535, event 256, len 48, client 0, session 0, pver 1, iver 1, msgtype NOTIFICATION, retcode E_OK
+
diff --git a/tests/someip1.pcap b/tests/someip1.pcap
new file mode 100644
index 00000000..0c3a6de6
--- /dev/null
+++ b/tests/someip1.pcap
Binary files differ
diff --git a/tests/someip2.out b/tests/someip2.out
new file mode 100644
index 00000000..9640a834
--- /dev/null
+++ b/tests/someip2.out
@@ -0,0 +1,2 @@
+ 1 18:44:34.812094 IP 192.168.88.8.56001 > 192.168.88.8.30490: SOMEIP, service 1, method 2, len 8, client 8, session 5, pver 1, iver 1, msgtype REQUEST_NO_RETURN, retcode E_OK
+
diff --git a/tests/someip2.pcap b/tests/someip2.pcap
new file mode 100644
index 00000000..cd833105
--- /dev/null
+++ b/tests/someip2.pcap
Binary files differ