8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
protocol analyzer spicy::TFTP over UDP:
|
|
parse with TFTP::Packet,
|
|
port 69/udp;
|
|
|
|
import TFTP;
|
|
|
|
on TFTP::Request -> event tftp::request($conn, $is_orig, self.filename, self.mode);
|