MIPv6: display Experimental Mobility Message Data as such

Bug: 10703
Change-Id: I9b16f503418d7464234be3c772b5dae3fb5eb7a9
Reviewed-on: https://code.wireshark.org/review/5378
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Pascal Quantin 2014-11-17 23:22:08 +01:00 committed by Michael Mann
parent 1dec509a88
commit 36837a2f5a
1 changed files with 4 additions and 4 deletions

View File

@ -3818,10 +3818,10 @@ dissect_mip6(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
break;
case MIP6_EMH:
/* 11 Experimental Mobility Header RFC5096 */
/* There are no fields in the message beyond the required fields
* in the Mobility Header.
*/
offset = MIP6_DATA_OFF;
if (len > 8) {
proto_tree_add_item(mip6_tree, hf_mip6_opt_em_data, tvb, offset+MIP6_DATA_OFF, len-MIP6_DATA_OFF, ENC_NA);
}
offset = len;
break;
case MIP6_HAS:
/* 12 Home Agent Switch */