Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Protocols
Protocols.TELNET
Protocols.TELNET.protocol

Method Protocols.TELNET.protocol()->got_data()


Method got_data

void got_data(mixed ignored, string line)

Description

Callback called when normal data has been received. This function also does most of the TELNET protocol parsing.

Parameter ignored

The id from the connection.

Parameter s

The received data.