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
Last revision Both sides next revision
howto:dumlcapture [2021/11/02 04:46]
czokie
howto:dumlcapture [2021/11/02 05:24]
czokie [4. Set a display filter]
Line 59: Line 59:
 ==== 4. Set a display filter ==== ==== 4. Set a display filter ====
  
-  (frame.protocols == "usb" && usb.darwin.request_type == 1 && usb.bInterfaceClass == 0x0a && frame.len > 32) or dji_dumlv1+  (frame.protocols == "usb" && usb.darwin.request_type == 1 && usb.bInterfaceClass == 0x0a && frame.len > 32)
  
-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.+This filter is designed to capture all POSSIBLE dji_dumlv1 packets that were not matched with the dissector. If you find any packetsyou should re-check previous steps to make sure the dissector is installed correctly and re-start WiresharkOnce you have tested, you can use the "real" packet filter
  
 +  dji_dumlv1
 +
 +This filter will display ONLY matched valid dji_dumlv1 packets.
 ==== 5. Set display columns ==== ==== 5. Set display columns ====
  
howto/dumlcapture.txt ยท Last modified: 2021/12/04 20:57 by lawq