~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-devel] [PATCH] awall/json: define some IANA ports

Details
Message ID
<1345108225.10094.36.camel@df1844j>
Sender timestamp
1345108225
DKIM signature
missing
Download raw message
Patch: +38 -0
---
 json/services.json | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/json/services.json b/json/services.json
index ae1bba0..862c494 100644
--- a/json/services.json
+++ b/json/services.json
@@ -1,6 +1,9 @@
{
  "service": {
    "babel": { "proto": "tcp", "port": 6697 },
    "bacula-dir": { "proto": "tcp", "port": 9101 }, 
    "bacula-fd": { "proto": "tcp", "port": 9102 }, 
    "bacula-sd": { "proto": "tcp", "port": 9103 }, 
    "bgp": { "proto": "tcp", "port": 179 },
    "dest-unreach": { "proto": "icmp", "type": 3 },
    "dns": [
@@ -13,6 +16,7 @@
      { "proto": "udp", "port": 135 }
    ],
    "gre": { "proto": "gre" },
    "hp-pdl": { "proto": "tcp", "port": 9100 },
    "http": { "proto": "tcp", "port": 80 },
    "http-alt": { "proto": "tcp", "port": 8080 },
    "https": { "proto": "tcp", "port": 443 },
@@ -29,14 +33,40 @@
      { "proto": "tcp", "port": 88 },
      { "proto": "udp", "port": 88 }
    ],
     "kpasswd": [
      { "proto": "tcp", "port": 464 },
      { "proto": "udp", "port": 464 }
    ],
    "ldap": [
      { "proto": "tcp", "port": 389 },
      { "proto": "udp", "port": 389 }
    ],
    "ldaps": [
      { "proto": "tcp", "port": 636 },
      { "proto": "udp", "port": 636 }
    ],
    "microsoft-ds": [
      { "proto": "tcp", "port": 445 },
      { "proto": "udp", "port": 445 }
    ],
    "ms-sql-s": { "proto": "tcp", "port": 1433 },
    "ms-sql-m": { "proto": "tcp", "port": 1434 },
    "msft-gc": [
      { "proto": "tcp", "port": 3268 },
      { "proto": "udp", "port": 3268 }
    ],
    "msft-gc-ssl": [
      { "proto": "tcp", "port": 3269 },
      { "proto": "udp", "port": 3269 }
    ],
    "netbios-ns": [
      { "proto": "tcp", "port": 137 },
      { "proto": "udp", "port": 137 }
    ],
    "netbios-ds": [
      { "proto": "tcp", "port": 138 },
      { "proto": "udp", "port": 138 }
    ],
    "netbios-ssn": [
      { "proto": "tcp", "port": 139 },
      { "proto": "udp", "port": 139 }
@@ -48,6 +78,14 @@
      { "proto": "icmp", "type": 8 },
      { "proto": "icmpv6", "type": 128 }
    ],
    "radius": [
      { "proto": "udp", "port": 1812 },
      { "proto": "tcp", "port": 1812 },
    ],
    "radius-acct": [
      { "proto": "udp", "port": 1813 },
      { "proto": "tcp", "port": 1813 },
    ],
    "rdp": { "proto": "tcp", "port": 3389 },
    "sip": [
    	{ "proto": "udp", "port": 5060 },
-- 
1.7.11.4
Reply to thread Export thread (mbox)