| btsnoop-decoder
    1.0
    Small library to decode Bluetooth Snoop file used to store radio packet records | 
#include <btsnoopfileinfo.h>
| Public Member Functions | |
| BtSnoopFileInfo (char *data) | |
| build file header  More... | |
| BtSnoopFileInfo () | |
| ~BtSnoopFileInfo () | |
| std::string | getIdentificationNumber () | 
| get identification number  More... | |
| int | getVersionNumber () | 
| get version number  More... | |
| datalink_type | getDatalinkNumber () | 
| get datalink enum  More... | |
| std::string | getDatalinkStr () | 
| get datalink name string  More... | |
| void | printInfo () | 
| print info in debug mode  More... | |
The MIT License (MIT)
Copyright (c) 2015 Bertrand Martel
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. btsnoopfileinfo.h
Parse bt snoop header
| BtSnoopFileInfo::BtSnoopFileInfo | ( | char * | data | ) | 
build file header
| data | file header data of size 16 (16 octet => 8 + 4 + 4) | 
| BtSnoopFileInfo::BtSnoopFileInfo | ( | ) | 
| BtSnoopFileInfo::~BtSnoopFileInfo | ( | ) | 
| datalink_type BtSnoopFileInfo::getDatalinkNumber | ( | ) | 
get datalink enum
| std::string BtSnoopFileInfo::getDatalinkStr | ( | ) | 
get datalink name string
| std::string BtSnoopFileInfo::getIdentificationNumber | ( | ) | 
get identification number
| int BtSnoopFileInfo::getVersionNumber | ( | ) | 
get version number
| void BtSnoopFileInfo::printInfo | ( | ) | 
print info in debug mode