Define missing config elements

This commit is contained in:
Pierre LALET 2016-12-21 12:52:31 +01:00
parent 7a13b92ebb
commit dc4ecee0f4
1 changed files with 3 additions and 1 deletions

View File

@ -329,6 +329,7 @@ contribs: a dict which can be used by contrib layers to store local configuratio
interactive_shell = ""
stealth = "not implemented"
iface = None
iface6 = None
readfunc = None
layers = LayersList()
commands = CommandsList()
@ -383,7 +384,8 @@ contribs: a dict which can be used by contrib layers to store local configuratio
stats_dot11_protocols = []
temp_files = []
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",
"hsrp", "inet6", "ir", "isakmp", "l2tp", "mgcp",
"mobileip", "netbios", "netflow", "ntp", "ppp",