Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-20 14:05:12 +01:00
parent 6e9a0d01ce
commit 7ee9806fba
2415 changed files with 312708 additions and 2 deletions

View file

@ -0,0 +1,2 @@
# common block merging, same block elimination, result propogation
host 192.168.1.1

View file

@ -0,0 +1,2 @@
# common block merging
port 80

View file

@ -0,0 +1 @@
tcp[tcpflags]&tcp-syn != 0 or tcp[tcpflags]&tcp-fin != 0 or tcp[tcpflags]&tcp-rst != 0

View file

@ -0,0 +1,2 @@
# or pullup
ether[12:2] = 0x800 or ether[12:2] = 0x8100 or ether[0] & 0x80 != 0 or ether[12:2] = 0x9100

View file

@ -0,0 +1 @@
vlan 186 and ip

View file

@ -0,0 +1 @@
ip and ((icmp and dst host 1.1.1.1 and not host 2.2.2.2) or (host 1.1.1.1 and src host 3.3.3.3))

View file

@ -0,0 +1 @@
not vlan and tcp port 80