Comment # 8
on bug 8266
from Jono
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.