Add Parse Ethernet frame Operation

This commit is contained in:
Ted Kruijff 2024-02-18 23:00:04 +01:00
parent dc68b7d9bf
commit 62bd446dd2
No known key found for this signature in database
GPG key ID: 638CAF1E28637972
4 changed files with 162 additions and 0 deletions

View file

@ -105,6 +105,7 @@ import "./tests/NetBIOS.mjs";
import "./tests/NormaliseUnicode.mjs";
import "./tests/NTLM.mjs";
import "./tests/OTP.mjs";
import "./tests/ParseEthernetFrame.mjs";
import "./tests/ParseIPRange.mjs";
import "./tests/ParseObjectIDTimestamp.mjs";
import "./tests/ParseQRCode.mjs";