mirror of
https://github.com/mfontanini/libtins
synced 2026-01-24 19:21:35 +01:00
Added EAPOL class. Implemented RC4EAPOL. It's working.
This commit is contained in:
@@ -68,6 +68,9 @@ void Tins::SNAP::write_serialization(uint8_t *buffer, uint32_t total_sz, const P
|
||||
case PDU::ARP:
|
||||
type = ETHERTYPE_ARP;
|
||||
break;
|
||||
case PDU::EAPOL:
|
||||
type = 0x888e;
|
||||
break;
|
||||
default:
|
||||
type = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user