1

Are there any methods to log incoming packets other than wincap?

user963241
  • 6,758
  • 19
  • 65
  • 93

1 Answers1

2

Netmon is a free download.

Network Monitor 3.4 is a protocol analyzer. It allows you to capture network traffic, view and analyze it.

Steve Townsend
  • 53,498
  • 9
  • 91
  • 140
  • Actually, I'm looking for the implementation of code using packet capturing methods. – user963241 Dec 14 '10 at 12:21
  • Try Windows Filtering Platform http://msdn.microsoft.com/en-us/library/aa366510(v=vs.85).aspx. If you want already-written code, I don't know. – Steve Townsend Dec 14 '10 at 12:27
  • Unfortunately I'm still on XP, WFP seems to support Vista & above. if nothing else then wcap would do. – user963241 Dec 14 '10 at 12:46
  • There is a more basic packet filtering API (with limited logging built in) on Windows XP - http://msdn.microsoft.com/en-us/library/aa376646.aspx – Steve Townsend Dec 14 '10 at 15:32