Forum Discussion
Andy_McGrath
Feb 18, 2019Cumulonimbus
Try this:
TCP::payload replace 0 [TCP::payload length] ""
TCP::payload replace 0 0 "USER $user\r\n"
The
\r\n
I think is needed as the end of the FTP command.Try this:
TCP::payload replace 0 [TCP::payload length] ""
TCP::payload replace 0 0 "USER $user\r\n"
The
\r\n
I think is needed as the end of the FTP command.