Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smtp-eve: fix filesize and version check #1139

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions tests/smtp-eve/test.yaml
Expand Up @@ -64,7 +64,7 @@ checks:
src_port: 1470
tx_id: 0
- filter:
version: 6.0.0 # FIXME ref: https://redmine.openinfosecfoundation.org/issues/5821
min-version: 6.0.0
inashivb marked this conversation as resolved.
Show resolved Hide resolved
count: 1
match:
app_proto: smtp
Expand All @@ -77,11 +77,10 @@ checks:
event_type: fileinfo
fileinfo.filename: NEWS.txt
fileinfo.gaps: false
fileinfo.size: 10735
fileinfo.size: 10809
fileinfo.state: CLOSED
fileinfo.stored: false
fileinfo.tx_id: 0
pcap_cnt: 51
proto: TCP
smtp.helo: GP
smtp.mail_from: <gurpartap@patriots.in>
Expand Down