How do I create RAW TCP/IP packets in C++?

后端 未结 11 1431
有刺的猬
有刺的猬 2020-12-24 06:59

I\'m a beginning C++ programmer / network admin, but I figure I can learn how to do this if someone points me in the right direction. Most of the tutorials are demonstrated

11条回答
  •  余生分开走
    2020-12-24 08:02

    I've been developing libtins for the past year. It's a high level C++ packet crafting and sniffing library.

    Unless you want to reinvent the wheel and implement every protocol's internals, I'd recommend you to use some higher level library which already does that for you.

提交回复
热议问题