zeek/scripts/base/protocols/dce-rpc
Jon Siwek 9a295a7009 Merge branch 'master' of https://github.com/spitfire55/bro
* 'master' of https://github.com/spitfire55/bro:
  Revert DNS query 255 from ANY to *
  Missing commas...
  Fix typo in dce-rpc consts
  Refactor to use consistent numeric type in dce_rpc. Add missing DNS query type codes

I added back in DNS constants for PTR, EDNS, and ANY to avoid breaking
code for any people that use them.

Also omitted the DNP3 function code 0x83 name change from
"AUTHENTICATE_RESP" to "AUTHENTICATE_RESPONSE", again to avoid
potentially breaking code unnecessarily: "RESP" vs. "RESPONSE" is not
wrong in any sense, just maybe a matter of clarify.
2018-10-16 15:56:37 -05:00
..
__load__.bro Now actually loading DCE-RPC's dpd.sig 2016-07-07 12:55:49 -04:00
consts.bro Merge branch 'master' of https://github.com/spitfire55/bro 2018-10-16 15:56:37 -05:00
dpd.sig Fixes for DCE_RPC analyzer 2016-10-08 10:00:26 -04:00
main.bro Merge remote-tracking branch 'origin/master' into topic/dnthayer/ticket1963 2018-08-24 16:06:05 -05:00
README Added missing README files for documentation 2016-10-10 22:55:50 -05:00

Support for DCE/RPC (Distributed Computing Environment/Remote Procedure
Calls) protocol analysis.