Line 7:
Line 7:
* crtools specific images in google protocol buffer format (PB format)
* crtools specific images in google protocol buffer format (PB format)
* crtools specific images with binary data in it
* crtools specific images with binary data in it
−
* image files in 3rd party format
+
* image files in 3rd party format (a.k.a. raw images)
== crtools-specific format description ==
== crtools-specific format description ==
Line 123:
Line 123:
DATA ::= "4K bytes blob (i.e. -- memory page)"
DATA ::= "4K bytes blob (i.e. -- memory page)"
</pre>
</pre>
+
+
== Raw images ==
+
+
These images contain data that were collected by crtools with the help of some external tools. These are
+
+
{|class="wikitable sortable"
+
|-
+
! name
+
! tool that understand this format
+
! description
+
|-
+
| ifaddr || iproute2's ip || Contains info about IP addresses on network devices
+
|-
+
| route || iproute2's ip || Contains routing tables
+
|-
+
| tmpfs || tar + gzip || Contains contents of tmpfs filesystem
+
|}