mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
5 lines
No EOL
82 B
Standard ML
5 lines
No EOL
82 B
Standard ML
signature dpd_smb {
|
|
ip-proto == tcp
|
|
payload /^....[\xfe\xff]SMB/
|
|
enable "smb"
|
|
} |