Skip to content

Commit 5cf2bd5

Browse files
committed
tshark has new params
1 parent 912bce7 commit 5cf2bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make_leap_usbinit.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PCAP_FILE=$2
1010

1111
tshark \
1212
-r ${PCAP_FILE} \
13-
-T fields \
14-
-e none \
13+
-q \
14+
-2 \
1515
-R "usb.device_address == ${LEAP_DEV_ADDR} and usb.transfer_type == 0x02 and usb.endpoint_number.direction == 0 and usb.setup.bRequest == 1" \
1616
-Xlua_script:usb_c.lua

0 commit comments

Comments
 (0)