What does the term any instruct tcpdump to capture in the following command?
tcpdump -A -i any 'port 21 && host 192.168.100.1'
What does the term any instruct tcpdump to capture in the following command?
tcpdump -A -i any 'port 21 && host 192.168.100.1'
The term 'any' in the tcpdump command 'tcpdump -A -i any 'port 21 && host 192.168.100.1'' instructs tcpdump to capture packets on all available network interfaces. Therefore, 'Network Interface' is the correct answer.
A. Network Interface.