We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15a3d9 commit a9be632Copy full SHA for a9be632
extra_plugins/output/unirec/src/translator.c
@@ -1437,6 +1437,7 @@ translator_table_fill_internal(translator_t *trans, const struct map_rec *map_re
1437
trans_rec->ipfix.id = 10; // iana:ingressInterface
1438
trans_rec->ipfix.type = FDS_ET_UNSIGNED_32;
1439
trans_rec->ipfix.sem = FDS_ES_IDENTIFIER;
1440
+ trans_rec->ipfix.next = NULL;
1441
trans_rec->func = translate_internal_dbf;
1442
IPX_CTX_DEBUG(trans->ctx, "Added conversion from internal 'dir_bit_field' to UniRec '%s'",
1443
map_rec->unirec.name);
0 commit comments