-
Notifications
You must be signed in to change notification settings - Fork 171
Home
Netis Cloud probe(Packet Agent, name used before) is an open source project to deal with such situation: it captures packets on Machine A but has to use them on Machine B. This case is very common when you try to monitor network traffic in the LAN but the infrastructure is incapable, for example
There is neither TAP nor SPAN device in a physical environment. The Virtual Switch Flow Table does not support SPAN function in a virtualization environment. Also, this project aims at developing a suite of low cost but high efficiency tools to survive the challenge above.
pktminerg is the very first one, which makes you easily capture packets from an NIC interface, encapsulate them with GRE(other tunnel protocols are going to be supported later) and send them to a remote machine for monitoring and analysis.
Besides, 3 useful tools are also provided.
pcapcompare is a utility for comparing 2 different pcap files.
gredump is used for capturing GRE packet with filter, and save them to pcap file.
gredemo is a demo app which is used to read packet from a pcap file and send them all to remote NIC. This can be only used when built from source code.
ProbeDaemon is a new added module from v0.7.0, which is responsible for the management of the pktminerg process. It can pull and kill pktminerg process and set the parameters of pktminerg in the command line. This module should work with CPM (Cloud Probe Manager),which provides a user interface to set the strategies of pktminerg and can also display the statistis reported from pktminerg in graphs. You can contact Netis for the further support of CPM, or you can also develop your CPM.
- Module ProbeDaemon added
- remove libpcap lib dependency
- Support Daemonset capturing in k8s and KVM
- Support auto-dection of network interface
- Support multi-interface capturing
- Support auto-detction of the direction with mac
- Support MPLS encapsulate for ZMQ
- Support log module
- Support VXLAN port configurable
- support Windows
- support parameter ”--slice“
- support capturing packets from multiple
- support the parameter "--dir"
- support the wildcard in the parameter "--expression"
- support the limit of transferring packets
- ZeroMQ support
- File mode
- Packets with VLAN header
- Vxlan Tunnel Forwarding
- GRE Tunnel Forwarding
Fork the project and send pull requests. We welcome pull requests from members of all open source community.
Copyright (c) 2018 - 2020 Netis.
The content of this repository bound by the following licenses:
- The computer software is licensed under the BSD-3-Clause.
- You can E-mail to [email protected].
- You can also report issues and suggestions via GitHub issues.