Networking Forums

Networking Forums > Computer Networking > Windows Networking > NETMON 3.2 Capture HTTP and SQL Server Traffic

Reply
Thread Tools Display Modes

NETMON 3.2 Capture HTTP and SQL Server Traffic

 
 
Paul Landry
Guest
Posts: n/a

 
      01-07-2009, 03:30 AM
Hi All,
I'm trying to capture http and sql traffic to/from an app server.
I'm running Netmon 3.2 on the app server.
http traffic is between a client and the app server.
sql traffic is between the app server and the ms sql server.

I've set up a filter to only capture traffic from the three systems and just
http and sql server traffic.
However, the only traffic being captured is the http traffic between the
client and app server.

Can someone review the filter below, and tell me where I'm going wrong?

TIA,

Paul

(( IPv4.Address == 192.168.100.177 AND IPv4.Address == 192.168.100.157)
OR (IPv4.Address == 192.168.100.177 AND IPv4.Address == 192.168.100.173))
AND
( Tcp.SrcPort == 80 or Tcp.SrcPort == 1433 )

I've also tried just ( Tcp.SrcPort == 80 or Tcp.SrcPort == 1433 ), leaving
out the Address filtering, and still only the http traffic is being picked
up.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tunneling server for http and https traffic magnus.moraberg@gmail.com Linux Networking 3 05-22-2009 04:04 PM
Netmon: How to capture traffic from a single app? douglasl Windows Networking 1 10-24-2008 08:58 AM
capture traffic and save it RicK_Murphy Linux Networking 6 09-06-2008 08:51 AM
Netmon, Statistics, Traffic, Analisys, Performance Flavio Borup Windows Networking 0 08-23-2004 02:44 PM
at IIS: NetMon don't capture packets Hernán Castelo Windows Networking 1 06-14-2004 06:37 PM



1 2 3 4 5 6 7 8 9 10 11