Write a tcpdump filter expression that captures packets containing TCP segments with a source or destination IP address equal to 10.0.1.12.
What will be an ideal response?
```
tcpdump –n host 10.0.1.12 and \tcp
```
Computer Science & Information Technology
You might also like to view...
Which Constitutional amendment directly addresses the government's right to search a person's property?
a. The First Amendment b. The Fourth Amendment c. The Fifth Amendment d. Searches were not specifically defined in the Constitution.
Computer Science & Information Technology
Give five types of hardware resource and five types of data or software resource that can usefully be shared. Give examples of their sharing as it occurs in distributed systems.
What will be an ideal response?
Computer Science & Information Technology