| Summary: | kernel firewall code doesn't log port #'s for `Fragment's | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Ronald F. Guilmette <rfg> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ronald F. Guilmette
1999-11-03 18:00:01 UTC
State Changed From-To: open->closed This is because source and destination port numbers are part of the corresponding protocol header (TCP or UDP), not an IP header, and are only available in the first IP fragment (with a zero offset). Please refer to RFC791, RFC793 and RFC1858 for further details. |