Hello, 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:
ether = ethernet() ether.type=ethernet._llc ether.dst = EthAddr("11:11:11:11:11:11") ether.src = EthAddr("68:05:CA:04:D9:BE") ether.set_payload = "Hello" Thanks very much. Weiyang