util: Add a utility script for decoding packet traces
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 26 Mar 2013 18:49:58 +0000 (14:49 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 26 Mar 2013 18:49:58 +0000 (14:49 -0400)
commit2018f61c262cce75923721a9bbd1393162bba1fd
treea1e25e2597275dfd1d8ebdb6cb1379de449b6b97
parent7885a1646d4c4e3a15e9a054ae3451db8043bfe5
util: Add a utility script for decoding packet traces

This patch adds a simple Python script that reads the protobuf-encoded
packet traces (not gzipped), and prints them to an ASCII trace file.

The script can also be used as a template for other packet output
formats.
util/decode_packet_trace.py [new file with mode: 0755]