Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Getting TCP Reassembled data in post dissector LUA

I wan to dissect some already dissected data but problem is that during TCP reassembled happened , tvb of post dissector is getting pointer / user data for frame but I want the pointer / user data for TCP data

function myp.dissector(buf, pinfo, root)

...

register_postdissector(myp)