mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
9 lines
148 B
Standard ML
9 lines
148 B
Standard ML
signature traceroute-detector-ipv4 {
|
|
header ip[8] < 10
|
|
event "match"
|
|
}
|
|
|
|
signature traceroute-detector-ipv6 {
|
|
header ip6[7] < 10
|
|
event "match"
|
|
}
|