1. IP ๊ฒ์
(1) Source, DST ๋ ๋ค
ip.add == 233.130.195.98
(2) Source
ip.src == 233.130.195.98
(3) Destination
ip.dst == 233.130.195.98
2. ํฌํธ(port) ๊ฒ์
(1) Source, DST ๋ ๋ค
tcp.port == 80
(2) Source
tcp.srcport == 80
(3) Destination
tcp.dstport == 80
3. ๋ช ๋ น์ด ํผํฉ
(1) and
>> ๋ ์กฐ๊ฑด ๋ชจ๋ ์ฑ๋ฆฝํ๋ ๊ฒฝ์ฐ
ip.add == 233.130.195.98 and tcp.port == 80
(2) or
>> ๋ ์กฐ๊ฑด ์ค ํ๋๋ผ๋ ์ฑ๋ฆฝํ๋ ๊ฒฝ์ฐ
ip.add == 233.130.195.98 or tcp.port == 80
728x90
๋ฐ์ํ