Changeset 691b182 for lib/protocols_pktmeta.c
- Timestamp:
- 05/18/18 11:39:59 (3 years ago)
- Branches:
- cachetimestamps, develop, etsilive, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- e732393
- Parents:
- 81881e6
- git-author:
- Shane Alcock <salcock@…> (04/10/18 15:13:40)
- git-committer:
- Shane Alcock <salcock@…> (05/18/18 11:39:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols_pktmeta.c
r00365c6 r691b182 135 135 dec = wandder_create_etsili_decoder(); 136 136 wandder_attach_etsili_buffer(dec, (uint8_t *)link, *remaining, false); 137 ccptr = wandder_etsili_get_cc_contents(dec, remaining );137 ccptr = wandder_etsili_get_cc_contents(dec, remaining, NULL, 0); 138 138 /* Assuming all CCs are IP for now */ 139 139 *type = TRACE_TYPE_NONE;
Note: See TracChangeset
for help on using the changeset viewer.