pub fn insert_tag(frame: &[u8], tag: VlanTag) -> Vec<u8>
Insert an 802.1Q tag into an Ethernet frame after the source MAC address.
Returns a new frame with the 4-byte tag inserted at offset 12.