# File lib/packet/packet_parser.rb, line 16 def reset @data = [] @parser_state = 0 @length_string = "" @numeric_length = 0 end