123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
-
- #ifndef _PCAP_BLUETOOTH_STRUCTS_H__
- #define _PCAP_BLUETOOTH_STRUCTS_H__
- typedef struct _pcap_bluetooth_h4_header {
- u_int32_t direction;
- } pcap_bluetooth_h4_header;
- #endif
|