| Package | Description |
|---|---|
| org.graylog.plugins.netflow.v9 |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9Template |
NetFlowV9Template.create(int templateId,
int fieldCount,
List<NetFlowV9FieldDef> definitions) |
static NetFlowV9Template |
NetFlowV9Parser.parseTemplate(io.netty.buffer.ByteBuf bb,
NetFlowV9FieldTypeRegistry typeRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static List<NetFlowV9Template> |
NetFlowV9Parser.parseTemplates(io.netty.buffer.ByteBuf bb,
NetFlowV9FieldTypeRegistry typeRegistry)
Template FlowSet Format
|
abstract com.google.common.collect.ImmutableList<NetFlowV9Template> |
NetFlowV9Packet.templates() |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9Packet |
NetFlowV9Packet.create(NetFlowV9Header header,
List<NetFlowV9Template> templates,
NetFlowV9OptionTemplate optionTemplate,
List<NetFlowV9BaseRecord> records,
long dataLength) |
static NetFlowV9Packet |
NetFlowV9Parser.parsePacket(io.netty.buffer.ByteBuf bb,
NetFlowV9FieldTypeRegistry typeRegistry,
Map<Integer,NetFlowV9Template> cache,
NetFlowV9OptionTemplate optionTemplate) |
static List<NetFlowV9BaseRecord> |
NetFlowV9Parser.parseRecords(io.netty.buffer.ByteBuf bb,
Map<Integer,NetFlowV9Template> cache,
NetFlowV9OptionTemplate optionTemplate)
Data FlowSet Format
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.