Changeset 022695f26460c3bceadbf20f21b48fa53598dbd2
- Timestamp:
- 03/16/09 18:29:48
(4 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1237228188 +0000
- git-parent:
[b821ef6a7297c030a29daaa957f837f704a13079]
- git-author:
- Mark Harrison <mark@omniti.com> 1237228188 +0000
- Message:
this should be debugging output, it's common
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7c400ba |
r022695f |
|
| 176 | 176 | iphlen = ip->ip_hl << 2; |
|---|
| 177 | 177 | if((inlen-iphlen) != (sizeof(struct icmp)+sizeof(struct ping_payload))) { |
|---|
| 178 | | noitLT(nlerr, now, |
|---|
| | 178 | noitLT(nldeb, now, |
|---|
| 179 | 179 | "ping_icmp bad size: %d+%d\n", iphlen, inlen-iphlen); |
|---|
| 180 | 180 | continue; |
|---|