zeek/doc/devel/spicy/examples/tftp-single-request-more-args.evt
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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);