<div dir="ltr">Hello,<div><br></div><div>Would anyone guide me how to construct an LLC packet? I saw it is different form IPV4 and VLAN. I tried the following but get errors:</div><div><br></div><div><div>ether = ethernet()</div>
<div style>ether.type=ethernet._llc</div><div>ether.dst = EthAddr("11:11:11:11:11:11")</div><div>ether.src = EthAddr("68:05:CA:04:D9:BE")</div><div>ether.set_payload = "Hello"</div></div><div>
<br></div><div style>Thanks very much.</div><div style><br></div><div style>Weiyang</div><div><br></div></div>