1123a1124,1131 > /* support for PPPoE encapsulation added by Yann Samama (ysamama@nortelnetworks.com)*/ > #ifndef ETHERTYPE_PPPOE_SESSION > #define ETHERTYPE_PPPOE_SESSION 0x8864 > #endif /* PPPoE ether type */ > #ifndef PPPOE_SIZE > #define PPPOE_SIZE 22 > #endif /* PPPOE header size */ >