Improve tcpdump legibility.

This commit is contained in:
Michael Brown
2006-06-01 19:23:52 +00:00
parent 6ab4b99f41
commit d78581297b
2 changed files with 3 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ struct aoehdr {
#define AOE_CMD_ATA 0x00 /**< Issue ATA command */
#define AOE_CMD_CONFIG 0x01 /**< Query Config Information */
#define AOE_TAG_MAGIC 0xebeb0000
#define AOE_ERR_BAD_COMMAND 1 /**< Unrecognised command code */
#define AOE_ERR_BAD_PARAMETER 2 /**< Bad argument parameter */
#define AOE_ERR_UNAVAILABLE 3 /**< Device unavailable */