From 5bbe2faef7a265ce097976ed41a0cd85b1e855cd Mon Sep 17 00:00:00 2001 From: "Federico A. Corazza" <20555025+facorazza@users.noreply.github.com> Date: Sat, 17 Dec 2022 21:54:43 +0100 Subject: [PATCH] Add tram package (#2431) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1b90cfb..e43edcd 100644 --- a/packages.json +++ b/packages.json @@ -28231,5 +28231,17 @@ "license": "MIT", "web": "https://github.com/fsh/integers", "doc": "https://fsh.github.io/integers/integers.html" + }, + { + "name": "tram", + "url": "https://github.com/facorazza/tram", + "method": "git", + "tags": [ + "traffic analysis", + "pcap" + ], + "description": "🚋 Traffic Analysis in Nim", + "license": "GPL-3.0", + "web": "https://github.com/facorazza/tram" } ]