Closed shadeon closed 7 years ago
The netstat task is naively converting all ':' characters to ',' in an effort to split the Endpoint address and port number. This means:
Instead of using gsub() to cheat, the substrings should be extracted correctly using match() and substr().
The netstat task is naively converting all ':' characters to ',' in an effort to split the Endpoint address and port number. This means:
Instead of using gsub() to cheat, the substrings should be extracted correctly using match() and substr().