New recipe: Strip Ethernet/IP/TCP Header from hexstream

This commit is contained in:
Windham Wong 2017-10-19 15:58:47 +01:00
parent a34547dab1
commit 54194f2cc1
4 changed files with 78 additions and 25 deletions

View file

@ -13,7 +13,8 @@ import Packets from "../../operations/Packets.js";
let OpModules = typeof self === "undefined" ? {} : self.OpModules || {};
OpModules.Packets = {
"From Tcpdump": Packets.runFromTcpdump,
"From Tcpdump": Packets.runFromTcpdump,
"Strip TCP Headers": Packets.stripPacketHeader
};
export default OpModules;