mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 374 forks source link

Change interface index while sending packets in class [NetworkInterface] #476

Open ahmedtalaat327 opened 2 years ago

ahmedtalaat327 commented 2 years ago

Say I want to choose specific interface ad then sending a packet to specific IP through this interface [acts like a gateway] using this definition is not possible:

/**