Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack.

learn more… | top users | synonyms

0
votes
1answer
544 views

capturing incoming messages in facebook chat

I wrote a c# program which finds facebook messages in a pcap file. But now its not working. My program looks for "application/json" and "\"msg\":{\"text\"" strings in ipv4 packets. But ...