Skip to content

protocol error: 259 flows out of bounds #18

@big-town

Description

@big-town
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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions