1 Star 0 Fork 22

张强/tcpdump_Euler

forked from src-openEuler/tcpdump 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-0009-Change-n-flag-to-nn-in-TESTonce.patch 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangl777 提交于 2022-03-21 16:15 . update tcpdump to 4.99.1
diff --git a/tests/TESTrun b/tests/TESTrun
index b423627..aa3c97d 100755
--- a/tests/TESTrun
+++ b/tests/TESTrun
@@ -102,7 +102,7 @@ sub runtest {
#
# Furthermore, on Windows, fc can't read the standard input, so we
# can't do it as a pipeline in any case.
- $r = system "$TCPDUMP -# -n -r $input $options >tests/NEW/${outputbase} 2>${rawstderrlog}";
+ $r = system "$TCPDUMP -# -nn -r $input $options >tests/NEW/${outputbase} 2>${rawstderrlog}";
if($r != 0) {
#
# Something other than "tcpdump opened the file, read it, and
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kylinos-zhangqiang/tcpdump_Euler.git
git@gitee.com:kylinos-zhangqiang/tcpdump_Euler.git
kylinos-zhangqiang
tcpdump_Euler
tcpdump_Euler
master

搜索帮助