| Package | Description |
|---|---|
| org.graylog.plugins.netflow.flows | |
| org.graylog.plugins.netflow.v9 |
| Modifier and Type | Method and Description |
|---|---|
static Message |
NetFlowFormatter.toMessage(NetFlowV9Header header,
NetFlowV9BaseRecord record,
InetSocketAddress sender) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetFlowV9OptionRecord |
class |
NetFlowV9Record |
| Modifier and Type | Method and Description |
|---|---|
static List<NetFlowV9BaseRecord> |
NetFlowV9Parser.parseRecords(io.netty.buffer.ByteBuf bb,
Map<Integer,NetFlowV9Template> cache,
NetFlowV9OptionTemplate optionTemplate)
Data FlowSet Format
|
abstract com.google.common.collect.ImmutableList<NetFlowV9BaseRecord> |
NetFlowV9Packet.records() |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9Packet |
NetFlowV9Packet.create(NetFlowV9Header header,
List<NetFlowV9Template> templates,
NetFlowV9OptionTemplate optionTemplate,
List<NetFlowV9BaseRecord> records,
long dataLength) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.