You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a packet containing nested Modbus packets, the results differ depending on whether the raw option is enabled or not.
As shown in the image below, I have a PCAP file that contains a single packet with multiple nested Modbus packets. When running the operation without including raw data, the packets are correctly separated. However, when the raw option is enabled, the separation fails.
Question 2: How can I access registers when the include_raw option is enabled in PyShark? With include_raw=False, accessing all registers is straightforward, as described issues 475 However, when include_raw=True, each register is separated, and it becomes impossible to access them without encountering an exception, as shown below.
include_raw=False version
include_raw=True version
Apologies for the different image formats. I initially tried to include the code, but it kept getting cut off, so I replaced it with screenshots
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When parsing a packet containing nested Modbus packets, the results differ depending on whether the raw option is enabled or not.
As shown in the image below, I have a PCAP file that contains a single packet with multiple nested Modbus packets. When running the operation without including raw data, the packets are correctly separated. However, when the raw option is enabled, the separation fails.
Question 2: How can I access registers when the include_raw option is enabled in PyShark? With include_raw=False, accessing all registers is straightforward, as described issues 475 However, when include_raw=True, each register is separated, and it becomes impossible to access them without encountering an exception, as shown below.
include_raw=False version
include_raw=True version
Apologies for the different image formats. I initially tried to include the code, but it kept getting cut off, so I replaced it with screenshots
The text was updated successfully, but these errors were encountered: