Search:

Type: Posts; User: MetalPaw

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: UDP Port Scanner For Computer Security Module

    *facepalm* It's freaking staring at me....

    Yes, I was outputing a fullstop to show looping but it never got further than the first one.

    Problem is here:



    while(!received && sendCnt <...
  2. [SOLVED] Re: UDP Port Scanner For Computer Security Module

    There is a comment in the code to say where the error is, ie where line 116 is. It is when I attempt to send a DatagramPacket through a DatagramSocket.

    sock.send(pack);

    Where sock = new...
  3. [SOLVED] Re: UDP Port Scanner For Computer Security Module

    I have already done that with all arguments that make up the DatagramPacket...
  4. [SOLVED] UDP Port Scanner For Computer Security Module

    Greetings all.

    I need to implement a UDP port scanner for a university security module but I seem to be having issues. I have checked that everything has a value and that nothing is null. The...
Results 1 to 4 of 4