# mywork **Repository Path**: lflxp/mywork ## Basic Information - **Project Name**: mywork - **Description**: 效率、知识积累、成就更优秀的产品 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 效率、知识积累、成就更大的产品 # SFlow [![Travis](https://travis-ci.org/lflxp/mywork.svg?branch=master)](https://api.travis-ci.org/lflxp/mywork) [![GoDoc](https://godoc.org/github.com/lflxp/sflow?status.svg)](https://godoc.org/github.com/lflxp/sflow) [![Coverage Status](https://coveralls.io/repos/github/lflxp/sflow/badge.svg?branch=master)](https://coveralls.io/github/lflxp/sflow?branch=master) # Info Parsing sFlow for packetbeat plug-ins This is struct to decode sflow 5 layers and datagram info together Fork on part of gopacket's sFlow data structure # Sample Only decoder five layers of sflow sample ``` SFlowRawPacketFlowRecord SFlowExtendedSwitchFlowRecord SFlowExtendedRouterFlowRecord SFlowExtendedGatewayFlowRecord SFlowExtendedUserFlow ``` # Counter decoder all of layers ``` SFlowGenericInterfaceCounters SFlowEthernetCounters SFlowProcessorCounters ```