greatscottgadgets / libbtbb

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

fix/ubertooth/issue 56 #18

Closed troth closed 9 years ago

troth commented 9 years ago

No, I don't think that my changes will affect the output format. I did not change the data that gets written to the output file. I just increased the size of the pcapng data container to avoid writing past the end of the (stack allocated) container. My reading of the pcapng enhanced packet block spec and link you provided, leads me to believe that the data contained in the pcapng block is what is defined as the "meta-data" plus the raw LE LL packet data.

dominicgs commented 9 years ago

@troth As promised - merged.