Wireshark-commits: [Wireshark-commits] master 1ec28b4: packet-dcerpc: let dissect_dcerpc_cn_auth()
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1ec28b4a084112e6ca4971300f17354e8c6cee3c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1ec28b4 by Stefan Metzmacher (metze@xxxxxxxxx):
packet-dcerpc: let dissect_dcerpc_cn_auth() always dissect the whole auth_info
As all this information belongs together I'm moving it into a subtree.
Change-Id: I839a5a6294360976a78b4b43f219e30381b4f516
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/17878
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 68dbc64 ISAKMP: fix Argument with 'nonnull' attribute passed null found by Clang Analyzer
adds 1ec28b4 packet-dcerpc: let dissect_dcerpc_cn_auth() always dissect the whole auth_info
Summary of changes:
epan/dissectors/packet-dcerpc.c | 239 +++++++++++++++++----------------------
epan/dissectors/packet-dcerpc.h | 12 +-
2 files changed, 110 insertions(+), 141 deletions(-)