Wireshark-bugs: [Wireshark-bugs] [Bug 8787] 9P dissector - compute fids on first visit
Date: Tue, 11 Jun 2013 18:10:05 +0000

changed bug 8787

What Removed Added
CC   jeff.morriss.ws@gmail.com

Comment # 1 on bug 8787 from
First guess (without having tried it) is that you've got the sense of this
condition reversed:

~~~
+       if (pinfo->fd->flags.visited != 0)
+               dissect_9P_firstpass(tvb, pinfo);
~~~

Changing that to "==" would mean that the firstpass function would be called
(only) on the first pass.


You are receiving this mail because:
  • You are watching all bug changes.