Wireshark-commits: [Wireshark-commits] rev 32455: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 13 Apr 2010 19:27:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32455

User: etxrab
Date: 2010/04/13 12:27 PM

Log:
 Extract encoding name and sample rate
 i.e "AMR/8000"
 This string can then be put in the hastable, extracted by
 packet-rtp.c and split into "AMR" and "8000"
 sample rate can then be a part of rtp_info and get rid of the
 clock rate maping.
 (I have some problem splitting the string, help apreciated) :-)

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +19 -10    packet-sdp.c    Modified