aboutsummaryrefslogtreecommitdiffstats
path: root/json
diff options
context:
space:
mode:
Diffstat (limited to 'json')
-rw-r--r--json/services.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/json/services.json b/json/services.json
index b64e709..c193ce9 100644
--- a/json/services.json
+++ b/json/services.json
@@ -66,8 +66,13 @@
{ "proto": "udp", "port": 138 }
],
"netbios-ns": [
- { "proto": "tcp", "port": 137 },
- { "proto": "udp", "port": 137, "ct-helper": "netbios-ns" }
+ { "family": "inet", "proto": "tcp", "port": 137 },
+ {
+ "family": "inet",
+ "proto": "udp",
+ "port": 137,
+ "ct-helper": "netbios-ns"
+ }
],
"netbios-ssn": [
{ "proto": "tcp", "port": 139 },