mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

- DCE_RPC fragmentation handling returns! - Fixed some general parsing issues - Fixed an issue with the DCE_RPC signature not working for IPv6 connections.
5 lines
82 B
Standard ML
5 lines
82 B
Standard ML
|
|
signature dpd_dce_rpc {
|
|
payload /\x05[\x00\x01][\x00-\x13]/
|
|
enable "DCE_RPC"
|
|
}
|