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

Date: Tue, 08 Oct 2013 23:05:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52457

User: eapache
Date: 2013/10/08 11:05 PM

Log:
 Replace a strbuf with a much simpler strdup_printf since it was in fact only
 modified in one place. Much reduces memory usage, and makes it clear that
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9248 is an infinite loop not
 a memory problem.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +6 -6      packet-openwire.c    Modified