Which of the following commands will you use with the tcpdump command to capture the traffic from a filter stored in a file?
tcpdump -F file_name
tcpdump -D file_name
tcpdump -A file_name
tcpdump -X file_name
Submit