mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Files transferred over FTP were showing incorrect sizes.
The server-reported file size was being collected poorly and if a file name had a number in it, that was reported as the file size instead of the actual size. A new test is included to avoid reintroducing the problem.
This commit is contained in:
parent
4476638d0e
commit
08399da6cb
5 changed files with 44 additions and 8 deletions
|
@ -0,0 +1,5 @@
|
|||
# This tests extracting the server reported file size
|
||||
# from FTP sessions.
|
||||
#
|
||||
# @TEST-EXEC: bro -r $TRACES/ftp/ftp-with-numbers-in-filename.pcap
|
||||
# @TEST-EXEC: btest-diff ftp.log
|
Loading…
Add table
Add a link
Reference in a new issue