Add tram package (#2431)

This commit is contained in:
Federico A. Corazza 2022-12-17 21:54:43 +01:00 committed by GitHub
parent 1a8810c659
commit 5bbe2faef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28231,5 +28231,17 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/fsh/integers", "web": "https://github.com/fsh/integers",
"doc": "https://fsh.github.io/integers/integers.html" "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"
} }
] ]