Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2432] failed tshark PDML export to file

Date: Sun, 13 Apr 2008 14:32:17 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2432


Stig Bjørlykke <stig@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stig@xxxxxxxxxxxxx




--- Comment #4 from Stig Bjørlykke <stig@xxxxxxxxxxxxx>  2008-04-13 14:32:10 GMT ---
I have committed a fix for the crash in revision 24992.

But another problem is that the generated pdml does not generate correct data
for unaligned decoded PER octet strings, as the "pos" value is always zero
(because we use a new tvb with offset 0).

>From the output of the given capturte.  Note the "pos" value:
   <field name="mpeg-video.sequence" showname="MPEG sequence header" size="8"
pos="493" show="" value="">
     <field name="mpeg-pes.horizontal_size" showname="horizontal-size: 0140
[bit length 12]" size="2" pos="0" show="01:40" value="0140"/>
     <field name="mpeg-pes.vertical_size" showname="vertical-size: 00C8 [bit
length 12]" size="2" pos="0" show="00:c8" value="00c8"/>
     <field name="mpeg-pes.aspect_ratio" showname="aspect-ratio: aspect-1to1
(1)" size="1" pos="496" show="1" value="11"/>


I will leave this bug open until we fix this issue.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.