mirror of https://github.com/secdev/scapy.git
Define missing config elements
This commit is contained in:
parent
7a13b92ebb
commit
dc4ecee0f4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue