aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-04-02 17:04:04 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-04-02 17:04:04 +0000
commitdaf059d5edcfdb5d633ca6a3c14cb014b070637c (patch)
tree0b6bf04fe1ba20ac401dc6547a357cd6e3cf779b /epan/dissectors/packet-per.c
parentc1e7e4b6198b5bb6c1025e43217563a709328b05 (diff)
Remove #if 0
svn path=/trunk/; revision=27931
Diffstat (limited to 'epan/dissectors/packet-per.c')
-rw-r--r--epan/dissectors/packet-per.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index ec76d00bd0..7aa144417d 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -843,7 +843,6 @@ DEBUG_ENTRY("dissect_per_constrained_sequence_of");
* a single bit shall be added to the field-list in a bit-field of length one
*/
if(has_extension){
-#if 0
gboolean extension_present;
offset=dissect_per_boolean(tvb, offset, actx, parent_tree, hf_per_extension_present_bit, &extension_present);
if (!display_internal_per_fields) PROTO_ITEM_SET_HIDDEN(actx->created_item);
@@ -852,8 +851,8 @@ DEBUG_ENTRY("dissect_per_constrained_sequence_of");
* followed by the component values
* TODO: Handle extension
*/
+ proto_tree_add_text(parent_tree, tvb, (offset>>3), 1, "dissect_per_constrained_sequence_of with extension is not handled");
}
-#endif
}
/* 19.5 if min==max and min,max<64k ==> no length determinant */