5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
event tftp::request(c: connection)
|
|
{
|
|
print "TFTP request", c$id;
|
|
}
|