Sync up and fix issues

Renaming from tcpdump into packets category.
Adding a new packet category.
Update structures
This commit is contained in:
Windham Wong 2017-10-19 14:19:16 +01:00
parent a74d97f2a4
commit a34547dab1
8 changed files with 93 additions and 215 deletions

View file

@ -26,6 +26,7 @@ OpModules.Compression = {
"Bzip2 Decompress": Compress.runBzip2Decompress,
"Tar": Compress.runTar,
"Untar": Compress.runUntar,
"HTTP gzip Decrypt":Compress.runHttpGzip,
};