summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreno Leitao <leitao@linux.vnet.ibm.com>2009-11-11 11:24:41 -0200
committerBreno Leitao <leitao@linux.vnet.ibm.com>2009-11-11 11:24:41 -0200
commitc26c806fcebcf8171f0d7b65c0cf00c98b86f368 (patch)
treeabe4cb095f7c90e9cfb96f62e8e9027b9c4158bd
parentaf234c407dbab3e62994863272a63b612b0c8c63 (diff)
downloadsystemtap-steved-c26c806fcebcf8171f0d7b65c0cf00c98b86f368.tar.gz
systemtap-steved-c26c806fcebcf8171f0d7b65c0cf00c98b86f368.tar.xz
systemtap-steved-c26c806fcebcf8171f0d7b65c0cf00c98b86f368.zip
A very simple patch that fix the networking tapset documentation.
It references the file include/linux/if_ether.h as the one that contains the protocol numbers and types.
-rw-r--r--tapset/networking.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/networking.stp b/tapset/networking.stp
index 4732a72d..e9ea35dc 100644
--- a/tapset/networking.stp
+++ b/tapset/networking.stp
@@ -71,7 +71,7 @@ probe netdev.receive
* probe netdev.transmit - Network device transmitting buffer
* @dev_name: The name of the device. e.g: eth0, ath1.
* @length: The length of the transmit buffer.
- * @protocol: The protocol of this packet.
+ * @protocol: The protocol of this packet(defined in include/linux/if_ether.h).
* @truesize: The size of the data to be transmitted.
*
*/