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
Is there any way to identify an upper layer protocol's offset or total packet length for an IPv6 packet? I know we can iterate through all of the associated headers using ipv6Packet.getPayLoad().iterator().
However, I am having difficulty in getting the actual protocol type for the last packet retrieved using the above-mentioned iterator.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Is there any way to identify an upper layer protocol's offset or total packet length for an IPv6 packet? I know we can iterate through all of the associated headers using ipv6Packet.getPayLoad().iterator().
However, I am having difficulty in getting the actual protocol type for the last packet retrieved using the above-mentioned iterator.
Thanks
The text was updated successfully, but these errors were encountered: