kismetwireless/python-kismet-db

packets.py doesn't support new columns from v7 and v8

hobobandy opened this issue · 0 comments

at a minimum, packets.py doesn't support new columns from v7 and v8

v7 added column "datarate"
v8 added columns "hash" and "packetid"

i added an entry for each value in column_reference of packets.py and seems to work, not sure if more is needed

edit: i'll try to submit a pull request with some fixes