When using Lua to pull out HTTP requests I can use the predefined fields
such as http.request.uri. However, some of the time there are multiple
requests in a single packet according to the wireshark GUI (I presume http
pipelining). I can get to the first request but how do I get to the second
request? Also, how would I know from lua how many requests there are? I was
hoping there was some index I could use like http.2.request.uri but doesn't
look like that's the case. Any ideas?

Many thanks,

Mark
_______________________________________________
Wireshark-users mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to