This shows you the differences between two versions of the page.
— |
pom-ng:analyzer:tftp [2020/05/26 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Analyzer tftp ====== | ||
+ | |||
+ | This analyzer listens at [[pom-ng:proto:tftp]] packets and generates the tftp_file event and its associated payload. | ||
+ | |||
+ | ===== Events ===== | ||
+ | |||
+ | ^ Name ^ Payload associated ^ Description ^ | ||
+ | |tftp_file|yes|Contains details about files transfered through TFTP.| | ||
+ | |||
+ | ==== tftp_file ==== | ||
+ | |||
+ | |||
+ | ^ Field ^ Type ^ Description ^ | ||
+ | |filename|string|Name of the file.| | ||
+ | |mode|string|Transfer mode used.| | ||
+ | |write|bool|True if the file was written to the server, false if it was read from it..| | ||
+ | |size|uint32|Total size of the file.| | ||