This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Lua Script HTTP_EO TAP Save Data to Files

0

Hi, I am new bee to Lua scripting. I am trying to use http_eo tap to download all files extracted from http to a folder. Following is what I tried and I have no idea how to move further.

tap_http_eo = Listener.new("http_eo") function tap_http_eo.packet(pinfo,tvb) local text = "packet " .. pinfo.number -- debug("packet " .. pinfo.number, tvb)

end

Kindly help me and give me pointers, how can I use tvb to save files in folder.

asked 13 Feb '15, 09:22

MZR's gravatar image

MZR
1111
accept rate: 0%