Added package libpcap (#2440)

This commit is contained in:
praetoriannero 2022-12-27 00:15:37 -06:00 committed by GitHub
parent de4976c8c1
commit 9f19a86aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28313,15 +28313,31 @@
"license": "MIT",
"web": "https://github.com/inv2004/ttop"
},
{
"name": "bitables",
"url": "https://github.com/Retkid/bitables",
"method": "git",
"tags": [
"tables",
"maps"],
"description": "bidirectional {maps, tables, dictionaries} in nim",
"license": "MIT",
"web": "https://github.com/Retkid/bitables"
{
"name": "bitables",
"url": "https://github.com/Retkid/bitables",
"method": "git",
"tags": [
"tables",
"maps"
],
"description": "bidirectional {maps, tables, dictionaries} in nim",
"license": "MIT",
"web": "https://github.com/Retkid/bitables"
},
{
"name": "libpcap",
"url": "https://github.com/praetoriannero/nim_libpcap",
"method": "git",
"tags": [
"libpcap",
"packet",
"pcap",
"sniff",
"sniffer"
],
"description": "A wrapper for the libpcap library",
"license": "MIT",
"web": "https://github.com/praetoriannero/nim_libpcap"
}
]