EC-Council
312-50V7 · Question #250
What is the correct PCAP filter to capture all TCP traffic going to or from host 192.168.0.125 on port 25?
The correct answer is D. tcp.port == 25 and ip.host == 192.168.0.125. See the full explanation below for the reasoning.
Question
What is the correct PCAP filter to capture all TCP traffic going to or from host 192.168.0.125 on port 25?
Options
- Atcp.src == 25 and ip.host == 192.168.0.125
- Bhost 192.168.0.125:25
- Cport 25 and host 192.168.0.125
- Dtcp.port == 25 and ip.host == 192.168.0.125
How the community answered
(25 responses)- A4% (1)
- B12% (3)
- D84% (21)
Community Discussion
No community discussion yet for this question.