Feb 2009 -- Due to time pressures, the ongoing development of 'rope' has been suspended temporarily.

ROPE Language Reference - "$tcp_source".

The number of the TCP/IP port from which the packet is being sent. The value is only defined for TCP/IP packets, and is zero otherwise.

Example:

$tcp_source println

Typically prints "80" for an HTTP reply packet.

This field is only relevant for TCP/IP packets, and will contain the value 0 for others types.

See Also