ipproto_string
extern char *ipproto_string(u_int);
printf("%s ", ipproto_string(s->proto));
printf("%s ", ipproto_string(proto));