PDA

View Full Version : Pcap with Qt



singh08
10th July 2009, 03:16
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

mcosta
10th July 2009, 14:47
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.