URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4caaba64b2d17162155b219cf860c2269850ce61
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
4caaba6 by Stefan Metzmacher (metze@xxxxxxxxx):
packet-kerberos: maintain a kerberos_longterm_keys map
This will replace enc_key_list in the long run,
but will hold only keytabb entries, as that's what
the consumers outside of packet-kerberos.c are using.
Change-Id: Iba0436a0c1754232f0363cb1e9a905ac7c22986f
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/37285
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6c4d03c packet-kerberos: allocate enc_key_list on wmem_epan_scope()
add 4caaba6 packet-kerberos: maintain a kerberos_longterm_keys map
Summary of changes:
.../asn1/kerberos/packet-kerberos-template.c | 162 +++++++++++++++++++-
.../asn1/kerberos/packet-kerberos-template.h | 3 +
epan/dissectors/packet-kerberos.c | 168 ++++++++++++++++++++-
epan/dissectors/packet-kerberos.h | 5 +-
4 files changed, 326 insertions(+), 12 deletions(-)