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

Date: Wed, 15 Aug 2007 22:27:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22515

User: morriss
Date: 2007/08/15 10:27 PM

Log:
 - s/ntohs/g_ntohs
 - s/ntohl/g_ntohl
 - s/free/g_free
 - Change some tvb_get_string()+g_free()'s into tvb_get_ephemeral_string()
 - Change some tvb_fake_unicode()+g_free()'s into tvb_get_ephemeral_faked_unicode()
 - Change some tvb_get_string() calls that were clearly memory leaks (like
   atoi(tvb_get_string(...))) into tvb_get_ephemeral_string()

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +24 -25    packet-bittorrent.c    Modified
  +6 -9      packet-dcerpc.c        Modified
  +3 -6      packet-dmp.c           Modified
  +7 -11     packet-dtpt.c          Modified
  +15 -15    packet-fcct.c          Modified
  +32 -32    packet-fcdns.c         Modified
  +39 -39    packet-fcfzs.c         Modified
  +66 -66    packet-fcswils.c       Modified
  +1 -1      packet-fw1.c           Modified
  +2 -2      packet-http.c          Modified
  +4 -11     packet-imf.c           Modified


(7 files not shown)