aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-11-21 09:33:01 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-11-21 09:33:01 +0000
commit2f3d057857450004f36a47ac5792785a77e94c6f (patch)
tree220804665eb7d8818eb5b2da5fa9e8d795274561
parent52ce5acbdf09771ba0543bebe171a20cc5167863 (diff)
Do not add an unknown tag item for End-of-options
svn path=/trunk/; revision=53471
-rw-r--r--epan/dissectors/packet-exported_pdu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-exported_pdu.c b/epan/dissectors/packet-exported_pdu.c
index d404176cf3..358ef86d11 100644
--- a/epan/dissectors/packet-exported_pdu.c
+++ b/epan/dissectors/packet-exported_pdu.c
@@ -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? */