Skip to content

Commit

Permalink
Remove illegal characters in port numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rqueztech committed May 26, 2024
1 parent 479c927 commit db054d3
Showing 1 changed file with 4 additions and 37 deletions.
41 changes: 4 additions & 37 deletions well-known-ports.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ SCTP - Unspecified
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports`,
},
{
Name: "71-74",
Description: `NETRJS ( https://en.wikipedia.org/wiki/NETRJS ) protocol
Name: "71",
Description: `NETRJS ( https://en.wikipedia.org/wiki/NETRJS ) protocol Ranges through 74
IANA Status - Official
TCP - Yes
Expand Down Expand Up @@ -1396,28 +1396,6 @@ TCP - Yes
UDP - Yes
SCTP - Unspecified
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports`,
},
{
Name: "225-241",
Description: `Unspecified
IANA Status - Official
TCP - Reserved
UDP - Reserved
SCTP - Unspecified
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports`,
},
{
Name: "249-255",
Description: `Unspecified
IANA Status - Official
TCP - Reserved
UDP - Reserved
SCTP - Unspecified
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports`,
},
{
Expand Down Expand Up @@ -1852,8 +1830,8 @@ SCTP - Unspecified
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports`,
},
{
Name: "476–490",
Description: `Centro Software ERP ports
Name: "476",
Description: `Centro Software ERP ports. Range 476-490
IANA Status - Unofficial
TCP - Unofficial
Expand Down Expand Up @@ -3186,17 +3164,6 @@ TCP - Yes
UDP - Unspecified
SCTP - Unspecified
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports`,
},
{
Name: "1011-1020",
Description: `Unspecified
IANA Status - Official
TCP - Reserved
UDP - Reserved
SCTP - Unspecified
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports`,
},
{
Expand Down

0 comments on commit db054d3

Please sign in to comment.