Write the syntax for an ethereal display filter that show packets containing ICMP messages with a source or destination IP address equal to 10.0.1.12 and frame numbers between 15 and 30.

What will be an ideal response?


```
ip.addr == 10.0.1.12 and icmp and frame.number >= 15 and
frame.number <= 30
```

Computer Science & Information Technology

You might also like to view...

There is no limit to the number of scenarios that can be created with Scenario Manager

Indicate whether the statement is true or false

Computer Science & Information Technology

A limitation of background images is that they cannot include a link.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Ethernet folks are trying to position 1000BaseSX as the Ethernet backbone of the future.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You can customize the ribbon.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology