Repo created
This commit is contained in:
parent
6e9a0d01ce
commit
7ee9806fba
2415 changed files with 312708 additions and 2 deletions
2
tcpdump/jni/libpcap/tests/BPF/1.txt
Normal file
2
tcpdump/jni/libpcap/tests/BPF/1.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# common block merging, same block elimination, result propogation
|
||||
host 192.168.1.1
|
||||
2
tcpdump/jni/libpcap/tests/BPF/2.txt
Normal file
2
tcpdump/jni/libpcap/tests/BPF/2.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# common block merging
|
||||
port 80
|
||||
1
tcpdump/jni/libpcap/tests/BPF/3.txt
Normal file
1
tcpdump/jni/libpcap/tests/BPF/3.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
tcp[tcpflags]&tcp-syn != 0 or tcp[tcpflags]&tcp-fin != 0 or tcp[tcpflags]&tcp-rst != 0
|
||||
2
tcpdump/jni/libpcap/tests/BPF/4.txt
Normal file
2
tcpdump/jni/libpcap/tests/BPF/4.txt
Normal 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
|
||||
1
tcpdump/jni/libpcap/tests/BPF/5.txt
Normal file
1
tcpdump/jni/libpcap/tests/BPF/5.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
vlan 186 and ip
|
||||
1
tcpdump/jni/libpcap/tests/BPF/6.txt
Normal file
1
tcpdump/jni/libpcap/tests/BPF/6.txt
Normal 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))
|
||||
1
tcpdump/jni/libpcap/tests/BPF/7.txt
Normal file
1
tcpdump/jni/libpcap/tests/BPF/7.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
not vlan and tcp port 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue