Comment # 8
              on bug 10695
              from  Hadriel Kaplan
        (In reply to Matthijs Kooijman from comment #7)
> > Did your `foo.dissector(...)` return true?
> 
> Uh, the return true is right there in the second line above? Or am I
> misunderstanding you?
Ooops, yup missed that.
So you're saying these two cases:
1) foo:register_heuristic("wpan", function(...) return foo.dissector(...) end)
2) foo:register_heuristic("wpan", function(...) return true; end)
...didn't do the same thing?  They should have I think.  I'll have to
investigate that more.
-hadriel
         
      
      
      You are receiving this mail because:
      
      
          - You are watching all bug changes.