btsnoop-decoder  1.0
Small library to decode Bluetooth Snoop file used to store radio packet records
datalink.h
Go to the documentation of this file.
1 
33 #ifndef DATALINK_TYPE_H
34 #define DATALINK_TYPE_H
35 
36 #include "string"
37 
39 
40  UNKNOWN=-1,
41 
42  //for regular snoop file
47  ETHERNET = 4,
48  HDLC = 5,
51  FDDI = 8,
52  OTHER = 9,
53 
54  //for btsnoop file
56  HCI_UART = 1002,
57  HCI_BSCP = 1003,
58  HCI_SERIAL = 1004
59 };
60 
61 #endif // DATALINK_TYPE_H