SA-MP Forums Archive
Looking for a program to capture the connections - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Looking for a program to capture the connections (/showthread.php?tid=539370)



Looking for a program to capture the connections - IDarkness - 27.09.2014

Hello I need a program which can capture all of the incoming connections with UDP Methos and its payload too
I am using windows I realy need it because my samp server is under ddos so please help me.


Re: Looking for a program to capture the connections - SaintMikey - 27.09.2014

Have you tried ******?, If you ****** for it, You'll most likely get a better result, than posting it here.


Re: Looking for a program to capture the connections - IDarkness - 27.09.2014

I did , but I didn't find any , I am asking here because here people got much more experience


Re: Looking for a program to capture the connections - Mauzen - 27.09.2014

Wireshark probably is the most famous one when packet capturing and evaluation is needed.

It uses WinPcap, that supports pretty much all network adapters. Im just not sure how it works in a virtual machine.

Quickstart:
Install it, start it, press "Interface List" and select your internet network interface and press "start".
Add "udp && (ip.dst == your_ip_address)" to the filter textfield to show only udp packets received by the server.


Re: Looking for a program to capture the connections - IDarkness - 27.09.2014

Alright , thanks that's really useful and nice , I will give you a rep I know you don't need it but tis for the respect hehe