Hi,
You could call the H264
dissector from a handle but it expects the H264 stream according to RFC 3984. If
your data is
A pure H264 stream you
may have to add code to the H264 dissector that can be called by your dissector
and then
Call the appropriate functions
in the existing dissector, you could submit that code as a patch.
N.B the H264 dissector is
not complete it only dissects part of a H264 stream.
Regards
Anders
Från:
wireshark-users-bounces@xxxxxxxxxxxxx
[mailto:wireshark-users-bounces@xxxxxxxxxxxxx] För Ram
Skickat: den 2 februari 2010 19:22
Till:
wireshark-users@xxxxxxxxxxxxx
Ämne: [Wireshark-users] Custom
dissector
Question :
I developed a custom wireshark dissector for my protocol. Everything
works good, but some part of the data which my protocol parses is H.264 video
data. Can I somehow call the
H.264 dissector parsing code from within my protocol dissector code so
that a data chunk can be parsed as H.264