mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
New recipe: Strip Ethernet/IP/TCP Header from hexstream
This commit is contained in:
parent
a34547dab1
commit
54194f2cc1
4 changed files with 78 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue