Peter Wu
changed
bug 12404
Comment # 5
on bug 12404
from Peter Wu
Konrads, can you verify the types that you are passing?
f.f_foo_msg = ProtoField.bytes("foo.bar","FOO message")
print(type(f.f_foo_msg))
print(type(buf(offset,msglen)))
print(type(buf(offset,msglen)))
print(type(payload_apdu))
foo_wrapper =
subtree:add(f.f_foo_msg,buf(offset,msglen),buf(offset,msglen),"FOO message: "
.. payload_apdu .. "(" .. msglen .. ")")
When you strip "f", you are getting "(null)" in the tree because "f_foo_msg" is
not a global variable.
You are receiving this mail because:
- You are watching all bug changes.