Write the syntax for an ethereal display filter that shows packets containing TCP segments with a source or destination IP address equal to 10.0.1.12 and using port number 23.

What will be an ideal response?


```
ip.addr == 10.0.1.12 and tcp and tcp.port == 23
```

Computer Science & Information Technology

You might also like to view...

What is a post-processing action?

What will be an ideal response?

Computer Science & Information Technology

A(n) ______________________________ is a private network that functions like a tunnel through a larger network.

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

Computer Science & Information Technology

What is the default status of IPv6 for Windows Server 2008?

A. developmental support B. complete support; active on default install C. rudimentary IPv6 support D. complete support; not installed by default

Computer Science & Information Technology

A ____ field allows the user to select from a list of values.

A. list B. lookup C. combo D. value

Computer Science & Information Technology