mit-ll / dlep-wireshark-dissector

Wireshark dissector for the Dynamic Link Exchange Protocol
MIT License
1 stars 3 forks source link

unable to build the wireshark dissector plugin for DLEP #1

Open nagarjung opened 5 years ago

nagarjung commented 5 years ago

Hi,

I tried to build the wireshark dissector plugin to read the DLEP packets. I could not find the dlep directory inside plugins folder while executing the command make -C plugins/dlep.

I could not able to generate the dlep.so library. Am I missing something ? Any help would be greatly appriciated.

davidpwiggins commented 5 years ago

You must copy the dlep wireshark dissector source into the wireshark source tree to build it. In the Installation section of the README, this is handled by the tar command, which untars it into the right place. If you just clone this repository, you can "cp -r" it into place.