move request packet out of request specific names

request-* naming is used for the request API. We're now using the packet
type and building code in it more generally, so we want to denote that
in the filename.
diff --git a/request-packet.go b/packet-typing.go
similarity index 100%
rename from request-packet.go
rename to packet-typing.go