Questions tagged [netmon]

Netmon is a free network packet analyzer by Microsoft.

Netmon is a free network packet analyzer by Microsoft. One of it’s special features is the ability, to assign the network traffic to the process which caused it.

3 questions
1
vote
1 answer

how do I reset netmon using powershell?

Im using powershell, as Administrator in windows8.1. I give the command Restart-Service netmon but it fails with no service found. ok, how do I restart netmon then?
j0h
  • 1,570
0
votes
2 answers

Process Monitor (procmon) does not show some UDP / TCP network activity events, shown in Network Monitor

I observe sometimes a difference between Process Monitor and Network Monitor. Process Monitor does not show some UDP / TCP network events. Here is an example: net use * \\test12345.domain.local\test shows in Netmon as: shows in Process…
marsh-wiggle
  • 3,134
0
votes
1 answer

Capturing management frames using Windows Network Monitor

I am trying to capture network traffic - specifically management frames (and from these, particularly beacon frames) in Windows. My wireless NIC is Intel Wifi AX201 160mhz, which seems to support monitor mode. Having spent hours browsing through…