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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge pull request #3 from libwifi/test
Marc
2022-01-09
52
-67
/
+1463
|
\
|
*
test: Add beacon parser test
Marc
2022-01-09
3
-6
/
+51
|
*
util: Move pcaps out of test directory, into utils
Marc
2021-12-17
11
-0
/
+0
|
*
test: Add ctests for generation functions.
Marc
2021-12-17
41
-62
/
+1413
|
/
*
examples: Remove capture filter from parser examples
Marc
2021-12-11
2
-15
/
+1
*
build: Unset hard dependency on clang in CMake
Marc
2021-12-07
2
-10
/
+10
*
examples: Fixup beacon generation example
Marc
2021-12-06
1
-1
/
+1
*
misc: Remove extra word
Marc
2021-12-05
1
-1
/
+1
*
misc: Fix incorrect test directory name
Marc
2021-12-05
1
-1
/
+1
*
examples: Add Makefiles
Marc
2021-12-05
4
-0
/
+36
*
misc: Update README to point to website for feature checklist.
Marc
2021-12-03
1
-50
/
+1
*
Initial Commit
Marc
2021-12-01
138
-0
/
+11553