Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Similar question with a potential work around at the end.
Could you back into it via ETHERTYPE_PPPOED and ETHERTYPE_PPPOES ?
dissector_handle_t pppoes_handle = create_dissector_handle(dissect_pppoes, proto_pppoes); dissector_add_uint("ethertype", ETHERTYPE_PPPOES, pppoes_handle);

Similar question with a potential work around at the end.
Could you back into it via ETHERTYPE_PPPOED and ETHERTYPE_PPPOES ?

         dissector_handle_t pppoes_handle  =
              create_dissector_handle(dissect_pppoes, proto_pppoes);
          dissector_add_uint("ethertype", ETHERTYPE_PPPOES, pppoes_handle);

pppoes_handle);