Rich Lane | 9a3f1fd | 2013-05-10 16:29:17 -0700 | [diff] [blame^] | 1 | -- binary |
2 | 01 02 # version / type | ||||
3 | 00 0b # length | ||||
4 | 12 34 56 78 # xid | ||||
5 | 61 62 01 # data | ||||
6 | -- python | ||||
7 | ofp.message.echo_request(xid=0x12345678, data="ab\x01") | ||||
8 | -- python pretty-printer | ||||
9 | echo_request { xid = 0x12345678, data = 'ab\x01' } |