# File radius/packet.rb, line 257
    def each
      @attributes.each_pair {
	|key, value|
	yield(key, value)
      }
    end