Compare commits

...

3 Commits
master ... max

3 changed files with 11 additions and 3 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# ignore build artifacts and .pyc compiled python bytecode files
build/
*.pyc

4
README.max-branch Normal file
View File

@ -0,0 +1,4 @@
Notice: The max branch of the git repo is deprecated, and will eventually be deleted.
Look in branch 'master' for the latest commits.

View File

@ -63,23 +63,24 @@ const value_string ALGIDS[] = {
{ 0x84, "AES-256-OFB" },
{ 0x85, "AES-128-ECB"},
{ 0x88, "AES-CBC"},
{ 0x89, "AES-128-OFB"},
/* Motorola proprietary - some of these have been observed over the air,
some have been taken from firmware dumps on various devices, others
have come from the TIA's FTP website while it was still public,
from document "ALGID Guide 2015-04-15.pdf", and others have been
have been worked out with a little bit of guesswork */
have been worked out with a little bit of "guesswork" ;) */
{ 0x9F, "Motorola DES-XL 56-bit key" },
{ 0xA0, "Motorola DVI-XL" },
{ 0xA1, "Motorola DVP-XL" },
{ 0xA2, "Motorola DVI-SPFL"},
{ 0xA3, "Motorola Assigned - Unknown" },
{ 0xA3, "Motorola HAYSTACK" },
{ 0xA4, "Motorola Assigned - Unknown" },
{ 0xA5, "Motorola Assigned - Unknown" },
{ 0xA6, "Motorola Assigned - Unknown" },
{ 0xA7, "Motorola Assigned - Unknown" },
{ 0xA8, "Motorola Assigned - Unknown" },
{ 0xA9, "Motorola Assigned - Unknown" },
{ 0xAA, "Motorola ADP 40 bit RC4" },
{ 0xAA, "Motorola ADP (40 bit RC4)" },
{ 0xAB, "Motorola CFX-256" },
{ 0xAC, "Motorola Assigned - Unknown" },
{ 0xAD, "Motorola Assigned - Unknown" },