We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests with pcap files with multiple encapsulation layers (Ethernet, SLL) should be written, to ensure critical code doesn't break.
The text was updated successfully, but these errors were encountered:
Some files that might be good for testing:
scps_packet.pcap: contains a forged SCPS packet (that is, just the IP header with proto=105). The exporter should be able to extract protocolIdentifier == 105, even though gopacket doesn't support it (https://godoc.org/github.com/google/gopacket/layers#IPProtocol) --- scps_packet.tar.gz
scps_packet.pcap
protocolIdentifier
ospf_packet.pcap: contains a real OSPF packet --- ospf_packet.tar.gz
ospf_packet.pcap
Sorry, something went wrong.
No branches or pull requests
Tests with pcap files with multiple encapsulation layers (Ethernet, SLL) should be written, to ensure critical code doesn't break.
The text was updated successfully, but these errors were encountered: