mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
fix bugs
This commit is contained in:
parent
54194f2cc1
commit
5b9665e8b9
3 changed files with 11 additions and 11 deletions
|
@ -14,7 +14,7 @@ let OpModules = typeof self === "undefined" ? {} : self.OpModules || {};
|
|||
|
||||
OpModules.Packets = {
|
||||
"From Tcpdump": Packets.runFromTcpdump,
|
||||
"Strip TCP Headers": Packets.stripPacketHeader
|
||||
"Strip TCP Headers": Packets.stripPacketHeader
|
||||
};
|
||||
|
||||
export default OpModules;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue