Questions tagged [jflow]

4 questions
3
votes
1 answer

How to get flow record details of a netflow packet

I've used jflow to capture the netflow packets. By running the print example I could observe this kind of output. 13.243.146.68.41472 -> 10.100.0.126.13570 285212682 0 0.43.0.0.18 -> 0.199.0.0.4352 8321715 100 53.2.7.225.3571 -> 0.0.1.67.37446 323…
Asiri Liyana Arachchi
  • 2,663
  • 5
  • 24
  • 43
1
vote
1 answer

jflow slider does not work perfectly

Please help me in this problem.. why my j-flow slider does not working correctly.. I coy code by j-flow demo.. Please check my given link: https://dl.dropboxusercontent.com/u/103234001/test/index.html may be my document ready function have some…
0
votes
3 answers

Help adding keyboard navigation to jflow jquery slider

I would like use Jquery to add keyboard navigation to a Jquery slider. I am trying to use the left and right keys to trigger the previous and next buttons I already have but i can't get it to work. Can anyone see from my code where I am going…
thinkvisual
  • 51
  • 1
  • 1
  • 7
0
votes
0 answers

Can't retrieve correct time and date from netflow records.

I used jflow-0.3[1] to collect and decode netflow records which I receive from a router. nettrack.net.netflow.Flow.java class contains the code for decoding necessary data from records received. I called getFirst() function of it which returns "The…
Chamila Wijayarathna
  • 1,815
  • 5
  • 30
  • 54