[Bro-Dev] #342: Add payload to ICMP analyzer

Bro Tracker bro at tracker.icir.org
Tue Dec 14 08:02:09 PST 2010


#342: Add payload to ICMP analyzer
---------------------+--------------------
  Reporter:  seth    |      Owner:
      Type:  Patch   |     Status:  new
  Priority:  Normal  |  Milestone:  Bro1.6
 Component:  Bro     |    Version:  1.5.2
Resolution:          |   Keywords:
---------------------+--------------------

Comment (by gregor):

 {{{
 #!rst

 note that one has to check for min(len, caplen) (due to the possibility of
 layer 2 padding, so the change at line 91 should be)::

   BroString* payload = new BroString(data, min(len,caplen), 0);

 }}}

-- 
Ticket URL: <http://tracker.icir.org/bro/ticket/342#comment:1>
Bro Tracker <http://tracker.icir.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list