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

[airodump-ng] - added support for json file export #1907

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

TheRinger
Copy link

[airodump-ng] - added support for json file export

-- added 'json' option to --output-format
files modified:
src/airodump-ng.c
src/airodump-ng.h

@TheRinger
Copy link
Author

Compiles and runs but getting this error on rpi3, any ideas?

CC airodump_ng-airodump-ng.o
airodump-ng.c: In function ‘dump_write_json’:
airodump-ng.c:4567:37: warning: pointer targets in passing argument 1 of ‘format_text_for_csv’ differ in signedness [-Wpointer-sign]
temp = format_text_for_csv(st_cur->probes[i], st_cur->ssid_length[i]);
^~~~~~
airodump-ng.c:4292:7: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
char *format_text_for_csv(const unsigned char *input, int len)
^~~~~~~~~~~~~~~~~~~
CCLD airodump-ng

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

Successfully merging this pull request may close these issues.

None yet

1 participant