dpi-analyze

command module
v0.0.0-...-ea46d6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

dpi-analyze

deep packet inspection analyze

项目结构
├── cmd
│   └── dpi
│       └── main.go     程序入口
├── config
│   └── config.yaml     配置文件
├── go.mod
├── internal
│   ├── config
│   │   └── config.go       配置加载和管理
│   ├── database  
│   │   ├── mongodb
│   │   │   └── mongodb.go 
│   │   └── redis
│   │       └── redis.go
│   ├── detector
│   │   └── detector.go     流量分析检测
│   ├── logger
│   │   └── logger.go       日志组件
│   ├── parser
│   │   └── parser.go
│   └── storage                 
├── pkg
│   ├── capture
│   │   └── capture.go      数据包捕获
│   ├── protocol
│   └── utils
│       └── utils.go        🔧
├── scripts
│   └── build.sh        打包脚本
└── testdata

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL