diff --git a/README b/README index b4fb7c0..b86632c 100644 --- a/README +++ b/README @@ -178,7 +178,7 @@ Example: An attribute with an ID of 20 contains time_t data and may occur 0 or TIP can also serialize generic data structures. These parcels have no particular meaning in and of themselves, and exist only as containers. -6.1 - List +6.1 - List (0x1A15) This parcel merely contains a list of attributes, similar to an array. The "list length" field describes the number of elements, not the number of bytes. @@ -186,7 +186,7 @@ This parcel merely contains a list of attributes, similar to an array. The "lis | list length | + | attr type | attr length | attr content | ... +---------------+ +-----------+---------------+------------------+ -6.2 - Hash Map +6.2 - Hash Map (0x1AA5) This parcel contains a hash map that associates attribute keys to attribute values. The "hash length" describes the number of contained key/value pairs.