Skip to content
Snippets Groups Projects
Commit dc4ecee0 authored by Pierre LALET's avatar Pierre LALET
Browse files

Define missing config elements

parent 7a13b92e
No related branches found
No related tags found
No related merge requests found
...@@ -329,6 +329,7 @@ contribs: a dict which can be used by contrib layers to store local configuratio ...@@ -329,6 +329,7 @@ contribs: a dict which can be used by contrib layers to store local configuratio
interactive_shell = "" interactive_shell = ""
stealth = "not implemented" stealth = "not implemented"
iface = None iface = None
iface6 = None
readfunc = None readfunc = None
layers = LayersList() layers = LayersList()
commands = CommandsList() commands = CommandsList()
...@@ -383,7 +384,8 @@ contribs: a dict which can be used by contrib layers to store local configuratio ...@@ -383,7 +384,8 @@ contribs: a dict which can be used by contrib layers to store local configuratio
stats_dot11_protocols = [] stats_dot11_protocols = []
temp_files = [] temp_files = []
netcache = NetCache() netcache = NetCache()
geoip_city = '/usr/share/GeoIP/GeoLiteCity.dat' geoip_city = '/usr/share/GeoIP/GeoIPCity.dat'
geoip_city_ipv6 = '/usr/share/GeoIP/GeoIPCityv6.dat'
load_layers = ["l2", "inet", "dhcp", "dns", "dot11", "gprs", "tls", load_layers = ["l2", "inet", "dhcp", "dns", "dot11", "gprs", "tls",
"hsrp", "inet6", "ir", "isakmp", "l2tp", "mgcp", "hsrp", "inet6", "ir", "isakmp", "l2tp", "mgcp",
"mobileip", "netbios", "netflow", "ntp", "ppp", "mobileip", "netbios", "netflow", "ntp", "ppp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment