From 6a15896c7c5b8375b51e4eb370f1f57587ab7e3c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 16 Nov 2020 08:55:31 +0100 Subject: common a676d57: EDI output: Make Transport Addressing optional --- contrib/edi/EDIConfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/edi/EDIConfig.h') diff --git a/contrib/edi/EDIConfig.h b/contrib/edi/EDIConfig.h index ca76322..4f1df97 100644 --- a/contrib/edi/EDIConfig.h +++ b/contrib/edi/EDIConfig.h @@ -68,6 +68,7 @@ struct configuration_t { bool dump = false; // dump a file with the EDI packets bool verbose = false; bool enable_pft = false; // Enable protection and fragmentation + bool enable_transport_header = true; // Sets Addr, Source and Dest in PFT unsigned int tagpacket_alignment = 0; std::vector > destinations; unsigned int dest_port = 0; // common destination port, because it's encoded in the transport layer -- cgit v1.2.3