The DCSW-1005(10/100Base-T) Ethernet switch/TAP can be used as a network TAP (as well as Ethernet switch), in which a copy of outgoing and incoming packets associated with Port 1 (Target port) are forwarded to Port 5 (Monitor port).
The Packet_analyser
sniffs the packets between the TCP_server
and the TCP_client
using port_mirroring enabled DCSW-1005(10/100Base-T) Ethernet switch/TAP as shown in the figure.
That means the Packet_analyser
doesn't have to send any TCP hand-shake siglals (which will be taken care by actual TCP_client
) but still receiving all TCP packets involved between the TCP_server
and the TCP_client
, hence I cut the TX+ and TX- wires of the cable C3 (cat-6 Ethernet cable, which will carry data from Packet_analyser
towards Port 5 of the switch) thinking it will make the cable unidirectional, but it is not working.
So how can I receive the packets with TX+ and TX- wires from Packet_analyser
are open (cut).