-
Pcap with Qt
Hi,
I have limited experience with qt. I can't seem to include Pcap file in Qt. I am trying to send packets to an FPGA without ports, only using mac addresses.(can't seem to that also).
Any help with including Pcap library will be appreciated. I am using windows and have winpcap already installed.
Thank you
-
Re: Pcap with Qt
Hi,
I used pcap in a Qt application.
I created a QThread that use pcap to sniff network traffic. Each time a packet arrives, the thread store data and emit a signal connected to the GUI.