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
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
is this dump is correct ?