summaryrefslogtreecommitdiff
path: root/tests/frf16_magic_ie-oobr.out
Commit message (Collapse)AuthorAgeFilesLines
* FRF.16: Add a length checkFrancois-Xavier Le Bail2019-10-191-1/+1
| | | | | | | | | | The specification says in a well-formed Magic Number Information Element the data is exactly 4 bytes long. This gives a more accurate output. Update the output of a test accordingly. Partial update from aa3e54f594385ce7e1e319b0c84999e51192578b in 4.9 branch.
* FRF.16: Add a test capture fileFrancois-Xavier Le Bail2019-10-191-0/+2
This capture file triggered a buffer over-read with the 4.9.2 release and was fixed in the 4.9.3 release. With the new GET_ macros, the problem no longer exists. Thus no fix needed. The pcap file was updated to pass the sanity checks and to avoid pcap_loop() error messages. Update the output of the test accordingly. Partial update from aa3e54f594385ce7e1e319b0c84999e51192578b in 4.9 branch.