Hello dear guys,
I want to write a Lua script for Tshark to export http data.
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.P.S.: I check all of check boxes in 
preferences in http protocol
_________________________________________________________________
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to