Correct AES-GCM to indicate it is not 100% confirmed as correct

This commit is contained in:
Matt Ames 2018-08-25 14:39:06 +10:00
parent 37a9dbdce1
commit 933cb72121
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ const value_string ALGIDS[] = {
{ 0xAC, "Motorola Assigned - Unknown" },
{ 0xAD, "Motorola Assigned - Unknown" },
{ 0xAE, "Motorola Assigned - Unknown" },
{ 0xAF, "Motorola AES-256-GCM" },
{ 0xAF, "Motorola AES-256-GCM (possibly)" },
{ 0xB0, "Motorola DVP"},
};
const size_t ALGIDS_SZ = sizeof(ALGIDS) / sizeof(ALGIDS[0]);