Open a new terminal window, enter man tcpdump. Note: You may need to press ENTER to see the prompt.

Using the manual pages available with the Linux operating system, read or search
through the manual pages for options for selecting the desired information from the
pcap file.


```
[analyst@secOps ~]# man tcpdump
TCPDUMP(1) General Commands Manual TCPDUMP(1)
NAME
tcpdump - dump traffic on a network
SYNOPSIS
tcpdump [ -AbdDefhHIJKlLnNOpqStuUvxX# ] [ -B buffer_size ]
[ -c count ]
[ -C file_size ] [ -G rotate_seconds ] [ -F file ]
[ -i interface ] [ -j tstamp_type ] [ -m module ] [ -M secret ]
[ --number ] [ -Q in|out|inout ]
[ -r file ] [ -V file ] [ -s snaplen ] [ -T type ] [ -w file ]
[ -W filecount ]
[ -E spi@ipaddr algo:secret,... ]
[ -y datalinktype ] [ -z postrotate-command ] [ -Z user ]
[ --time-stamp-precision=tstamp_precision ]
[ --immediate-mode ] [ --version ]
[ expression ]

```

Computer Science & Information Technology

You might also like to view...

The ____________________ option is useful for creating blogs.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Write out the state while being sorted using the insertion sort algorithm:

What will be an ideal response? ``` 91 6 3 55 110 8 1 703 ```

Computer Science & Information Technology

Write a SELECT statement to list the first and last name of students that do not have the salutation of "Dr.".

What will be an ideal response?

Computer Science & Information Technology

A shortcut trust relationship exists within a single forest

Indicate whether the statement is true or false

Computer Science & Information Technology