netflow icon indicating copy to clipboard operation
netflow copied to clipboard

protocol error: 259 flows out of bounds

Open big-town opened this issue 7 years ago • 2 comments

file, err := os.Open("ft-v05.2017-03-22.014421+0300")
	p, err := netflow5.Read(bufio.NewReader(file))
	fmt.Println(err)

	for i, r := range p.Records {
		fmt.Println(i, r.DstAddr)
	}

protocol error: 259 flows out of bounds Why do I get this error?

big-town avatar May 04 '17 19:05 big-town

Can you provide sample flows please?

tehmaze avatar May 31 '17 16:05 tehmaze

Of course, please https://drive.google.com/open?id=0ByoMPApUCtP_ZlFKZW5jN2oyX3c

big-town avatar May 31 '17 18:05 big-town