icmppingencap-01.testie

来自「COPE the first practical network coding 」· TESTIE 代码 · 共 18 行

TESTIE
18
字号
%script# read from a hand-written IPSummaryDump file; check headers, emit to a dumpclick -e "InfiniteSource('', LIMIT 2, STOP true)	-> ICMPPingEncap(1.0.0.1, 2.0.0.2, IDENTIFIER 3)	-> CheckICMPHeader	-> CheckIPHeader	-> ICMPPingResponder	-> ToDump(FOO, ENCAP IP)"tcpdump -n -r FOO > CHECK%file FOO%expectx -i CHECK.* 2\.0\.0\.2 > 1\.0\.0\.1: icmp.* echo reply.*.* 2\.0\.0\.2 > 1\.0\.0\.1: icmp.* echo reply.*

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?