User Tools

Site Tools


howto:dumlcapture

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
howto:dumlcapture [2021/11/02 03:18]
czokie
howto:dumlcapture [2021/11/02 03:20]
czokie
Line 49: Line 49:
   rm -rf mefisto   rm -rf mefisto
  
 +==== 3. Restart Wireshark and capture ====
 +Start a packet capture in Wireshark, from the XHC20 interface.
 +==== 4. Set a display filter ====
 +
 +  (frame.protocols == "usb" && usb.darwin.request_type == 1 && usb.bInterfaceClass == 0x0a && frame.len > 32) or dji_dumlv1
 +
 +This filter is designed to capture all valid dji_dumlv1 packets, but also to capture any poorly decoded packets to allow you to look at the cause of any problems with the dissectors.
howto/dumlcapture.txt ยท Last modified: 2021/12/04 20:57 by lawq