Get IPV4 tags in socket
Unsolved
Mobile and Embedded
-
Hi
I sent Udpacket with FPGA and in My Pc I want to open Socket and just give IPV4 tags . (in the other hand i want give Ethernet tags ).
I saw in Qt just Qudpsocket and TcpSocket that just split data from Frame and give sender Port and Sender IP.
How can I access to all tags of Frame in Qt with Socket implementation?(Ethernet Frame Parsing in qt) -
Hi,
You seem to want to go lower level. I might be mistaking but the libpcap project might be more in line with what you want to do.