zeek/scripts/base/protocols/dce-rpc/dpd.sig
Seth Hall 029d92183e Fixes for DCE_RPC analyzer
- DCE_RPC fragmentation handling returns!
  - Fixed some general parsing issues
  - Fixed an issue with the DCE_RPC signature not working for IPv6 connections.
2016-10-08 10:00:26 -04:00

5 lines
82 B
Standard ML

signature dpd_dce_rpc {
payload /\x05[\x00\x01][\x00-\x13]/
enable "DCE_RPC"
}