http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34399
User: martinm
Date: 2010/10/07 03:17 AM
Log:
From Tobias Witek (bug 5282):
In some cases, the UMTS FP dissector currently calls upper-layer dissectors
(e.g. UMTS MAC) only when a proto-tree is present. Effectively, this causes the
RLC reassembly to fail in certain cases.
The attached patch solves the problem by slightly moving the calls to
'call_dissector()'.
Directory: /trunk/epan/dissectors/
Changes Path Action
+16 -17 packet-umts_fp.c Modified