This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

get_field_data: code should not be reached (PDML File)

0

Hello all--

I am trying to export pdml using wireshark for a trace containing h245 traffic. The export from GUI crashes while trying to export.

I then tried tshark -r tandberg.pcap -T pdml; It gave me error

ERROR:print.c:715:get_field_data: code should not be reached

I have tried to search the error and a bug report was filed

http://www.mail-archive.com/[email protected]/msg22849.html

It does say that -V should be able to handle it, however, the output generated with -V option does not contain XML file.

I will be grateful for any help by community.

Thanking you in advance

Regards Lonex

asked 11 Apr '11, 13:30

lonex's gravatar image

lonex
1111
accept rate: 0%

I was able to fix it, by downloading the code and commenting the portion where the error was occurring.

(11 Apr '11, 17:44) lonex

You'd better issue a bug report at https://bugs.wireshark.org/bugzilla/ in order to get the code fixed.

(12 Apr '11, 22:59) Anders ♦

It's bug 3821.

(13 Apr '11, 08:24) cmaynard ♦♦