[Bro] Bro - Broccoli Data Type Mismatch issue

Seth Hall seth at icir.org
Mon Oct 7 05:35:21 PDT 2013


On Oct 5, 2013, at 7:20 PM, Vishak Muthukumar <vmuthu at ucdavis.edu> wrote:

> event modbus_read_holding_registers_response(c: connection, headers: ModbusHeaders, registers: ModbusRegisters)
> {
> 
>  event pong(ModbusRegisters,c$id$resp_h);

You are passing the type, you need to pass the value.

event pong(headers, c$id$resp_h);

  .Seth

--
Seth Hall
International Computer Science Institute
(Bro) because everyone has a network
http://www.bro.org/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://mailman.ICSI.Berkeley.EDU/pipermail/bro/attachments/20131007/727783bd/attachment.bin 


More information about the Bro mailing list