how to analyse the network trffic using java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ramyamuthusamy
    New Member
    • Dec 2007
    • 4

    how to analyse the network trffic using java

    Hi
    I want to know how to analyse the network traffic using java,,
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Sounds interesting, have you researched this at all?

    Comment

    • ramyamuthusamy
      New Member
      • Dec 2007
      • 4

      #3
      Originally posted by sicarie
      Sounds interesting, have you researched this at all?
      hi,
      i didn't rearched this so far.. is it possible to analysis the network traffic in java...

      Comment

      • heat84
        New Member
        • Nov 2007
        • 118

        #4
        Originally posted by ramyamuthusamy
        hi,
        i didn't rearched this so far.. is it possible to analysis the network traffic in java...
        I understand its possible to sniff some packets that will be passing through a network interface card. You use JPCap .

        Comment

        • sicarie
          Recognized Expert Specialist
          • Nov 2006
          • 4677

          #5
          Originally posted by ramyamuthusamy
          hi,
          i didn't rearched this so far.. is it possible to analysis the network traffic in java...
          In addition to JPCap, I'd recommend researching that a bit with Google - you can find a bunch of things people have already done, and probably APIs for stuff you didn't know was out there.

          Comment

          Working...