Use Excel as a network packet sniffer?

K

KR

I'm way out of my league, but looking to learn.

My PC communicates with an internet server, generating network traffic from
the server to my PC that drives a graphical (game) interface that I can't
copy relevant data from (I'm interested in tags that describe the graphics
objects).

Since I can't grab my data from within the program itself, and it is labor
intensive to copy it all out one element at a time by hand (switching
between programs to do so), I was thinking I could grab the network packets
in Excel, then parse to get the actual elements I need.

Can anyone point me to resources that would provide information on how to do
this? I can't use Excel to control the data, so I'd just have Excel open in
the background, grabbing packets that contain data that meets certain
criteria, and pop it into cells.

Essentially, trying to create an inventory of what each of my characters
has, without hand-transcribing literally thousands of tags.

Thanks!
KR
 
R

RB Smissaert

Why not try one of the free packet sniffers, export the data to text, import
into Excel and take it from there?

RBS
 
K

KR

I've done a lot in Excel, but nothing network related- I didn't even know
there were free sniffers out there. I'll do a search and see what I can come
up with.
:)
Thanks,
Keith
 
R

RB Smissaert

If you want you can run it with parameters, so you could code it all from
VBA if you wanted.

RBS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top