Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-30 | util: Auto generate the packet proto definitions | Andreas Hansson | |
This patch simplifies the usage of the packet trace encoder/decoder by attempting to automatically generating the packet proto definitions in case they cannot be found. | |||
2013-03-26 | util: Add a utility script for decoding packet traces | Andreas Hansson | |
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. |