Small re-assignment of types: Name is 01, Name Component 02, Interest 03, and Data 04.
git-svn-id: svn+ssh://dyadis.cs.arizona.edu/NDN-spec/spec-sphinx@199 c5937c81-b952-4fd9-96ba-3036b240b622
diff --git a/types.rst b/types.rst
index ad7b7d1..21ce314 100644
--- a/types.rst
+++ b/types.rst
@@ -7,17 +7,17 @@
| Type | Assigned value | Assigned value |
| | (decimal) | (hexadecimal) |
+=============================================+===================+================+
-| **Packet types** |
-+---------------------------------------------+-------------------+----------------+
-| Interest | 1 | 0x01 |
-+---------------------------------------------+-------------------+----------------+
-| Data | 2 | 0x02 |
-+---------------------------------------------+-------------------+----------------+
| **Common fields** |
+---------------------------------------------+-------------------+----------------+
-| Name | 3 | 0x03 |
+| Name | 1 | 0x01 |
+---------------------------------------------+-------------------+----------------+
-| NameComponent | 4 | 0x04 |
+| NameComponent | 2 | 0x02 |
++---------------------------------------------+-------------------+----------------+
+| **Packet types** |
++---------------------------------------------+-------------------+----------------+
+| Interest | 3 | 0x03 |
++---------------------------------------------+-------------------+----------------+
+| Data | 4 | 0x04 |
+---------------------------------------------+-------------------+----------------+
| **Interest packet** |
+---------------------------------------------+-------------------+----------------+