From 702e134f09d95cd486bff85f2ae749569ba7befb Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Fri, 6 Mar 2009 14:44:33 -0800 Subject: 802.1Q and 802.1X header documentation was incorrectly using /** /** is reserved for doxygen documentation comments, and they didn't have any. That those packet headers, and no others, were marked that way was causing man pages to be generated for them, incomplete man pages that then were being hacked by debian patches 02- and 03-. --- libnet/include/libnet/libnet-headers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnet/include/libnet/libnet-headers.h b/libnet/include/libnet/libnet-headers.h index 2d44e08..fa114bf 100644 --- a/libnet/include/libnet/libnet-headers.h +++ b/libnet/include/libnet/libnet-headers.h @@ -106,7 +106,7 @@ #define LIBNET_UDP_H 0x08 /**< UDP header: 8 bytes */ #define LIBNET_VRRP_H 0x08 /**< VRRP header: 8 bytes */ -/** +/* * IEEE 802.1Q (Virtual Local Area Network) VLAN header, static header * size: 18 bytes */ @@ -122,7 +122,7 @@ struct libnet_802_1q_hdr u_int16_t vlan_len; /**< length or type (802.3 / Eth 2) */ }; -/** +/* * IEEE 802.1X EAP (Extensible Authentication Protocol) header, static header * size: 4 bytes */ -- cgit v1.2.1