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);
2 | No.2 Revision |
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 =