]> The Tcpdump Group git mirrors - tcpdump/commitdiff
initial test case for decoding RPL messages
authorMichael Richardson <[email protected]>
Sun, 15 Nov 2009 02:21:58 +0000 (21:21 -0500)
committerMichael Richardson <[email protected]>
Sun, 15 Nov 2009 02:21:58 +0000 (21:21 -0500)
tests/TESTLIST
tests/dio.out [new file with mode: 0644]
tests/dio.pcap [new file with mode: 0644]

index 86fb5fb9efd8c75d7dd5f429e247d05ddbe8fb23..68a018f166297f5eee7be9acee91ba8cfd083949 100644 (file)
@@ -35,3 +35,5 @@ ikev2fourv    ikev2four.pcap          ikev2fourv.out  -t -v -v -v
 ikev2fourv4    ikev2four.pcap          ikev2fourv4.out -t -v -v -v -v
 ikev2pI2       ikev2pI2.pcap           ikev2pI2.out    -t -E "file ikev2pI2-secrets.txt" -v -v -v -v
 
+# IETF ROLL RPL packets
+dio01           dio.pcap                dio.out         -t -v
diff --git a/tests/dio.out b/tests/dio.out
new file mode 100644 (file)
index 0000000..ffd4f5f
--- /dev/null
@@ -0,0 +1,12 @@
+IP6 (hlim 255, next-header ICMPv6 (58) payload length: 24) fe80::1000:ff:fe64:6423 > ff02::1: [icmp6 sum ok] ICMP6, unknown icmp6 type (155), length 24, length 24
+       0x0000:  9b02 7769 000a 2a01 7468 6973 6973 6d79
+       0x0010:  6e69 6365 6461 6731
+IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::1000:ff:fe64:6423 > ff02::16: HBH (rtalert: 0x0000) (padn)[icmp6 sum ok] ICMP6, multicast listener report v2, length 28, 1 group record(s) [gaddr ff02::2 to_in, 0 source(s)]
+IP6 (hlim 255, next-header ICMPv6 (58) payload length: 24) fe80::1000:ff:fe64:6423 > ff02::1: [icmp6 sum ok] ICMP6, unknown icmp6 type (155), length 24, length 24
+       0x0000:  9b02 7769 000a 2a01 7468 6973 6973 6d79
+       0x0010:  6e69 6365 6461 6731
+IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::1000:ff:fe64:6423 > ff02::16: HBH (rtalert: 0x0000) (padn)[icmp6 sum ok] ICMP6, multicast listener report v2, length 28, 1 group record(s) [gaddr ff02::2 to_in, 0 source(s)]
+IP6 (hlim 255, next-header ICMPv6 (58) payload length: 24) fe80::1000:ff:fe64:6423 > ff02::1: [icmp6 sum ok] ICMP6, unknown icmp6 type (155), length 24, length 24
+       0x0000:  9b02 7769 000a 2a01 7468 6973 6973 6d79
+       0x0010:  6e69 6365 6461 6731
+IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::1000:ff:fe64:6423 > ff02::16: HBH (rtalert: 0x0000) (padn)[icmp6 sum ok] ICMP6, multicast listener report v2, length 28, 1 group record(s) [gaddr ff02::2 to_in, 0 source(s)]
diff --git a/tests/dio.pcap b/tests/dio.pcap
new file mode 100644 (file)
index 0000000..d2329b8
Binary files /dev/null and b/tests/dio.pcap differ