No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-08-22 12:48:04 +00:00
dockerfile Update dockerfile 2024-08-22 12:48:04 +00:00
FlaskService.py 替换 FlaskService.py 2024-08-21 07:56:30 +00:00
PcapNGFormatAnalys.py 替换 PcapNGFormatAnalys.py 2024-08-21 07:56:53 +00:00
README.md Update README.md 2024-08-22 12:46:15 +00:00
requirements.txt 上传新文件 2024-08-22 06:28:08 +00:00

pcap-comment

镜像建立 docker build -t pcap-comment:v_1 .

容器建立 docker run -it -d -p 5000:5000 --name my_pcap_comment pcap-comment:v_1

post请求示例 curl --location 'http://172.17.0.2:5000/api/v1/pcap/comment' --form 'file=@"simulator_uid_10062_15.pcap"' --form 'url="http://192.168.45.60"' --form 'id="0ee3927f89478ecb7e672bf2a21fb5"' -o test.pcapng