-
Notifications
You must be signed in to change notification settings - Fork 271
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
fix endianness issues in unit tests #615
Conversation
All pcapng unit tests now PASS on both big endian and little endian platforms.
|
All unit tests now pass
|
Hmm, I have apparently missed something yet. With this patch on 1.9.7.2 tarball, I get:
Fortunately, it is just the only test which fails now on s390x. Full build log illustrates all packages used and steps taken. What I am missing? |
Looks like the diff wasn't fully applied? The assert above ( |
You are right. Thank you, that helped. |
https://build.opensuse.org/request/show/924285 by user mcepl + dimstar_suse - Update skip-BE-tests.patch so that it actually fixes things, instead of just skipping tests (gh#kbandla/dpkt#615). - Update to 1.9.7.2: - Fixed performance regression (#611) - Moved the project documentation from Read the Docs(RST) to github.io(MarkDown) - Added a new mechanism for creating bit-sized field definitions in the protocol parsers (Packet.__bit_fields__) - Added pretty printing capability aka Packet.pprint(), Packet.__pprint_funcs__ - Added documentation on developing protocol parsers in dpkt (creating_parsers.md) - Added a universal pcap+pcapng reader (dpkt.pcap.UniversalReader) - Improved TLS ClientHello and ServerHello parsing: return an "Unknown" ciphersuite instead of raising an exception, add codes for rfc8701, GREASE ciphersute
No description provided.