diff --git a/kismet_enrich_from_pcap.py b/kismet_enrich_from_pcap.py index cd042f6..1e2ff3a 100644 --- a/kismet_enrich_from_pcap.py +++ b/kismet_enrich_from_pcap.py @@ -51,6 +51,8 @@ def main(): finally: cap.close() + return + with open(args.csv, newline='') as infile, open(args.output, 'w', newline='', encoding='utf-8') as outfile: reader = csv.DictReader(infile) fieldnames = reader.fieldnames + [