pcap.net
Using pcapdotnet to send raw ethernet packet
I am using pcapdotnet and would like to send a raw ethernet packet. I am working with the sample found here: http://pcapdotnet.codeplex.com/wikipage?title=Pcap.Net%20Tutorial%20-%20Sending%20Packets[详细]
2023-04-11 09:19 分类:问答Casting a byte array to a managed structure
Update: Answers to this question helped me code the open sourced project AlicanC\'s Modern Warfare 2 Tool on GitHub. You can see how I am reading these packets in MW2Packets.cs and the extensions I\'v[详细]
2023-03-12 21:43 分类:问答.net packet capture: pcap.net vs sharppcap
interested in any comments anyone has around the various .net tools which can be used for passive packet capture. In terms of winpcap the choice seems to be between pcap.net and sharppcap. Another pot[详细]
2023-02-22 02:37 分类:问答Create HTTP packet
I would like create HTTP packet with random IP source. Apparently, Pcap.net does it. I asked here : http://pcapdotne开发者_Python百科t.codeplex.com/Thread/View.aspx?ThreadId=227725, but I still have[详细]
2023-01-18 03:49 分类:问答how to check for BackgroundWorker.CancellationPending when my thread has called another?
How should I check for a CancellationPending within a BackgroundWorker DoWork method, when within this method I call off to a Pcap.Net packet capture routine, which responses via a callback.The two op[详细]
2023-01-07 23:24 分类:问答Should I use .NET 4.0 Tasks in a library?
I\'m writing a .NET 4.0 library that should be efficient and simple to use. The library is used by referencing it and using its different classes.[详细]
2023-01-01 22:33 分类:问答Getting number of online users from vBulletin
I\'m redesigning the template for a Wordpress based site which is bridged with a vBulletin forum. How can I开发者_运维技巧 can I get the number of online users as they are shown on the forum\'s pages[详细]
2022-12-19 00:58 分类:问答