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

Date: Mon, 22 Dec 2014 04:52:58 +0000

Comment # 6 on bug 10801 from
Can you attach the capture file itself?  That way I could try it.

Also, you might want to check what the whole ByteArray's contents actually are,
for example by doing this:

  twappend("========>id:" .. tostring(pinfo.number) .. " what:" ..
tostring(h264));

or

  twappend("========>id:" .. tostring(pinfo.number) .. " what:" ..
h264:tohex());


You are receiving this mail because:
  • You are watching all bug changes.