Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
53192c6f5e9f1388d1334dda75a2eb0b3fc87014
/
.
/
test_data
/
of10
/
hello.data
blob: d29dff9569cb6ddf96a5bdabddc50200f32f8e40 [
file
] [
log
] [
blame
]
--
binary
01
00
# version / type
00
08
# length
12
34
56
78
# xid
--
python
ofp
.
message
.
hello
(
xid
=
0x12345678
)
--
c
obj
=
of_hello_new
(
OF_VERSION_1_0
);
of_hello_xid_set
(
obj
,
305419896
);
--
java
builder
.
setXid
(
0x12345678
)