Comment # 8
on bug 12283
from Guy Harris
(In reply to Jamie Bainbridge from comment #7)
> (In reply to Guy Harris from comment #6)
> > If you set the TCP preference "Try heuristic sub-dissectors first" to true,
> > it recognizes the traffic in question as RPC.
>
> Thanks, I will try this. Perhaps this default has changed between 1.x and
> 2.x,
That was my first thought, but:
$ egrep 'static gboolean try_heuristic_first = '
1.12/epan/dissectors/packet-tcp.c 2.0/epan/dissectors/packet-tcp.c
1.12/epan/dissectors/packet-tcp.c:static gboolean try_heuristic_first = FALSE;
2.0/epan/dissectors/packet-tcp.c:static gboolean try_heuristic_first = FALSE;
so, no, it didn't change - it defaulted to "try port numbers first" in 1.12.x
and 2.0.x.
You are receiving this mail because:
- You are watching all bug changes.