Write the syntax of a tcpdump command that captures packets containing IP datagrams between two hosts with IP addresses 10.0.1.11 and 10.0.1.12, both on interface eth1.

What will be an ideal response?

```
tcpdump –n -i eth1 and \(host 10.0.1.11 and host 10.0.1.12)
```

Computer Science & Information Technology

You might also like to view...

The ABE program (Access Basic Editor) is a program for writing VBA program code

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ field should give a big picture perspective of the data

Fill in the blank(s) with correct word

Computer Science & Information Technology