diff --git a/kismet_enrich_from_pcap.py b/kismet_enrich_from_pcap.py index 3e65ce5..00541eb 100755 --- a/kismet_enrich_from_pcap.py +++ b/kismet_enrich_from_pcap.py @@ -86,6 +86,7 @@ def main(): include_raw=False, keep_packets=False ) + cap.set_debug(True) # Checking if the pcapng file is valid count = 0