- s/ntohs/g_ntohs
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 15 Aug 2007 22:27:52 +0000 (22:27 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 15 Aug 2007 22:27:52 +0000 (22:27 +0000)
commita82e5b57a506f388a6a9413ec4b72a9e7fd00383
tree281bd56379c0017cc168bdd0ffe45a0d88efc5e4
parentc7f9b01c1674d4064cde0fb214cd6bef30c6e323
- 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()

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22515 f5534014-38df-0310-8fa8-9805f1628bb7
18 files changed:
epan/dissectors/packet-bittorrent.c
epan/dissectors/packet-dcerpc.c
epan/dissectors/packet-dmp.c
epan/dissectors/packet-dtpt.c
epan/dissectors/packet-fcct.c
epan/dissectors/packet-fcdns.c
epan/dissectors/packet-fcfzs.c
epan/dissectors/packet-fcswils.c
epan/dissectors/packet-fw1.c
epan/dissectors/packet-http.c
epan/dissectors/packet-imf.c
epan/dissectors/packet-isup.c
epan/dissectors/packet-msrp.c
epan/dissectors/packet-mysql.c
epan/dissectors/packet-ndps.c
epan/dissectors/packet-p_mul.c
epan/dissectors/packet-pppoe.c
epan/dissectors/packet-sdp.c