Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZeroDivisionError: integer division or modulo by zero #3

Open
ncoder-1 opened this issue Apr 8, 2018 · 0 comments
Open

ZeroDivisionError: integer division or modulo by zero #3

ncoder-1 opened this issue Apr 8, 2018 · 0 comments

Comments

@ncoder-1
Copy link

ncoder-1 commented Apr 8, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant