-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] tcprewrite Unsupported DLT_NULL/DLT_LOOP PF_ type: 0x001c - for IPV6 Null Packets #624
Comments
I've just done some extra reading on this, and the values can be: 24, 28, or 30 From: https://gitlab.com/wireshark/wireshark/-/wikis/NullLoopback "AF_INET6, unfortunately, has different values in {NetBSD,OpenBSD,BSD/OS}, {FreeBSD,DragonFlyBSD}, and {Darwin/macOS}, so an IPv6 packet might have a link-layer header with 24, 28, or 30 as the AF_ value." |
I'm experiencing the same issue with PF_Type 0x0018 |
This is an empty PCAP file, i.e it is 24 bytes long which suggests it is a pcap file header with no packets. Did you have another file for me? |
Linux is 10. |
…_PF_INET6 Bug #624 DLT_NULL/DLT_LOOP support for multi-platform PF_INET6 values
Applied patch in PR #642 but don't have pcap files to test this with. Please open new issue if required. |
Describe the bug
I captured a pcap from a PFSENSE (BSD) router, when I try and rewrite the header, I get the error message below.
To Reproduce
Steps to reproduce the behavior:
Use: ipv6_head.zip
Expected behavior
I think we should recognize this as IPV6
The text was updated successfully, but these errors were encountered: