Comment # 2
on bug 10801
from Hadriel Kaplan
(In reply to zyymcu from comment #0)
> twappend("========>id:" .. tostring(pinfo.number) .. "what:" ..
> h264:get_index(0));
>
> ===========================
>
> h264:get_index(0) method's return is wrong。where it should be nal unit
> header。
>
> hope fix quickly。thanks。
I'm not sure what you mean by: "should be nal unit header"?
The return value of a ByteArray:get_index() method is a Lua number - the number
value representing the byte's value at the given index.
What exact error message does Wireshark give you when you run your Lua plugin?
You are receiving this mail because:
- You are watching all bug changes.