# File lib/packet/packet_callback.rb, line 5
    def initialize(&block)
      @signature = Guid.hexdigest
      @stored_proc = block
    end