forked from CESNET/FlowTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathicmpv6.yml
More file actions
39 lines (38 loc) · 863 Bytes
/
Copy pathicmpv6.yml
File metadata and controls
39 lines (38 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: ICMPv6 Traffic
description: Check that ICMPv6 is properly parsed.
requirements:
protocols: [icmpv6]
marks: [icmpv6]
pcap: ipv6-neighbor-discovery.pcap
probe:
protocols: [icmpv6]
key: [src_ip, dst_ip, protocol]
at_least_one: [icmp_type, icmp_code, icmp_type_code]
flows:
- src_ip: fe80::c002:3ff:fee4:0
dst_ip: fe80::c001:2ff:fe40:0
ip_version: 6
protocol: 58
bytes: 72
packets: 1
icmp_type: 136
icmp_code: 0
icmp_type_code: 34816
- src_ip: fe80::c002:3ff:fee4:0
dst_ip: fe80::c001:2ff:fe40:0
ip_version: 6
protocol: 58
bytes: 72
packets: 1
icmp_type: 135
icmp_code: 0
icmp_type_code: 34560
- src_ip: fe80::c001:2ff:fe40:0
dst_ip: fe80::c002:3ff:fee4:0
ip_version: 6
protocol: 58
bytes: 64
packets: 1
icmp_type: 136
icmp_code: 0
icmp_type_code: 34816