LPI
117-303 · Question #70
Which statements are true of the following Wireshark capture filter: (tcp[2:2] > 1500 and tcp[2:2] < 1550) or (tcp[4:2] > 1500 and tcp[4:2] < 1550) (Select TWO correct answers)
The correct answer is C. Traffic on ports 15011549 is being captured. E. Up to four bytes are being check in each packet. See the full explanation below for the reasoning.
Question
Which statements are true of the following Wireshark capture filter: (tcp[2:2] > 1500 and tcp[2:2] < 1550) or (tcp[4:2] > 1500 and tcp[4:2] < 1550) (Select TWO correct answers)
Options
- AEvery packet being checked has a 2 byte offset.
- BTraffic on ports 15001550 is being captured.
- CTraffic on ports 15011549 is being captured.
- DOnly two bytes are being checked in each packet.
- EUp to four bytes are being check in each packet.
How the community answered
(60 responses)- A2% (1)
- B12% (7)
- C82% (49)
- D5% (3)
Community Discussion
No community discussion yet for this question.