diff --git a/scapy/config.py b/scapy/config.py index e97ee34d95fe2f2bb60daeb6f24b2a380d50a4aa..73982fa1e438bf0239094573389bc3d97a093456 100644 --- a/scapy/config.py +++ b/scapy/config.py @@ -157,7 +157,7 @@ extensions_paths: path or list of paths where extensions are to be looked for except_filter = "" debug_match = 0 wepkey = "" - route = None # Filed by arch + route = None # Filed by route.py auto_fragment = 1 debug_dissector = 0 color_theme = themes.DefaultTheme()