File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ noping <ip> [OPTIONS]
45
45
| ` -m, --minimal ` | Minimal output mode. |
46
46
| ` -v, --version ` | Print detailed version information.
47
47
| ` --proto <tcp/udp> ` | Protocol to use when a port is specified (default: TCP) |
48
+ | ` -pa, --packet <packet> ` | Packet to send to UDP target (default: tries to find a valid packet based on port) |
48
49
| ` --update [version] ` | Update noping to the specified version (when empty, it updates to the latest version).
49
50
50
51
## Examples
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ func printHelpMenu() {
17
17
fmt .Println (" -t, --timeout <timeout> timeout in milliseconds (default: 1000) [OPTIONAL]" )
18
18
fmt .Println (" -m, --minimal print only the minimum information (default: false) [OPTIONAL]" )
19
19
fmt .Println (" -v, --version print detailed version information" )
20
+ fmt .Println (" -pa, --packet <packet> packet to send to UDP target (default: tries to find a valid packet based on port)" )
20
21
fmt .Println (" --proto <protocol (tcp/udp)> protocol to use (default: tcp) [OPTIONAL]" )
21
22
fmt .Println (" --update [version] update noping to the specified version (when empty, it updates to the latest version)" )
22
23
fmt .Println ("" )
You can’t perform that action at this time.
0 commit comments