-
-
Notifications
You must be signed in to change notification settings - Fork 309
/
.gitignore
119 lines (98 loc) · 2.17 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
compile_commands.json
*.o
*~
# vim session
.*.swp*
.swp*
.*.tmp*
# IDE stuff
.cache/*
# Test files
callgrind*
*.pcap
*.pcapng
*.kismet
# Deps
*.d
# Autogen'd protobuf
*.pb.cc
*.pb.h
protobuf_c/*.pb-c.c
protobuf_c/*.pb-c.h
*-E
# Autogen'd version
version.c
# Build
*.tmp
# Python compiled code
*.pyc
capture_*/*.egg-info/
capture_*/build/
capture_*/dist/
python_modules/*/*.egg-info/
python_modules/*/build/
python_modules/*/dist/
# Autogenerated protobuf python
*_pb2.py
# Capture driver files
capture_nrf_mousejack/kismet_cap_nrf_mousejack
capture_linux_bluetooth/kismet_cap_linux_bluetooth
capture_linux_wifi/kismet_cap_linux_wifi
capture_osx_corewlan_wifi/kismet_cap_osx_corewlan_wifi
capture_ti_cc_2540/kismet_cap_ti_cc_2540
capture_ti_cc_2531/kismet_cap_ti_cc_2531
capture_nrf_51822/kismet_cap_nrf_51822
capture_ubertooth_one/kismet_cap_ubertooth_one
capture_nxp_kw41z/kismet_cap_nxp_kw41z
capture_bladerf_wiphy/kis_cap_bladerf_wiphy
capture_nrf_52840/kismet_cap_nrf_52840
capture_rz_killerbee/kismet_cap_rz_killerbee
capture_hak5_wifi_coconut/kismet_cap_hak5_wifi_coconut
capture_bladerf_wiphy/kismet_cap_bladerf_wiphy
capture_serial_radview/kismet_cap_serial_radview
capture_radiacode/kismet_cap_radiacode_usb
capture_antsdr_droneid/kismet_cap_antsdr_droneid
capture_sdr_rtl433_v2/kismet_cap_sdr_rtl433
capture_sdr_rtladsb_v2/kismet_cap_sdr_rtladsb
capture_freaklabs_zigbee_v2/kismet_cap_freaklabs_zigbee
kismet_cap_pcapfile
kismet_cap_kismetdb
log_tools/kismetdb_strip_packets
log_tools/kismetdb_to_wiglecsv
log_tools/kismetdb_dump_devices
log_tools/kismetdb_statistics
log_tools/kismetdb_to_kml
log_tools/kismetdb_clean
log_tools/kismetdb_to_gpx
log_tools/kismetdb_to_pcap
tools/kismet_discovery
# generated by configure
.depend
Makefile
Makefile.inc
scripts/kismet
aclocal.m4
autom4te.cache/
config.h
config.log
config.status
config.guess.dh*
config.sub.dh*
# built binaries
kismet
libkismetdatasource.a
# Plugin stuff
plugin-*/*.so
# Packaging
!packaging/centos/el7/Makefile
packaging/centos/el7/kismet-git.spec
packaging/kismet.pc
packaging/systemd/debug/kismet-debug.service
packaging/systemd/kismet.service
# vscode tests
*.srctrlbm
*.srctrldb
*.srctrlprj
.vscode/*
# Packages
*.deb