-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
- Loading branch information
Showing
8 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Binary file removed
BIN
-53.2 KB
bin/packages/mipsel_24kc/custom/hcxdumptool-custom_6.1.4-2_mipsel_24kc.ipk
Binary file not shown.
Binary file added
BIN
+52.5 KB
bin/packages/mipsel_24kc/custom/hcxdumptool-custom_6.1.5-3_mipsel_24kc.ipk
Binary file not shown.
Binary file removed
BIN
-126 KB
bin/packages/mipsel_24kc/custom/hcxtools-custom_6.1.4-3_mipsel_24kc.ipk
Binary file not shown.
Binary file added
BIN
+117 KB
bin/packages/mipsel_24kc/custom/hcxtools-custom_6.1.5-3_mipsel_24kc.ipk
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule src
updated
8 files
+53 −42 | Makefile | |
+23 −20 | README.md | |
+123 −1 | changelog | |
+733 −448 | hcxdumptool.c | |
+94 −45 | include/hcxdumptool.h | |
+43 −0 | include/ieee80211.h | |
+0 −5 | include/pcap.c | |
+1 −1 | license.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule src
updated
16 files
+9 −15 | .gitignore | |
+25 −13 | Makefile | |
+18 −7 | README.md | |
+76 −0 | changelog | |
+314 −0 | hcxeiutool.c | |
+231 −8 | hcxhashtool.c | |
+511 −140 | hcxpcapngtool.c | |
+256 −125 | hcxpsktool.c | |
+10 −16 | include/gzops.c | |
+1 −0 | include/gzops.h | |
+17 −0 | include/hcxeiutool.h | |
+106 −35 | include/hcxhashtool.h | |
+10 −8 | include/hcxpcapngtool.h | |
+43 −0 | include/ieee80211.h | |
+40 −0 | include/strings.c | |
+1 −1 | license.txt |