Wireshark-commits: [Wireshark-commits] rev 36073: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 25 Feb 2011 19:17:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36073

User: wmeier
Date: 2011/02/25 11:17 AM

Log:
 From Herbert Oppmann: Fix "RTMP dissector unknown audio codec"
 
 "
 The [...] variable rtmpt_audio_codecs should be enhanced.
 
 According to [Flash Developer's Guide]
 10 = HE-AAC and 11 = Speex are missing.
 
 There is also [Adobe "RTMP Specification V1.0]
 which additionally lists 3 = INTEL (not used), 7 = G711A, 8 = G711U
 and 9 = NellyMoser 16kHz.
 "
 
 From me: All but 'Intel (not used)' added to the list of audio codecs

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +12 -5     packet-rtmpt.c    Modified