Comment # 5
on bug 8266
from Evan Huus
Hmm... there's nothing in the code that would obviously prevent the
post-dissector fields from showing up.
The PDML printer runs through a regular dissection call starting in
[email protected]:2656. This eventually ends up in packet-frame.c which
includes a relatively unconditional call to call_all_postdissectors on line
537.
Would it be possible for you to put some print statements in your
post-dissector to see if it's getting called again when you export as PDML (it
should be).
Thanks,
Evan
You are receiving this mail because:
- You are watching all bug changes.