802.1q VLAN support from Jacek Konieczny <jajcus@bnet.pl>

This commit is contained in:
pdw
2005-03-31 12:08:05 +00:00
parent 42e3e8e43a
commit 65726d562a
2 changed files with 20 additions and 4 deletions

View File

@@ -14,4 +14,9 @@ struct ether_header {
u_int16_t ether_type;
};
struct vlan_8021q_header {
u_int16_t priority_cfi_vid;
u_int16_t ether_type;
};
#endif