v1.2.0
A braking-change in the AccessPointMap project that allows for the storage of raw IEEE 802.11 frames and the introduction of support for data from Wireshark. The system of parsing raw payloads containing access point security-protocols has also been improved. Here is the list of changes:
- Pcap parsing and storage system implementation
- OUI and PCAP parsing support for integrations [Breaking-change]
- Stable rework release of the Aircrack-ng integration
- Aircrack-ng integration CSV parsing signal strength bug fix
- Stable rework release of the WiGLE integration
- New Wireshark integration implementationaa
- AccessPoint security payload parsing system rework [Breaking-change]
- Dependencies version bump
- Repository exist check performance fix
- Entity creation date bug fix
- Anti-XSS system false-positive bug fix
What's Changed
- AccessPointAnnotation entity validation fix by @Krzysztofz01 in #37
- Pcap system implementation by @Krzysztofz01 in #38
- Integration core abstraction services breaking changes by @Krzysztofz01 in #40
- Aircrackng integration core breaking changes support by @Krzysztofz01 in #41
- Wigle integration core breaking changes support by @Krzysztofz01 in #42
- Dependencies version bump by @Krzysztofz01 in #43
- Aircrackng integration csv bug fix by @Krzysztofz01 in #45
- Wigle integration form validation fix by @Krzysztofz01 in #46
- No tracking for repository exist check fix by @Krzysztofz01 in #47
- Accesspoint security rework by @Krzysztofz01 in #39
- AccessPointSecurity security-protocols serialization fix by @Krzysztofz01 in #48
- AuditableEntity creation date bug fix by @Krzysztofz01 in #49
- Wireshark integration implementation by @Krzysztofz01 in #44
- Xss middleware replaced with xss json converter by @Krzysztofz01 in #50
Full Changelog: v1.1.0...v1.2.0