Changeset 5732e9b
- Timestamp:
- 11/01/17 13:26:08 (3 years ago)
- Branches:
- cachetimestamps, develop, dpdk-ndag, etsilive, master, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 9d00fb13
- Parents:
- 9cdbedb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols_l3.c
ree6e802 r5732e9b 752 752 if (ethertype == TRACE_ETHERTYPE_IPV6) { 753 753 libtrace_ip6_t *ip6 = (libtrace_ip6_t *)l3; 754 void *payload = ip6 ++;754 void *payload = ip6 + 1; 755 755 uint8_t nxt = ip6->nxt; 756 756 uint16_t len;
Note: See TracChangeset
for help on using the changeset viewer.