- Timestamp:
- 10/16/18 15:53:16 (3 years ago)
- Branches:
- develop, master, ringperformance
- Children:
- f3e1f19
- Parents:
- 6a2f037
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r37ee856 rfe4940e 551 551 int wire_length; /**< Cached wire length */ 552 552 int payload_length; /**< Cached payload length */ 553 int framing_length; /**< Cached framing length */ 553 554 void *l2_header; /**< Cached link header */ 554 555 libtrace_linktype_t link_type; /**< Cached link type */ -
lib/protocols_l2.c
r37ee856 rfe4940e 174 174 } 175 175 176 if (nextpayload != NULL ) {176 if (nextpayload != NULL && removed > 0) { 177 177 178 178 ethernet->ether_type = ntohs(finalethertype);
Note: See TracChangeset
for help on using the changeset viewer.