ValentinBELYN / icmplib

Easily forge ICMP packets and make your own ping and traceroute.
GNU Lesser General Public License v3.0
267 stars 45 forks source link

ICMP server mode support #4

Closed occoder closed 4 years ago

occoder commented 4 years ago

Thanks for bringing up such a sleek library. This icmplib seems to only support ICMP client mode where the ping is initiated. It would be better if it could support the ICMP server mode as well. Cheers.

ValentinBELYN commented 4 years ago

Thanks for the compliment. It is nice to think that the work I do is useful ❤️

To answer your question, yes, icmplib focuses on the client aspect. All network devices are able to reply natively to ICMP requests. That is why icmplib does not include a server mode. Besides, I don't even know if it is possible.

I keep the idea in mind, maybe in a separate extension 😄