On the latest version 2.0.4 my RTP packets are being classified as Gige Vision during a h323 call. In an older version, 1.8x, they show properly as RTP. Is there a way to fix this behavior? asked 15 Jun '16, 13:07 Ols |
One Answer:
You can turn off the gvcp dissecyor or do @decode [email protected] and select RTP. That dissector register for port 3956 so I assume your RTP packets are on that port. answered 15 Jun '16, 13:39 Anders ♦ |
Thank you.