| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /usr/share/systemtap/examples/network/ |
| Current File : //usr/share/systemtap/examples/network/packet_contents.meta |
title: Network packet contents name: packet_contents.stp keywords: network traffic subsystem: network description: The packet_contents.stp script displays the length of each network packet and its contents in both hexadecimal and ASCII. Systemtap strings are MAXSTRINGLEN in length by default which may not be enough for larger packets. In order to print larger packets, this limit can be increased by passing in the "-DMAXSTRINGLEN=65536" command line option. test_check: stap -p4 packet_contents.stp test_installcheck: stap packet_contents.stp -T 1