+ if (vflag) {
+ if (TTEST2(*bp, plen)) {
+ if (in_cksum((u_short*)dp, plen, 0))
+ printf(" (wrong icmp csum)");
+ }
+ }
+ if (vflag > 1 && !ICMP_INFOTYPE(dp->icmp_type)) {
+ bp += 8;
+ (void)printf(" for ");
+ ip = (struct ip *)bp;
+ snaplen = snapend - bp;
+ ip_print(bp, ntohs(ip->ip_len));
+ }