X-Git-Url: http://sjero.net/git/?p=dccp2tcp;a=blobdiff_plain;f=encap.h;h=010cac2531da54cddf152568b34d82fb69d59cef;hp=890335abcbe9d1cd9fa606c1d16c1b82b344df5b;hb=9cab89df960816a5f2946f1da3b67377d9ccf6ce;hpb=7dea4f6cd185210bd07138ceaa3a57a8ad97fb31 diff --git a/encap.h b/encap.h index 890335a..010cac2 100644 --- 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);