diff options
author | Michele Campus <fci1908@gmail.com> | 2015-11-12 14:57:02 +0100 |
---|---|---|
committer | Michele Campus <fci1908@gmail.com> | 2015-11-12 14:57:02 +0100 |
commit | dd3a79dac2bd67ce4ef5bb8fde0fb5936d8d4d81 (patch) | |
tree | e61b9887adde422ff8b7f5fd37b01eb8993c618a /src/lib/protocols/btlib.h | |
parent | 63cab68a9687f48a955f1edf35c7230b7a0c2d2d (diff) | |
parent | a4f170604ce97b12718181fd43f506edbdb0b0d5 (diff) |
Merge pull request #114 from kYroL01/dev
Refactoring nDPI
Diffstat (limited to 'src/lib/protocols/btlib.h')
-rw-r--r-- | src/lib/protocols/btlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/protocols/btlib.h b/src/lib/protocols/btlib.h index cc2928155..db68370c9 100644 --- a/src/lib/protocols/btlib.h +++ b/src/lib/protocols/btlib.h @@ -139,9 +139,7 @@ typedef struct bt_parse_data_cb { } v; } bt_parse_data_cb_t; -#ifndef __KERNEL__ extern int bt_parse_debug; void dump_bt_proto_struct(struct bt_parse_protocol *p); -#endif const u_int8_t *bt_decode(const u_int8_t *b, size_t *l, int *ret, bt_parse_data_cb_t *cbd); |