From 9f19a86aaef0e29d9b95322e0a4d4832e4a5d39e Mon Sep 17 00:00:00 2001 From: praetoriannero <46831747+praetoriannero@users.noreply.github.com> Date: Tue, 27 Dec 2022 00:15:37 -0600 Subject: [PATCH] Added package libpcap (#2440) --- packages.json | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/packages.json b/packages.json index 58b44aa..1a8914f 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]