ping_catcher is a simple program wich will listen for ICMP messages on your computer
To run it you'll need cargo, the rust package manager. Then :
$ git clone [email protected]:leonard-IMBERT/ping_catcher.git
$ cd ping_catcher/
$ sudo cargo run
Thanks to teisenbe/rust-traceroute for his code wich help me a lot and thanks to Geal/nom for help me parsing ICMP message.