- Timestamp:
- 10/11/06 16:10:03 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 5069b69
- Parents:
- 1ab9849
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux.c
ref3660cb r99ff3d9 291 291 hdr.sll_hatype = 0; 292 292 hdr.sll_pkttype = 0; 293 hdr.sll_halen = 6; /* FIXME */293 hdr.sll_halen = htons(6); /* FIXME */ 294 294 memcpy(hdr.sll_addr,packet->payload,hdr.sll_halen); 295 295
Note: See TracChangeset
for help on using the changeset viewer.