pcap.net Questions

7

Solved

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'...
Hebraism asked 13/6, 2011 at 19:17

2

Solved

We currently run windows on all of our machines due to software limitation. Within this however, we are needing to redirect certain packets that come into an IP and Port to a different Port (same ...

1

Is there any way to forward tcp packets to my c# application on windows (10) and let TcpListener/HttpListener handle the requests? In linux I can do that by setting up iptables (iptables -t nat -A ...
Leveille asked 19/9, 2013 at 17:16

3

Solved

I'm trying to use Pcap.Net to open a tcp connection. I'm sending following package: The server is responding with: After this, Windows on its own sends the reset packet: Why is this happe...
Shortening asked 22/10, 2012 at 9:24

2

Solved

I just want to listen a network device, capture packets and write the packets to a dummy file. Also i need to filter packets while listening so ill only write packets which passes the filter. I nee...
Internode asked 11/7, 2011 at 13:24

2

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 ...
Leifleifer asked 5/4, 2011 at 23:23

1

how can I parse a UDP packet in .NET? I'm using PCap.Net to capture packets, in this case UDP packets, which I can access from the PCap.net object via (PcapDotNet.packets.Ethernet.IpV4.Udp). How...
Conformist asked 19/8, 2010 at 3:40
1

© 2022 - 2024 — McMap. All rights reserved.