/* ping.c */
void handlePing(struct ping_spacket *packet);
void startPing(void);
void stopPing(void);

