aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tpm20.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-0/+2
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-26Normalize some dissector includesJoão Valverde1-1/+1
2021-02-02Address more non-static, non-shared symbols.Martin Mathieson1-1/+1
2020-07-24TPM20: Add support for new commandsTadeusz Struk1-0/+24
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-05-01TPM20: fully initialize tpm_entry structurePascal Quantin1-0/+2
2018-04-26tpm20: Add TPM2.0 dissectorTadeusz Struk1-0/+1377