From 79c378b0c2fd68265bccc53b92364f85e6ca3975 Mon Sep 17 00:00:00 2001 From: Phil <phil@secdev.org> Date: Mon, 28 Jul 2008 16:13:00 +0200 Subject: [PATCH] Fix comment --- scapy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scapy/config.py b/scapy/config.py index e97ee34d..73982fa1 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() -- GitLab