| Package | Description |
|---|---|
| org.graylog.plugins.netflow.v9 |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9OptionTemplate |
NetFlowV9OptionTemplate.create(int templateId,
List<NetFlowV9ScopeDef> scopeDefs,
List<NetFlowV9FieldDef> optionDefs) |
abstract NetFlowV9OptionTemplate |
NetFlowV9Packet.optionTemplate() |
static NetFlowV9OptionTemplate |
NetFlowV9Parser.parseOptionTemplate(io.netty.buffer.ByteBuf bb,
NetFlowV9FieldTypeRegistry typeRegistry)
Options Template Format
|
| 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.