greatscottgadgets / libbtbb

A Bluetooth baseband decoding library
GNU General Public License v2.0
183 stars 88 forks source link

Fix pcap magic number for nanoseconds #47

Closed tsvehagen closed 7 years ago

tsvehagen commented 8 years ago

https://wiki.wireshark.org/Development/LibpcapFileFormat#Global_Header

"For nanosecond-resolution files, the writing application writes 0xa1b23c4d, with the two nibbles of the two lower-order bytes swapped, and the reading application will read either 0xa1b23c4d (identical) or 0x4d3cb2a1 (swapped)."