-
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
Warning: Unable to process unsupported DLT type: Ethernet (0x1) #835
Labels
Comments
After more review, determined that some EtherType I packets are wrongly flagged as as bad. For example, packet #114 in |
fklassen
added a commit
that referenced
this issue
Jun 9, 2024
Support packet numbers and warnings for all failing paths
fklassen
added a commit
that referenced
this issue
Jun 9, 2024
We can only support IPv4 and IPv6. Suppress warning for other protocols. Also add extra checks for invalid types and lengths.
fklassen
added a commit
that referenced
this issue
Jun 9, 2024
…arnings Bug #835 false unsupported dlt warnings on 802.3 (Ethernet I) and LLC
Fixed in PR #880 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to replay the packets using the tcpreplay tool and got an error: "Warning: Unable to process unsupported DLT type: Ethernet (0x1)."
tcpreplay version: 4.4.3
Pcap file: https://pages.cs.wisc.edu/~tbenson/IMC_DATA/univ1_trace.tgz
Any clues?
The text was updated successfully, but these errors were encountered: