Comment # 6
on bug 9048
from Jakub Zawadzki
(In reply to comment #5)
> I tried the suggested patch, but this actually produces an assertion for me.
>
> joe@cooley:~/lab2/wireshark-1.10-trunk$ svn diff tshark.c
> Index: tshark.c
> ===================================================================
> --- tshark.c (revision 51438)
> +++ tshark.c (working copy)
> @@ -2708,6 +2708,8 @@
> /* Run the read filter if we have one. */
> if (cf->rfcode)
> passed = dfilter_apply_edt(cf->rfcode, &edt);
> + if (passed && cf->dfcode)
> + passed = dfilter_apply_edt(cf->dfcode, &edt);
> }
>
> if (passed) {
It doesn't looks like attachment #11392 [details] :)
You are receiving this mail because:
- You are watching all bug changes.