Wireshark-commits: [Wireshark-commits] master ecaa1f8: convert variables that were static just beca
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ecaa1f8d21b1284a267ca08d4d698ca99fbcab83
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ecaa1f8 by Michael Mann (mmann78@xxxxxxxxxxxx):
convert variables that were static just because of SET_ADDRESS macro to use the proper pinfo->pool instead.
Change-Id: I914918d9629f654ead497dddac0f412b690e4409
Reviewed-on: https://code.wireshark.org/review/6430
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from a2abf8b Fix CMake Warning "Argument not separated from preceding token by whitespace."
adds ecaa1f8 convert variables that were static just because of SET_ADDRESS macro to use the proper pinfo->pool instead.
Summary of changes:
epan/dissectors/packet-atalk.c | 23 ++++++++++++-----------
epan/dissectors/packet-fddi.c | 14 +++++++-------
epan/dissectors/packet-ieee802154.c | 18 ++++--------------
epan/dissectors/packet-mausb.c | 4 +---
epan/dissectors/packet-sna.c | 12 +++++++-----
epan/dissectors/packet-tr.c | 2 +-
epan/dissectors/packet-usb.c | 13 +++++++------
epan/dissectors/packet-usb.h | 3 +--
8 files changed, 40 insertions(+), 49 deletions(-)