Comment # 3
on bug 12639
from [email protected]
I investigated a little bit further and now I think the reassembling of packets
itself works fine - sorry for the confusion.
However, something goes wrong in my custom dissector that processes packet #5.
My dissector runs correctly and modifies both the Protocol and Info columns,
but in the end these changes have no effect so that these columns still show
the DCE/RPC stuff. In contrast to that the protocol tree created by my
dissector shows up.
Subsequent frames (which also consist of multiple DCE/RPC fragments, but of
different lengths) work fine including the column information.
I check whether the columns are writable using col_get_writable(), but it
always returns FALSE for all frames.
Any idea what goes wrong here?
You are receiving this mail because:
- You are watching all bug changes.