DhavalKapil / icmptunnel

Transparently tunnel your IP traffic through ICMP echo and reply packets.
https://dhavalkapil.com/icmptunnel/
3.06k stars 342 forks source link

Resolve issue #3, reorganize directory structure, build with CMake, adds Doxygen comments and generation via CMake. #4

Closed madratman closed 8 years ago

madratman commented 8 years ago

Self explanatory title. I won't be surprised if I have messed the strncpy part though. Not much experience with C. I don't mind squashing commits and fixing things if you find any errors.

Reorganized files in include and src, and used a CMakeLists.txt because it is more intuitive to write. And the binaries and the doc being generated in build is a good thing

edit: Alright, the Travis build just failed. :\ edit: Maybe, the cmake version is too high. edit: oh I need to change the script. And I'll remove the orig_Makefile.

DhavalKapil commented 8 years ago

I'll have a look at your code. Might take some time. College exams starting tomorrow :P

DhavalKapil commented 8 years ago

@madratman I've been thinking for a while about adding cmake. I've finally decided not to go for it. I want to keep 'icmptunnel' simple.

rofl0r commented 8 years ago

thanks for not using cmake <3