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
Describe the bug
An IPv6 packet with option decodes error
System information
A clear and concise description of your system information.
OS Version: win10
Python Version: 3.11
Python Implementation: [e.g. CPython, PyPy]
Traceback stack
pcapkit.PCAPKIT_DEVMODE=True
json = pcapkit.extract(fin='ipv4_over_srv6.pcap', fout='out.json', format='json', extension=False)
[ERROR] 06/24/2024 03:36:43 PM - bad char in struct format
struct.error: bad char in struct format
[WARNING] 06/24/2024 03:36:43 PM - EOF reached
Expected behavior
L4 header (e.g. UDP) or tunnel payload after IPv6 option decodes error. It looks like L4 parsing starts from the ipv6 option.
Find the example packet in the attachment.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
An IPv6 packet with option decodes error
System information
A clear and concise description of your system information.
Traceback stack
frame.zip
Expected behavior
L4 header (e.g. UDP) or tunnel payload after IPv6 option decodes error. It looks like L4 parsing starts from the ipv6 option.
Find the example packet in the attachment.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: