Wireshark-bugs: [Wireshark-bugs] [Bug 8266] post-dissector fields not saved in pdml
Date: Tue, 29 Jan 2013 17:10:32 +0000

Comment # 5 on bug 8266 from
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
write_pdml_packet@file.c: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.