Core UDP parsing functionality

Added to categorie

Description

Added Tests

Added tests
This commit is contained in:
h345983745 2019-08-19 20:14:22 +01:00
parent 1fb6bffe1c
commit 1d32a5939c
4 changed files with 162 additions and 0 deletions

View file

@ -88,6 +88,7 @@ import "./tests/BLAKE2s";
import "./tests/Protobuf";
import "./tests/ParseSSHHostKey";
import "./tests/DefangIP";
import "./tests/ParseUDP";
// Cannot test operations that use the File type yet
//import "./tests/SplitColourChannels";