Tagged Questions
The netmon tag has no wiki summary.
4
votes
4answers
4k views
Difference between SSL and Kerberos authentication?
I am trying to understand what's the actual difference between SSL and Kerberos authentications, and why sometimes I have both SSL traffic and Kerberos.
Or does Kerberos use SSL in any way?
Anyone ...
1
vote
2answers
925 views
Packet capture API - Wireshark or Microsoft Network Monitor?
I am wanting to write a C# service which runs on my server and monitors network traffic and writes it to a database for analysis. I have used Wireshark, but I think that Microsoft Network Monitor may ...
0
votes
0answers
14 views
How to create a bandwidth visualization from netmon
I have a netmon packet capture file, and I would like to pick a specific UDP connection from a specific process and have it generation a bandwidth graph similar to the output of RRD or cricket. Is ...
0
votes
0answers
76 views
How to create a netmon npl parser for a request/response protocol that is on top of TCP?
Creating a parser (npl) is easy enough, create an NPL and register it like so:
[ RegisterAfter (TCPPayload.Smtp, XYZ, 1234) ]
Protocol XYZ
{
UINT32 Length;
UINT32 PacketID;
UINT8 ...
0
votes
3answers
767 views
How to find out the HTTP header length of a packet?
I know how to do it manually (by looking at the hex dump). How can I obtain the same automatically? Do I have to use the APIs? I have both wireshark and Microsoft network monitor.
0
votes
1answer
324 views
Monitoring SQL Server Bandwidth
I think I can use NetMon to monitor traffic (b,kb,mb, gb) of my db (to/from) , however I dont know how to get a summary and breakdown of the traffic size.
Has anyone used Netmon for this and can ...