79525222

Date: 2025-03-21 10:49:32
Score: 1.5
Natty:
Report link

The issue seem to be fixed with the following code line:

cap = pyshark.FileCapture(file, 
                          display_filter=filter,
                          custom_parameters={"--enable-protocol": "someip",
                                             "--enable-heuristic": "someip_udp_heur"})

These additional custom_parameters do the same as if to set in Wireshark the following: enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Curious koala