From 0f41da9da36218b390f890ab9aaf5459325f19c3 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 21 Apr 2017 14:05:01 +0200 Subject: cast: fix conflicting entry in its value_string Field 'AudioCodec' (cast.audio) has a conflicting entry in its value_string: 1 is at indices 0 (G711) and 1 (G729)) Change-Id: I094a85a84ca1e79d4cf817bd5222e902a34f3741 Reviewed-on: https://code.wireshark.org/review/21272 Reviewed-by: Michael Mann --- epan/dissectors/packet-cast.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors') diff --git a/epan/dissectors/packet-cast.c b/epan/dissectors/packet-cast.c index 3b91fa1101..26943f57d6 100644 --- a/epan/dissectors/packet-cast.c +++ b/epan/dissectors/packet-cast.c @@ -123,8 +123,7 @@ static const value_string message_id[] = { }; static const value_string audioCodecTypes[] = { - {1 , "G711"}, - {1 , "G729"}, + {1 , "G711/G729"}, {2 , "GSM"}, {3 , "G723"}, {4 , "G722"}, -- cgit v1.2.3