Write the syntax for an ethereal display filter that show IP datagrams with a destination IP address 2 equal to 10.0.1.50 and frame sizes greater that 400 bytes.

What will be an ideal response?


```
ip.dst == 10.0.1.50 and frame.pkt_len > 400
```

Computer Science & Information Technology

You might also like to view...

You can use the ____ command to find file system information.

A. mount B. fsck C. dumpe2fs D. file

Computer Science & Information Technology

A comical animated character on a Web page is likely run using a program called a(n) ____________________.

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

Computer Science & Information Technology

A(n) ____________________ is any element in Outlook the contains information.

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

Computer Science & Information Technology

Read-only memory (ROM) chips have information stored in them by the manufacturer.

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

Computer Science & Information Technology