blob: abe06fce7a739bbb95a4a393af14fb2b41b24ae8 [file] [log] [blame]
Rich Lane9a3f1fd2013-05-10 16:29:17 -07001-- binary
201 02 # version / type
300 0b # length
412 34 56 78 # xid
561 62 01 # data
6-- python
7ofp.message.echo_request(xid=0x12345678, data="ab\x01")
8-- python pretty-printer
9echo_request { xid = 0x12345678, data = 'ab\x01' }