Wireshark-bugs: [Wireshark-bugs] [Bug 8266] post-dissector fields not saved in pdml
Date: Tue, 29 Jan 2013 19:40:51 +0000

Comment # 8 on bug 8266 from
To clarify :P

In RTP packets with SDP setup (or that throw a Malformed Packet Exception)
udp_src_f() tests as not null when the packet dissector is run in Wireshark
viewer but tests as null when run as export.

Interestingly, rtp_setup_f() is not null after the Malformed Packet exception. 
ie, ..

   if udp_src_f() then
        -- NOT WRITTEN
   else
      if rtp_setup_f() then
        -- WRITTEN
      end
   end

Basically I'm having a lot of trouble implementing a custom dissector for RTP
packets!


Jono


You are receiving this mail because:
  • You are watching all bug changes.