summaryrefslogtreecommitdiffstats
path: root/src/dmidump.c
Commit message (Collapse)AuthorAgeFilesLines
* Port dmidump to use the new log APIDavid Sommerseth2010-01-081-4/+4
| | | | | | This port will not create a new log buffer (Log_t), but log_append() will print errors to stderr in this case, as the log buffer pointer is NULL.
* Moved write_dump() over to dmidump.c, as this is the only user of this functionDavid Sommerseth2010-01-081-0/+38
|
* Added dmidump utilityDavid Sommerseth2009-06-181-0/+13
| | | | | | | | | This is a simple utility which dumps DMI/SMBIOS data straight to a file, written i C and should not depend on anything extra. Useful to get DMI/SMBIOS data without installing python and/or python-dmidecode. The data dump can be parsed by python-dmidecode later on on a different box.
* Splitted out SMBIOS/DMI dump functions from dmidecode.c to separate filesDavid Sommerseth2009-06-181-0/+155