- s/ntohs/g_ntohs
authorJeff Morriss <jeff.morriss@ulticom.com>
Wed, 15 Aug 2007 22:27:52 +0000 (22:27 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Wed, 15 Aug 2007 22:27:52 +0000 (22:27 -0000)
commit3dec62b85cf62734219cc0278c41582d5aa5bc2b
tree281bd56379c0017cc168bdd0ffe45a0d88efc5e4
parent0cab42b4659e2f1e35d22da6b5a849913b357f1b
- 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()

svn path=/trunk/; revision=22515
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