summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-05调整回放包逻辑,仅当使用marsio编译且使用marsio模式回放� ↵HEADmaster杨威
��量时,启用marsio_thread
2019-09-03新增MAX_BURST_PKTLEN和MIN_BURST_PKTLEN两个环境变量控制放大包� ↵yangwei
�长度范围
2019-08-23更新gitignore“yangwei”
2019-08-22调整edit_addr逻辑yangwei
2019-08-20UPDATE:marsio instance name格式更新为tcpburst_[pid]yangwei
2019-08-14Merge branch 'patch-1' into 'master'刘学利
Update tcpreplay.c;marsio模式下options.intf1变量不会被初始化,所以添加判断是否为NULL See merge request common_tools/tcp_burst!5
2019-08-14Update ↵刘学利
tcpreplay.c;marsio模式下options.intf1变量不会被初始化,所以添加判断是否为NULL
2019-08-06Merge branch 'Bugfix-sigint-time-error' into 'master'杨威
修复 #2 提及的时间结果错误问题,在SIGINT信号处理函数中增加结束时间计算 See merge request common_tools/tcp_burst!4
2019-08-06修复 #2 ↵yangwei
提及的时间结果错误问题,在SIGINT信号处理函数中增加结束时间计算
2019-08-02Merge branch 'Feature-support-vlan-ppp-mpls-encap-pkt' into 'master'杨威
支持更多的封装包格式回放,以及新增辅助编译脚本 See merge request common_tools/tcp_burst!3
2019-08-021、新增build.sh和clean.sh,用于辅助编译yangwei
2、更新tcpreplay.c,支持回放MPLS,PPPoE,VLAN封装的数据包
2019-07-12Merge branch 'Feature-add-libpcap-code' into 'master'杨威
添加libpcap源码至vendor目录方便安装 See merge request common_tools/tcp_burst!2
2019-07-12添加libpcap源码至vendor目录方便安装yangwei
2019-07-12Merge branch 'bug_fix_strlcpy' into 'master'李佳
修改原版代码中strlcpy最大8个字节的限制, "enp175s0f0"这种网卡名被截断的BUG. See merge request common_tools/tcp_burst!1
2019-07-12修改原版代码中strlcpy最大8个字节的限制, ↵lijia
"enp175s0f0"这种网卡名被截断的BUG.
2019-07-10copy from intranet.lijia