Changeset 1ca603b for lib/format_legacy.c
- Timestamp:
- 03/20/14 10:45:16 (8 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:
- 0e46fbc, 12e6a39, 74ecbc7, dad224b, faf16af
- Parents:
- 67b6d9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_legacy.c
rec56195 r1ca603b 421 421 { 422 422 legacy_ether_t *legacy = (legacy_ether_t*)packet->header; 423 return legacy->ts;423 return bswap_le_to_host64(legacy->ts); 424 424 } 425 425
Note: See TracChangeset
for help on using the changeset viewer.