Project

General

Profile

Socklist » History » Version 3

Per Amundsen, 02/16/2023 03:14 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/socklist [-tul] [name]*
4
5
Lists all matching open sockets.
6
7
*Switches*
8
9 3 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -t | Lists only tcp sockets. |
12
| -u | Lists only udp sockets. |
13
| -l | Lists only listening sockets. |
14 1 Per Amundsen
15
*Parameters*
16
17 3 Per Amundsen
table(ktable).
18
|*Parameter*|*Description*|
19
| [name] | List socket matching name, can be a [[Scripting_Wildcards<notextile>|</notextile>wildcard]]. |