class PacketGen::Header::LLC
Logical-Link Control header
A LLC
header consists of:
-
a {#dsap} ({Types::Int8}),
-
a {#ssap} ({Types::Int8}),
-
a {#control} ({Types::Int8}),
-
and a {#body} (a {Types::String} or another {Base} class).
@author Sylvain Daubert @since 1.4.0