ICMP: fix typo

Change-Id: Iffa10a3a14ec2ff32e51d92a1936d7e110a76bd4
Reviewed-on: https://code.wireshark.org/review/19364
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2016-12-20 20:07:08 +01:00 committed by Michael Mann
parent c01d8b7da1
commit 56729299bd
1 changed files with 1 additions and 1 deletions

View File

@ -1425,7 +1425,7 @@ dissect_icmp(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* data)
} else { } else {
/* There is a collision between RFC 1812 and draft-ietf-mpls-icmp-02. /* There is a collision between RFC 1812 and draft-ietf-mpls-icmp-02.
We don't know how to decode the 128th and following bytes of the ICMP payload. We don't know how to decode the 128th and following bytes of the ICMP payload.
According to draft-ietf-mpls-icmp-02, these bytes should be decoded as MPLS extensios According to draft-ietf-mpls-icmp-02, these bytes should be decoded as MPLS extensions
whereas RFC 1812 tells us to decode them as a portion of the original packet. whereas RFC 1812 tells us to decode them as a portion of the original packet.
Let the user decide. Let the user decide.