summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index cb2b10d3..29ca3c7d 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -317,6 +317,14 @@ keywords: network tcp socket
originator of the request.
+network/tcp_trace.stp - Tcp connection tracing utility.
+keywords: network trace
+
+ This scripts traces a given tcp connection based on the filter
+ parameters given by the user. The indexing is done by the 4 tuples
+ local address, remote address, local port, remote port.
+
+
network/tcpdumplike.stp - Dump of Received TCP Packets
keywords: network traffic