<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 17, 2015 at 9:45 AM, James Swaro <span dir="ltr">&lt;<a href="mailto:james.swaro@gmail.com" target="_blank">james.swaro@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><span class=""><div>&gt; Just a guess, but it could be related to this: <a href="https://github.com/bro/bro/blob/master/CHANGES#L1578" target="_blank">https://github.com/bro/bro/blob/master/CHANGES#L1578</a><br></div></span>I&#39;m looking, but nothing seems to pop out at me. <br><span class=""><br>&gt; The other big change was moving to plugins, but if you&#39;re seeing it
 added as a child analyzer, that doesn&#39;t sound like it&#39;d be the issue.</span><div><div><div>It seems to be ok. Did data delivery change from DeliverPacket to something else? <br></div><div><span class=""><br>&gt; Was this analyzer written in BinPAC, or in C++?<br></span>It was written in C++. </div></div></div></div></blockquote><div><br></div><div>Well, what I meant with that change was that the functions used for data delivery changed. Specifically:</div><div><br></div><div>Analyzer::{NextPacket, NextUndelivered, ForwardPacket, ForwardUndelivered, DeliverPacket, Undelivered} were modified to change the int seq parameter to a uint64. If your functions aren&#39;t updated, and are expecting a plain old int for the sequence number, I&#39;ve seen the scenario you describe: the analyzer attaches, but doesn&#39;t function.</div><div><br></div><div>  --Vlad</div><div><br></div></div></div></div>