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

@ -51,6 +51,8 @@ OpModules.Default = {
"From Hexdump": Hexdump.runFrom,
"To Hex": ByteRepr.runToHex,
"From Hex": ByteRepr.runFromHex,
"From 0x[Hex]": ByteRepr.runFrom0xHex,
"From Char(Hex)": ByteRepr.runFromCharHex,
"To Octal": ByteRepr.runToOct,
"From Octal": ByteRepr.runFromOct,
"To Charcode": ByteRepr.runToCharcode,