What command would you use for a packet capture on an absolute position for TCP streaming (out) 1ffffe0

What command would you use for a packet capture on an absolute position for TCP
streaming (out) 1ffffe0

What command would you use for a packet capture on an absolute position for TCP
streaming (out) 1ffffe0

A.
fw monitor -po -0x1ffffe0 -o monitor.out

B.
fw monitor -e 0x1ffffe0 -o monitor.out

C.
fw monitor -pr 1ffffe0 -o monitor.out

D.
fw ctl chain -po 1ffffe0 -o monitor.out



Leave a Reply 2

Your email address will not be published. Required fields are marked *


CNUG

CNUG

It is A

fw ctl chain does not show the preceding 0x to specify hex numbers. Nevertheless you have to
add a preceding 0x in front of the number to use it with fw monitor

siripala

siripala

is this dump is correct ?