-
Notifications
You must be signed in to change notification settings - Fork 321
ICMPPingEncap
Eddie Kohler edited this page Oct 17, 2017
·
2 revisions
ICMPPingEncap — Click element; encapsulates packets in ICMP ping headers
ICMPPingEncap(SRC, DST [, keyword IDENTIFIER])
Ports: 1 input, 1 output
Processing: agnostic
Encapsulates input packets in an ICMP ping header with source IP address SRC and destination IP address DST. Advances the "sequence" field by one for each packet. (The sequence field is stored in network byte order in the packet.)
Keyword arguments are:
- IDENTIFIER — Integer. Determines the ICMP identifier field in emitted pings. Default is
- src (read/write) — Returns or sets the SRC argument.
- dst (read/write) — Returns or sets the DST argument.
ICMPPingSource, ICMPPingResponder, ICMPPingRewriter
Generated by click-elem2man from ../elements/icmp/icmppingencap.hh:8
on 2017/10/17.