Hello dear guys,
I want to write a Lua script for Tshark to export http data (as like as jpeg, 
html and…).
I write this:
 
Do
                local listener=Listener.new("http")   
                function listener.packet(http_eo,eo_info,payload_data)
                  do
                                                while data<=2400
                                                  do
                                                                
print(data,payload_data:range(data))
                                                                data=data+24
                                                  end
end
end
 
But it only gives me Tcp segment data.
Any help will be accept happily
P.S.: I check all of check boxes in preferences in http protocol
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to