Wireshark mailing list archives

Re: Custom dissector


From: "Anders Broman" <a.broman () telia com>
Date: Tue, 2 Feb 2010 20:07:23 +0100

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 () wireshark org
[mailto:wireshark-users-bounces () wireshark org] För Ram
Skickat: den 2 februari 2010 19:22
Till: wireshark-users () wireshark org
Ä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

 

Thanks,

 

Ram.

___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
             mailto:wireshark-users-request () wireshark org?subject=unsubscribe

Current thread: