utoni / nDPId

Tiny nDPI based deep packet inspection daemons / toolkit.
GNU General Public License v3.0
67 stars 15 forks source link

Cannot decapsulate GRE tunnels. #53

Open systemxcom opened 3 days ago

systemxcom commented 3 days ago

Is there a flag in nDPId to enable tunnels, like GRE, to be decapsulated? Or have we missed this in the documentation.

utoni commented 3 days ago

Nope, GRE tunnel dissection is currently not supported. But I'll add this feature ASAP.

systemxcom commented 3 days ago

Thank you for a great capability.

utoni commented 38 minutes ago

Hey @systemxcom, please try PR #55 and give me some feedback. I won't merge it now, because some additional tests (as PCAP files) are needed. Those will most likely get merged in upstream nDPI as the code is pretty similar related to GRE decoding.