Do not add an unknown tag item for End-of-options

svn path=/trunk/; revision=53471
This commit is contained in:
Pascal Quantin 2013-11-21 09:33:01 +00:00
parent 52ce5acbdf
commit 2f3d057857
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@ dissect_exported_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvb, offset, 1, ENC_BIG_ENDIAN);
dvbci_set_addrs(dvb_ci_dir, pinfo);
break;
case EXP_PDU_TAG_END_OF_OPT:
break;
default:
proto_tree_add_item(tag_tree, hf_exported_pdu_unknown_tag, tvb, offset, tag_len, ENC_NA);
/* Add an expert item too? */