From 1f812a495b750b40fabecddea6c920ddf1ff0e37 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 16 Nov 2020 08:56:01 +0100 Subject: common a676d57: EDI output: Make Transport Addressing optional --- lib/edi/EDIConfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/edi/EDIConfig.h') diff --git a/lib/edi/EDIConfig.h b/lib/edi/EDIConfig.h index ca76322..4f1df97 100644 --- a/lib/edi/EDIConfig.h +++ b/lib/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