CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Feb 2012
    Posts
    1

    tcp sniffer didnt produce output

    Hi.

    im working on a tcp sniffer project. at first, ihave created the system using JCreator and it works fine without any interface. Next, im trying to create the user interface for it using NetBean 7.1. of course i have to break the code into parts and pieces to be fitted into the button function. It seems that when i run the program, it doesn't produce any output but keeps on running till manually stopped. it happen when i tried to insert the 'open device' code. another part that i suspected to cause the problem is 'Thread.sleep(25);' part..Before inserting that part, i tried to run and it produces the output which is the frame, button, etc..

    I have attached the program along with it. badly need any help that i can get from here.

    thanks
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured