AntiMatterDynamite

Results 5 issues of AntiMatterDynamite

this is addressing the problem described in [this issue](https://github.com/mfontanini/libtins/issues/221) of libtins not handling eapol packets that are not rsn\rc4 key exchanges. for eapol added: - ability to create EAPOL packets...

padding alignment used to be 4, now it's 2, but in radiotap.org the alignment is 1 so the ReversePadField is redundant.

needs additional info

OS: ubuntu 20.04 synergy: v3.0.75.7-rc3 ubuntu dpkg installation fails with the following error: `Error in type 'unknown/unknown' (in /usr/share/mime/packages/musixmatch.xml): Invalid MIME-type 'application/mxm;x-scheme-handler/mxm'. ` no other .deb had any issue installing...

bug
stale
triage

std::uint32_t no longer exists in newer gcc versions, it should be changed to the normal uint32_t i've also made an issue for this pull request: https://github.com/mfontanini/libtins/issues/542

when compiling with gcc 13.3 std:: no longer has uint32_t defined in it, as such i get an error of: `'uint32_t' is not a member of 'std'` this is a...