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

capturing adodb traffic to external website

0

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's gravatar image

Pcapper
6113
accept rate: 0%

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?

(12 Oct '16, 22:08) Jaap ♦