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

Date: Fri, 23 Aug 2013 00:51:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51484

User: eapache
Date: 2013/08/22 05:51 PM

Log:
 Purge some emem.
 - In kingfisher it wasn't even needed, just use a variable on the stack.
 - In SDP convert to wmem. Use auto-resetting trees to avoid the need for an init
   routine and somewhat simplify that whole thing.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +33 -39    packet-kingfisher.c    Modified
  +24 -35    packet-sdp.c           Modified