remove a conditional that can never be true
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Mar 2011 21:17:29 +0000 (21:17 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Mar 2011 21:17:29 +0000 (21:17 +0000)
coverity 247

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36301 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ieee80211.c

index 1af417bff3c60c62a708d71f9665e8a7f584b9e4..f9bce390525832811949375eb046ff40bacb3a58 100644 (file)
@@ -5614,10 +5614,6 @@ dissect_ht_capability_ie(proto_tree * tree, tvbuff_t * tvb, int offset,
 
   offset += 1;
   tag_val_off += 1;
-
-  if (tag_val_off < tag_len)
-    proto_tree_add_string(tree, hf_ieee80211_tag_interpretation, tvb, offset,
-        tag_len - tag_val_off, "Not interpreted");
 }
 
 static void