URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=be1398c17ca1d5b203a930d9254125d602830aef
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
be1398c by Michael Mann (mmann78@xxxxxxxxxxxx):
Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->pool instead.
Aldo update documentation to suggest using wmem pinfo->pool instead of glib memory
Change-Id: I5d34cc6c1515aa9f0d57784b38da501ffcb95ccc
Reviewed-on: https://code.wireshark.org/review/16551
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from e07b4aa IPv6: Add option type encodings
adds be1398c Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->pool instead.
Summary of changes:
docbook/wsdg_src/WSDG_chapter_dissection.asciidoc | 23 ++++++++++-----------
epan/dissectors/packet-dcp-etsi.c | 6 ++----
epan/dissectors/packet-dis.c | 3 +--
epan/dissectors/packet-dvbci.c | 11 ++++------
epan/dissectors/packet-icq.c | 6 +-----
epan/dissectors/packet-isakmp.c | 11 ++--------
epan/dissectors/packet-osc.c | 19 ++++++-----------
epan/dissectors/packet-pdcp-lte.c | 8 ++-----
epan/dissectors/packet-rlc-lte.c | 3 +--
epan/dissectors/packet-selfm.c | 3 +--
epan/dissectors/packet-sysex.c | 7 +++----
epan/dissectors/packet-telnet.c | 3 +--
epan/dissectors/packet-zbee-nwk-gp.c | 20 +++++++-----------
epan/dissectors/packet-zbee-security.c | 5 +----
14 files changed, 44 insertions(+), 84 deletions(-)