networking - Monitoring multiple ports in tcpdump -


I'm trying to find a way to read several ports using tcpdump. Understand that I have two ports, P1 and P2, and I want to simultaneously read the traffic through both the ports. Is there any way to use TCPDump or do I have to use any other device?

Actually I am running a proxy server running on some ports. I want to read the traffic going through Port 80 along with the increasing traffic through port 80 (HTP).

tcpdump port 80 or port 3128


Comments

Popular posts from this blog

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net - getting a value of selected radiobutton in LoadViewState -