View Single Post
  #2 (permalink)  
Old 05-31-2007, 06:44 PM
johnt johnt is offline
Super Moderator
 
Join Date: Apr 2007
Posts: 30
johnt is on a distinguished road
Not possible with the standard Java API. You need to use a third party library which access platform dependent low level networking functionality. Check the following one as an example:

Jpcap - Java package for packet capture
Reply With Quote