summaryrefslogtreecommitdiffstats
path: root/kismet-dect-v2/packet_dect.h
diff options
context:
space:
mode:
authordragorn <dragorn@8d8ab74c-27aa-4a3d-9bde-523a2bc1f624>2009-11-21 22:35:05 +0000
committerdragorn <dragorn@8d8ab74c-27aa-4a3d-9bde-523a2bc1f624>2009-11-21 22:35:05 +0000
commit9d6689fd9220351c2f6c1b1da54b721576aca424 (patch)
treece1027fc775005fbda683cbd31327131d2e5177a /kismet-dect-v2/packet_dect.h
parentdfcf4093f33ed270b335a9868db3ff806e729670 (diff)
Add updated dect client plugin - note does NOT currently work with the new dect
server plugin! Added 'scandect' pcap log type logging dect_data_scan_t to EN10MB wrapped packets Disabled callpcap logging until reworked to fit per-call logging git-svn-id: https://dedected.org/svn/trunk@95 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
Diffstat (limited to 'kismet-dect-v2/packet_dect.h')
-rw-r--r--kismet-dect-v2/packet_dect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kismet-dect-v2/packet_dect.h b/kismet-dect-v2/packet_dect.h
index 875dbad..63e5f2c 100644
--- a/kismet-dect-v2/packet_dect.h
+++ b/kismet-dect-v2/packet_dect.h
@@ -29,7 +29,8 @@
#include <packet.h>
// Internal DLT - -0xDEC
-#define KDLT_DECT -3564
+#define KDLT_DECTCALL -3564
+#define KDLT_DECTSCAN -3565
extern int pack_comp_dect;