Hi, I have a network application which works offline too using lookback IP (127.0.0.1). I can log all that app's packets using Ethereal (a network protocol analyzer, based on WinPcap), but I only can log packets online (send/received from a remote IP).
So I need a program that can log loopback packets (without being online, using IP 127.0.0.1). Do you know a program for that?
|