Wireshark-commits: [Wireshark-commits] master aa43467: credentials: don't use wmem file scope but a
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa434673bfd2f45f26394c828558dd0bb9aff718
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
aa43467 by Dario Lombardo (lomato@xxxxxxxxx):
credentials: don't use wmem file scope but a local copy.
Change-Id: I44ca95bffd682a7f2e83b71400937a949f5886ea
Reviewed-on: https://code.wireshark.org/review/33844
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Actions performed:
from 85ca8d7 NAS 5GS: Handle SMS payload
add aa43467 credentials: don't use wmem file scope but a local copy.
Summary of changes:
epan/dissectors/packet-ftp.c | 6 +++---
epan/dissectors/packet-http.c | 8 ++++----
ui/cli/tap-credentials.c | 29 +++++++++++++++++++++++++++--
ui/qt/models/credentials_model.cpp | 19 ++++++++++++++++---
ui/tap-credentials.h | 2 +-
5 files changed, 51 insertions(+), 13 deletions(-)