From ee26f8b9bb21b9213ea0ce21c9180039895aa5e4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 17 Oct 2004 22:14:47 +0000 Subject: From Alejandro Vaquero: in the RTP analysis code, don't analyze packets that have an RTP version other than 2. svn path=/trunk/; revision=12332 --- epan/dissectors/packet-rtp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-rtp.h') diff --git a/epan/dissectors/packet-rtp.h b/epan/dissectors/packet-rtp.h index 42ce2aa2c4..276f35a64c 100644 --- a/epan/dissectors/packet-rtp.h +++ b/epan/dissectors/packet-rtp.h @@ -28,6 +28,7 @@ */ struct _rtp_info { + unsigned int info_version; gboolean info_padding_set; gboolean info_marker_set; unsigned int info_payload_type; -- cgit v1.2.3