]> sjero.net Git - dccp2tcp/blobdiff - encap.h
Add Support for Ethernet VLAN tags
[dccp2tcp] / encap.h
diff --git a/encap.h b/encap.h
index 890335abcbe9d1cd9fa606c1d16c1b82b344df5b..010cac2531da54cddf152568b34d82fb69d59cef 100644 (file)
--- a/encap.h
+++ b/encap.h
@@ -76,6 +76,7 @@ int convert_packet(struct packet *new, const struct const_packet *old);
 
 /*Standard Encapsulation Functions*/
 int ethernet_encap(struct packet *new, const struct const_packet *old);
+int ethernet_vlan_encap(struct packet *new, const struct const_packet *old);
 int linux_cooked_encap(struct packet *new, const struct const_packet *old);
 int ipv4_encap(struct packet *new, const struct const_packet *old);
 int ipv6_encap(struct packet *new, const struct const_packet *old);