C++ library for TCP/IP
Does anyone know of a C++ library that includes classes to
represent/manipulate IP datagrams, IP fragments, UDP datagrams, and TCP
segments? I'm not looking for a socket class library. I am capturing IP
packets using a sniffer and I need to analyze these packets from within a
C++ program.
I did a quick search in Boost but did not find anything relevant.
|