New Analyzer

Hi Aaron,

Silly question, but did you tell it to listen to port 47808 in your main.zeek script? Probably something like this:

define listening ports
const ports = { 47808/udp };
redef likely_server_ports += { ports };
|

  • |

I do have a working analyzer and could walk you through if you could share what you have so far.

Thanks,