<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 17, 2015 at 10:30 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"><div>If I understand the patch correctly, it would only cause problems for connections with over 2GB of data payload, but I think it should work fine for a small trace of say 200KB. I&#39;m not seeing any events at all, nor am I seeing the log files that should be created when using the analyzer. <br></div></div></blockquote><div><br></div><div>That was the point of that change, yes, but the breaking modification was that the function signatures are now different. Specifically, those are virtual functions that you&#39;re inheriting. If your parameters don&#39;t match exactly, you&#39;re just defining a new virtual function as opposed to redefining the existing function.</div><div> </div><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">I&#39;ll correct the functions and test it out though. </div></blockquote><div><br></div><div><div>When you said that you&#39;re not seeing DeliverPacket be entered, was that after making the uint64 change?</div></div><div><br></div><div>  --Vlad</div><div> <br></div></div></div></div>