index
:
libwifi
this commit
main
An 802.11 (WiFi) Frame Generation and Parsing Library in C
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for ESP32 (#17)
Zduniusz
2023-04-15
3
-1
/
+9
*
core: Check length of body before allocating
Marc
2023-04-15
1
-5
/
+9
*
gen: Remove randomness from generated frames by default
Marc
2023-04-06
13
-34
/
+2
*
Merge pull request #12 from libwifi/compiler
Marc
2023-01-15
2
-1
/
+5
|
\
|
*
core/gen: Fix warnings flagged by new compiler options
Marc
2023-01-15
2
-1
/
+5
*
|
fix: consquent adding of details
Anıl
2023-01-13
1
-5
/
+3
|
/
*
Merge branch 'main' into 6ghz
Marc
2022-10-16
1
-0
/
+5
|
\
|
*
gen: Fix boundary alignment in Radiotap header
Jeff
2022-10-02
1
-0
/
+5
*
|
parse: Add clarifying comment for Beacon frame length check
Marc
2022-09-10
1
-0
/
+1
*
|
core/parse: Add skeleton for element extension parsing
Marc
2022-09-10
2
-0
/
+18
*
|
core/parse: Better handling of Radiotap information
Marc
2022-09-10
4
-3
/
+36
|
/
*
Add macOS support (#8)
Marc
2022-08-20
3
-4
/
+39
*
parse: Update references to libwifi_cipher_suite struct
Marc
2022-08-10
1
-6
/
+6
*
parse: Check for WEP presence before removing it from bitfield
Marc
2022-08-10
1
-2
/
+6
*
parse: Remove useless reassignment of suite_type
Marc
2022-08-10
1
-4
/
+0
*
core: Avoid double frame copy in radiotap handling
Marc
2022-03-07
1
-18
/
+7
*
core: Ensure radiotap parser errors are handled
Marc
2022-03-07
1
-1
/
+4
*
core: Return error if invalid length is supplied to tag_iterator_init()
Marc
2022-03-04
1
-1
/
+4
*
gen: Style fixups for #5
Marc
2022-01-29
2
-5
/
+6
*
core: Use version set in CMakeLists, inside code. Bump version to 0.0.3
Marc
2022-01-28
1
-1
/
+3
*
gen: Improve header comments, add ability to set Address 3 field for all mana...
Marc
2022-01-28
26
-181
/
+388
*
gen: Add ability to set different BSSID than Transmitter for Beacons
Marc
2022-01-15
2
-4
/
+14
*
core: Fix `libwifi_frame_verify()` and clarify usage.
Marc
2022-01-13
2
-3
/
+12
*
parse: Check frame minimum length when parsing Radiotap header
Marc
2022-01-12
3
-4
/
+14
*
core: Add LIBWIFI_FLAGS_IS_ORDERED flag to frame
Marc
2022-01-11
2
-0
/
+2
*
core: Add Element Extension tag recognition
Marc
2022-01-09
2
-1
/
+4
*
core: Add a function to get the tag name via tag number.
Marc
2022-01-09
2
-0
/
+351
*
gen/parse: Remove stdio.h includes
Marc
2022-01-09
6
-6
/
+0
*
core: Add a function to check if a tag is present by tag number
Marc
2022-01-09
2
-0
/
+25
*
core: Fix tag_iterator failure on empty tags.
Marc
2022-01-09
1
-4
/
+0
*
test: Add ctests for generation functions.
Marc
2021-12-17
18
-56
/
+138
*
build: Unset hard dependency on clang in CMake
Marc
2021-12-07
1
-2
/
+2
*
Initial Commit
Marc
2021-12-01
101
-0
/
+8734