From 3c252728544a3592ecc52642b9145f2e90de339d Mon Sep 17 00:00:00 2001 From: FullGreaM Date: Thu, 6 Feb 2025 17:30:22 +0300 Subject: [PATCH] init module --- index.js | Bin 0 -> 6 bytes package.json | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 index.js create mode 100644 package.json diff --git a/index.js b/index.js new file mode 100644 index 0000000000000000000000000000000000000000..49cc8ef0e116cef009fe0bd72473a964bbd07f9b GIT binary patch literal 6 NcmezWkC%aq0RRg=0u=xN literal 0 HcmV?d00001 diff --git a/package.json b/package.json new file mode 100644 index 0000000..e4f1803 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "packet-parser", + "version": "0.0.1", + "description": "Parsing and analysis packets into network", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.fullgream.tech/fullgream/packet-parser.git" + }, + "keywords": [ + "net", + "network", + "tcp", + "udp", + "analysis", + "parser", + "parsing" + ], + "author": "FullGreaM", + "license": "MIT" +}