klonq
klonq

Reputation: 3587

Reading Network Traffic

I want to intercept all network traffic coming and going from a specific application on a Windows XP. How do I get started doing this?

The goal would be to reverse engineer the API used between the local software and the remote software and implement the same API in my own software package.

I can program in anything, Java is the easiest however.

Upvotes: 0

Views: 735

Answers (1)

schlamar
schlamar

Reputation: 9511

Just use Wireshark, no need of programming anything.

Upvotes: 3

Related Questions