Changeset 1352
- Timestamp:
- 08/05/08 16:39:14 (8 months ago)
- Files:
-
- trunk/lib/format_linux.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/format_linux.c
r1350 r1352 409 409 msghdr.msg_flags = 0; 410 410 411 iovec.iov_base = (void*) packet->buffer;411 iovec.iov_base = (void*)(packet->buffer+sizeof(*hdr)); 412 412 iovec.iov_len = snaplen; 413 413
