blob: abe06fce7a739bbb95a4a393af14fb2b41b24ae8 [file] [log] [blame]
-- binary
01 02 # version / type
00 0b # length
12 34 56 78 # xid
61 62 01 # data
-- python
ofp.message.echo_request(xid=0x12345678, data="ab\x01")
-- python pretty-printer
echo_request { xid = 0x12345678, data = 'ab\x01' }