Wireshark-commits: [Wireshark-commits] master 1a1abf9: Conversation/memory scope fixes for LBM diss
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a1abf952373e4b6ce2ca6513e05c61904b563c9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1a1abf9 by David Ameiss (netshark@xxxxxxxxxxxxx):
Conversation/memory scope fixes for LBM dissectors. See bug 9718.
Change-Id: I58aa249d73ab44f5f56b1559b38b216cdb542ecb
Reviewed-on: https://code.wireshark.org/review/1280
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from abbcaab Kerberos: use auto generated code for ADDR-TYPE instead of a hand made value_string array
adds 1a1abf9 Conversation/memory scope fixes for LBM dissectors. See bug 9718.
Summary of changes:
epan/dissectors/packet-lbm.c | 15 -----
epan/dissectors/packet-lbm.h | 12 ++++
epan/dissectors/packet-lbmc.c | 19 ++++---
epan/dissectors/packet-lbmr.c | 44 +++++++--------
epan/dissectors/packet-lbtrm.c | 116 ++++++++++++++-------------------------
epan/dissectors/packet-lbtru.c | 106 ++++++++++++++++++++++-------------
epan/dissectors/packet-lbttcp.c | 6 +-
7 files changed, 154 insertions(+), 164 deletions(-)