nsacyber/paccor

Newer dmidecode output format doesn't wrap Strings with quotes

Closed this issue · 0 comments

Somewhere between dmidecode v3.2r5.el7_9.1 and v3.2r10.el8. See Examples below.

smbios.sh parses this output and relied on the quotes to find the String values. This script will need to be updated.

Example from v3.2r5.el7_9.1

Handle 0x0001, DMI type 1, 27 bytes
        Header and Data:
                <not changed>
        Strings:
                57 69 74 68 20 71 75 6f 74 65 73 00
                "With quotes"

Example from v3.2r10.el8

Handle 0x0002, DMI type 1, 27 bytes
        Header and Data:
                <not changed>
        Strings:
                57 69 74 68 6f 75 74 20 71 75 6f 74 65 73 00
                Without quotes