What is the command used to create a binary log file using tcpdump?

What is the command used to create a binary log file using tcpdump?

What is the command used to create a binary log file using tcpdump?

A.
tcpdump -r log

B.
tcpdump -l /var/log/

C.
tcpdump -vde log

D.
tcpdump -w ./log

Explanation:
tcpdump [ -adeflnNOpqStvx ] [ -c count ] [ -F file ] [ -i interface ] [ -r file ] [ -s snaplen ] [ -T type ] [ -w file ] [ expression ]
– w Write the raw packets to file rather than parsing and printing them out.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


anuj

anuj

answer is d:- tcpdump -w ./log

mr_tienvu

mr_tienvu

I choose D