URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=44d98dafd49f7133569f0d982ddf0746c230322f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
44d98da by Michael Mann (mmann78@xxxxxxxxxxxx):
Remove the GSSAPI specific members out of packet_info structure.
The last piece was the NTLMSSP dissector and that is now handled by passing a pointer to a tvbuff* as dissector data for the NTLMSSP dissector to (possibly) "return" a tvbuff* with decrypted data.
Change-Id: I2606172e4d0ebb5fc6353921d5b5f41a4792f9e5
Reviewed-on: https://code.wireshark.org/review/12232
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 05121be Qt: reload after applying parameters in UDP multicast dialog
adds 44d98da Remove the GSSAPI specific members out of packet_info structure.
Summary of changes:
asn1/spnego/packet-spnego-template.c | 127 ++++----------------------------
epan/dissectors/packet-gssapi.c | 30 ++------
epan/dissectors/packet-gssapi.h | 12 +++-
epan/dissectors/packet-ntlmssp.c | 30 ++++----
epan/dissectors/packet-spnego.c | 131 ++++------------------------------
epan/packet_info.h | 16 -----
6 files changed, 59 insertions(+), 287 deletions(-)