Wireshark-bugs: [Wireshark-bugs] [Bug 10801] wireshark lua engine, tap packet with h264 filter,

Date: Sun, 21 Dec 2014 18:07:59 +0000

Comment # 2 on bug 10801 from
(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.