about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Return error if invalid length is supplied to tag_iterator_init()Marc2022-03-041-1/+4
* gen: Style fixups for #5Marc2022-01-292-5/+6
* core: Use version set in CMakeLists, inside code. Bump version to 0.0.3Marc2022-01-281-1/+3
* gen: Improve header comments, add ability to set Address 3 field for all mana...Marc2022-01-2826-181/+388
* gen: Add ability to set different BSSID than Transmitter for BeaconsMarc2022-01-152-4/+14
* core: Fix `libwifi_frame_verify()` and clarify usage.Marc2022-01-132-3/+12
* parse: Check frame minimum length when parsing Radiotap headerMarc2022-01-123-4/+14
* core: Add LIBWIFI_FLAGS_IS_ORDERED flag to frameMarc2022-01-112-0/+2
* core: Add Element Extension tag recognitionMarc2022-01-092-1/+4
* core: Add a function to get the tag name via tag number.Marc2022-01-092-0/+351
* gen/parse: Remove stdio.h includesMarc2022-01-096-6/+0
* core: Add a function to check if a tag is present by tag numberMarc2022-01-092-0/+25
* core: Fix tag_iterator failure on empty tags.Marc2022-01-091-4/+0
* test: Add ctests for generation functions.Marc2021-12-1718-56/+138
* build: Unset hard dependency on clang in CMakeMarc2021-12-071-2/+2
* Initial CommitMarc2021-12-01101-0/+8734