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
Hi,
in order to extract data you could try to rfind the RawPDU (or whatever else it is) inside the IP PDU and use the payload() getter method. Something like this, for example:
i can get the IP though IP &ip = pdu.rfind_pdu();but i don't know how to extract data? could you help me?
The text was updated successfully, but these errors were encountered: