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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to access RTPS messages using pyshark. An RTPS message can have multuple SUBMESSAGES. See wireshark output:
When I use pyshark like this:
I get the correct answer with two submessageId: (two entries with values 0x09 and 0x15) like in wireshark (see full output at the end)
BUT how do i access the two submessageId individually?
I can see one of them
(0x09)
I would expect to get a list.. something like
with i = 0, 1,...
Is it possible to access the submessages separately?
output of print(capture[0]):
Beta Was this translation helpful? Give feedback.
All reactions