:tocdepth: 3

base/bif/plugins/Bro_DCE_RPC.events.bif.bro
===========================================
.. bro:namespace:: GLOBAL


:Namespace: GLOBAL
:Source File: :download:`/scripts/base/bif/plugins/Bro_DCE_RPC.events.bif.bro`

Summary
~~~~~~~
Events
######
============================================= =====
:bro:id:`dce_rpc_bind`: :bro:type:`event`     TODO.
:bro:id:`dce_rpc_message`: :bro:type:`event`  TODO.
:bro:id:`dce_rpc_request`: :bro:type:`event`  TODO.
:bro:id:`dce_rpc_response`: :bro:type:`event` TODO.
:bro:id:`epm_map_response`: :bro:type:`event` TODO.
============================================= =====


Detailed Interface
~~~~~~~~~~~~~~~~~~
Events
######
.. bro:id:: dce_rpc_bind

   :Type: :bro:type:`event` (c: :bro:type:`connection`, uuid: :bro:type:`string`)

   TODO.
   
   .. bro:see:: rpc_call rpc_dialogue rpc_reply  dce_rpc_message dce_rpc_request
      dce_rpc_response rpc_timeout
   
   .. todo:: Bro's current default configuration does not activate the protocol
      analyzer that generates this event; the corresponding script has not yet
      been ported to Bro 2.x. To still enable this event, one needs to
      register a port for it or add a DPD payload signature.

.. bro:id:: dce_rpc_message

   :Type: :bro:type:`event` (c: :bro:type:`connection`, is_orig: :bro:type:`bool`, ptype: :bro:type:`dce_rpc_ptype`, msg: :bro:type:`string`)

   TODO.
   
   .. bro:see:: rpc_call rpc_dialogue rpc_reply dce_rpc_bind dce_rpc_request
      dce_rpc_response rpc_timeout
   
   .. todo:: Bro's current default configuration does not activate the protocol
      analyzer that generates this event; the corresponding script has not yet
      been ported to Bro 2.x. To still enable this event, one needs to
      register a port for it or add a DPD payload signature.

.. bro:id:: dce_rpc_request

   :Type: :bro:type:`event` (c: :bro:type:`connection`, opnum: :bro:type:`count`, stub: :bro:type:`string`)

   TODO.
   
   .. bro:see:: rpc_call rpc_dialogue rpc_reply dce_rpc_bind dce_rpc_message
      dce_rpc_response rpc_timeout
   
   .. todo:: Bro's current default configuration does not activate the protocol
      analyzer that generates this event; the corresponding script has not yet
      been ported to Bro 2.x. To still enable this event, one needs to
      register a port for it or add a DPD payload signature.

.. bro:id:: dce_rpc_response

   :Type: :bro:type:`event` (c: :bro:type:`connection`, opnum: :bro:type:`count`, stub: :bro:type:`string`)

   TODO.
   
   .. bro:see:: rpc_call rpc_dialogue rpc_reply dce_rpc_bind dce_rpc_message
      dce_rpc_request  rpc_timeout
   
   .. todo:: Bro's current default configuration does not activate the protocol
      analyzer that generates this event; the corresponding script has not yet
      been ported to Bro 2.x. To still enable this event, one needs to
      register a port for it or add a DPD payload signature.

.. bro:id:: epm_map_response

   :Type: :bro:type:`event` (c: :bro:type:`connection`, uuid: :bro:type:`string`, p: :bro:type:`port`, h: :bro:type:`addr`)

   TODO.
   
   .. bro:see:: rpc_call rpc_dialogue rpc_reply dce_rpc_bind dce_rpc_message
      dce_rpc_request dce_rpc_response rpc_timeout
   
   .. todo:: Bro's current default configuration does not activate the protocol
      analyzer that generates this event; the corresponding script has not yet
      been ported to Bro 2.x. To still enable this event, one needs to
      register a port for it or add a DPD payload signature.


