diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2016-04-30 17:39:16 +0300 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-07-11 09:51:44 +0200 |
commit | e6fcf1f0f2c58cf38fad98d1d8b00a3b7ebd3070 (patch) | |
tree | e5b98e0092208bd639da6055d765cb5c262c0915 /trafgen.8 | |
parent | 7304939f0249945c8d63043a80a94f80f13ecf2e (diff) |
trafgen: parser: Replace 'mtype' by 'type'
After splitting etype & type to different tokens it is possible
to use 'type' for ICMP type field which is used by RFC.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen.8')
-rw-r--r-- | trafgen.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -500,11 +500,11 @@ By default, if the lower level header is Ethernet, its EtherType field is set to .I ICMPv6 : -.B icmp6|icmpv6(mtype=<number>, echorequest, echoreply, code=<number>, +.B icmp6|icmpv6(type=<number>, echorequest, echoreply, code=<number>, .B csum=<number>) .sp .in +4 -.B mtype +.B type - Message type (default: 0) .sp .B code |