NetXML-to-CSV icon indicating copy to clipboard operation
NetXML-to-CSV copied to clipboard

ZeroDivisionError: integer division or modulo by zero

Open ncoder-1 opened this issue 7 years ago • 0 comments

Hi,

I am getting the following error when running your script:

[*] NETXML to CSV Converter by Meatballs
[+] Parsing 'Kismet-20180407-21-26-59-1.netxml'.
[+] Outputting to 'Kismet-20180407-21-26-59-1.csv' Traceback (most recent call last):
  File "./out.py", line 139, in <module>
    run()
  File "./out.py", line 30, in run
    result, clients = parse_net_xml(doc)
  File "./out.py", line 49, in parse_net_xml
    if (count % tenth) == 0:
ZeroDivisionError: integer division or modulo by zero

This is with Kismet 2016_07_R1-1 generated netxml file.

ncoder-1 avatar Apr 08 '18 02:04 ncoder-1