Annotation of embedaddon/libnet/doc/man/man3/libnet_802_1x_hdr.3, revision 1.1

1.1     ! misho       1: .TH "libnet_802_1x_hdr" 3 "10 Mar 2004" "libnet" \" -*- nroff -*-
        !             2: .ad l
        !             3: .nh
        !             4: .SH NAME
        !             5: libnet_802_1x_hdr \- 
        !             6: .SH SYNOPSIS
        !             7: .br
        !             8: .PP
        !             9: \fC#include <libnet-headers.h>\fP
        !            10: .PP
        !            11: .SS "Data Fields"
        !            12: 
        !            13: .in +1c
        !            14: .ti -1c
        !            15: .RI "u_int8_t \fBdot1x_version\fP"
        !            16: .br
        !            17: .ti -1c
        !            18: .RI "u_int8_t \fBdot1x_type\fP"
        !            19: .br
        !            20: .ti -1c
        !            21: .RI "u_int16_t \fBdot1x_length\fP"
        !            22: .br
        !            23: .in -1c
        !            24: .SH "Detailed Description"
        !            25: .PP 
        !            26: IEEE 802.1X EAP (Extensible Authentication Protocol) header, static header size: 4 bytes 
        !            27: .SH "Field Documentation"
        !            28: .PP 
        !            29: .SS "u_int16_t \fBlibnet_802_1x_hdr::dot1x_length\fP"
        !            30: .PP
        !            31: total frame length 
        !            32: .SS "u_int8_t \fBlibnet_802_1x_hdr::dot1x_type\fP"
        !            33: .PP
        !            34: frame type 
        !            35: .SS "u_int8_t \fBlibnet_802_1x_hdr::dot1x_version\fP"
        !            36: .PP
        !            37: protocol version 
        !            38: 
        !            39: .SH "Author"
        !            40: .PP 
        !            41: Generated automatically by Doxygen for libnet from the source code.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>