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

Date: Mon, 18 Feb 2013 22:37:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47740

User: guy
Date: 2013/02/18 02:37 PM

Log:
 For each dynamic-payload hash table, keep a Boolean indicating whether
 it's been used in an rtp_set_address() or srtp_set_address() call and,
 if that Boolean is set, don't free the hash table; this fixes a case
 where the hash table was freed while it was in use.

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