Rename REQ_SPTPS to SPTPS_PACKET.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 10 May 2015 17:05:19 +0000 (18:05 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sun, 10 May 2015 20:08:57 +0000 (21:08 +0100)
commitde14308840a96060d700c93117789e83ec948c01
treeff3d02a169376e7a0eff138e29e7baaee6e1e025
parent10c1f60c643607d9dafd79271c3475cddf81e903
Rename REQ_SPTPS to SPTPS_PACKET.

REQ_SPTPS implies the message has an ANS_ counterpart (like REQ_KEY,
ANS_KEY), but it doesn't. Therefore dropping the REQ_ seems more
appropriate, and we add a _PACKET suffix to reduce the likelihood of
naming conflicts.
src/net_packet.c
src/protocol.c
src/protocol.h
src/protocol_key.c