I am attempting to capture traffic from an VB macro that downloads a file from an external website. I am using XMLHTTP object and GET then creating an ADODB.Stream to download the file. I cannot see this traffic in wireshark but can see http and SSH traffic (from putty and chrome) and the only filter is on the internet IP address. All protocols are on. Anyone know how I can capture this traffic? Thanks asked 12 Oct '16, 08:34 Pcapper edited 12 Oct '16, 08:35 |
You say you download a file from an external website. I assume you have some URL for that, consisting of a hostname and path. Then you say you filter on internet IP address. I would assume the URL resolves or is redirected to another IP address then what you filter for?