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.
This commit is contained in:
Seth Hall 2016-10-08 10:00:26 -04:00
parent 14c119c7f9
commit 029d92183e
7 changed files with 79 additions and 78 deletions

View file

@ -204,4 +204,4 @@ event connection_state_remove(c: connection)
Log::write(LOG, c$dce_rpc);
}
}
}
}