Difference between revisions of "NWMUDS:ConnectNetwork2"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Type: 0x1 = Client, 0x2 = Spectator. The latter is used by DLP-client during DLP scanning to get banner data. |
|- | |- | ||
| 2 | | 2 | ||
Line 24: | Line 24: | ||
|- | |- | ||
| 6 | | 6 | ||
− | | Input passphrase buffer ptr (including the | + | | Input passphrase buffer ptr (including the NUL-terminator) |
|} | |} | ||
Revision as of 04:31, 1 April 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x001E0084] |
1 | Type: 0x1 = Client, 0x2 = Spectator. The latter is used by DLP-client during DLP scanning to get banner data. |
2 | Passphrase buffer size |
3 | (NetworkStructSize<<12) | 0x402 |
4 | Input network struct buffer ptr |
5 | (PassphraseSize<<12) | 2 |
6 | Input passphrase buffer ptr (including the NUL-terminator) |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |