# File radius/packet.rb, line 295
    def unset_all_attr
      each {
	|key, value|
	unset_attr(key)
      }
    end