Skip to content
Snippets Groups Projects
Commit 09f73e19 authored by Phil's avatar Phil
Browse files

Removed method in double in ASN1F_SEQUENCE_OF

parent 5c6b1ce7
No related branches found
No related tags found
No related merge requests found
......@@ -227,8 +227,6 @@ class ASN1F_SEQUENCE_OF(ASN1F_SEQUENCE):
else:
s = "".join(map(str, val ))
return self.i2m(pkt, s)
def set_val(self, pkt, val):
ASN1F_field.set_val(self, pkt, val)
def dissect(self, pkt, s):
codec = self.ASN1_tag.get_codec(pkt.ASN1_codec)
i,s1,remain = codec.check_type_check_len(s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment