Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

No Frames Captured Due to Disk Quota

In certain instances, you start a capture and no frames are captured. Or perhaps the UI suddenly stops displaying new frames. The display doesn't indicate any dropped frames and you've already verified that your selected adapter is the one that should
Posted by PaulELong | 0 Comments

When You Can't Save Frames From the UI

You might have run into an occasion when doing a capture from the UI that you are unable to save your capture. You might receive a message like "Not enough storage is available to process this command". The UI tends eat up a lot of resources
Posted by PaulELong | 0 Comments

Adapters Are Missing After Upgrading to Windows 7

If you have just upgraded to Windows 7, you might notice that you no longer see any adapters listed in your Select Networks selection. There is a very simple way to fix this problem. First run CMD as administrator. If you have not done this before, you
Posted by PaulELong | 0 Comments

Reassembling Packets with the Network Monitor API

Network traffic by nature is fragmented. Limits of various network packet sizes force protocols to chop up data into multiple frames. When you capture data or read it from a trace with the API (NMAPI) you see only the fragments by default. But as the
Posted by PaulELong | 0 Comments
Filed under:

Network Monitor Videos on Channel 9

We posted some videos to Channel 9   in the last 6 months or so, and I wanted to let everybody know about them. We have one set of video's that provide some insight into the Network Monitor API and process of creating experts. This series provides
Posted by PaulELong | 0 Comments

Using NMAPI to Access TCP Payload

The TCP Payload often carries data that you want to access directly using the Network Monitor API. Below I will detail how to do this using a simple C++ example and the NMAPI. Why Not add a TCP.Payload Field? The TCP Payload can carry all types of payloads
Posted by PaulELong | 0 Comments

SMB Opportunistic Locking Behavior

Behold the mysterious world of OpLocks (Opportunistic Locking). Often OpLocks will be disabled by a user or system administrator in order to help address a performance problem. And this practice might not always be the best course of action. Understanding
Posted by PaulELong | 0 Comments

Delayed Write Failure Trace Study

In this "Trace Study”, we'll look at a case where the customer is seeing delayed write failures logged in the event log. Delayed write failures are reported when a file being written over the network is inaccessible for a time. Based on a trace taken
Posted by PaulELong | 0 Comments

Chained Captures and Stitching Them Back Together

When you use NMCap to capture data you have an option to save the capture files as a chain. As the current capture file format has a limited size, this option allows you to continually capture the data in successive files. This also gives you some flexibility
Posted by PaulELong | 0 Comments

I Can't View My Windows Home Server at Home

I have a friend who just received his Windows Home Server. Home Server allows you to access it remotely so you can share photos, Remote Desktop and backup documents. The provided documentation includes details on how to setup your router, open ports,
Posted by PaulELong | 1 Comments

SMB Data Fields and Properties

property.SMBFileID - The File ID for any kind of SMB request property.SMBFileID==0x4000
Posted by PaulELong | 0 Comments

TCP Data Fields and Properties

TCP.Port - Filters on the Source or Destination port. Used to find traffic based on port which is often associated with an application. TCP.Port==80 // filters on the default port for HTTP traffi. Property.TCPRetransmit - A property that is set when a
Posted by PaulELong | 0 Comments

TCP Analyzer Expert: Make Your Network Run Faster

Performance problems suck...time! But years of "Where's Waldo" has trained our brains in preparation for this moment. The TCP Analyzer expert, available from our Experts Download Page[ http://go.microsoft.com/fwlink/?LinkID=133950] takes advantage
Posted by PaulELong | 0 Comments

Network Monitor Fields and Properties

Collected here are a list of the most common data fields and properties. They are categorized by protocol. This list is helpful for getting an idea of the most common data fields and properties with descriptions of what they do. The list will continue
Posted by PaulELong | 0 Comments
Filed under: ,

Circling In Shark Waters

Last week I attended Sharkfest 09 at Stanford CA and I had a wonderful time. It was great to talk to other network geeks like me to better understand this community and see how various tools can be used to illuminate the cloaked world that is your network.
Posted by PaulELong | 0 Comments
More Posts Next page »
 
Page view tracker