package
0.0.0-20240209065540-f4a601d332b5
Repository: https://github.com/sib-coder/go_training_repository.git
Documentation: pkg.go.dev

# README

TCPDump для тех кто не умеет его юзать

start

go run main.go --fname "dump.pcap" --iface "wlp3s0"

пример использования

[root@fedora awesomeProject1]# go run main.go --fname "dump.pcap" --iface "wlp3s0"
2023/12/16 12:17:05 INFO Start Program Trafik Analisis
Listening for traffic...
Packet captured and written to pcap file
Packet captured and written to pcap file
Packet captured and written to pcap file
Packet captured and written to pcap file
Packet captured and written to pcap file
Packet captured and written to pcap file
...

# Functions

No description provided by the author