From c26c806fcebcf8171f0d7b65c0cf00c98b86f368 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Wed, 11 Nov 2009 11:24:41 -0200 Subject: 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. --- tapset/networking.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapset/networking.stp') 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. * */ -- cgit