URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3a289703efec502f03f6a40aa70cd57919d1124c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
3a28970 by Stefan Metzmacher (metze@xxxxxxxxx):
packet-kerberos: maintain a kerberos_all_keys map
This will be used temporary in order to replace
enc_key_list until we maintain/use separate lists.
Note that this will use wmem_file_scope(), but it
will get the longterm keys filled in when needed.
In the long run, we'll use more detailed lists
and use optimizations depending on the key usage.
Change-Id: If654dcfbc9ec8742eadbbb82b97a23fe8403022d
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/37287
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from acbcfef LISP: add support for Distinguished Name AFI in LCAFs
add 3a28970 packet-kerberos: maintain a kerberos_all_keys map
Summary of changes:
.../asn1/kerberos/packet-kerberos-template.c | 45 +++++++++++++++++++
epan/dissectors/packet-kerberos.c | 51 ++++++++++++++++++++--
2 files changed, 93 insertions(+), 3 deletions(-)