diff options
Diffstat (limited to 'decoder/source/pkt_printers/trc_print_fact.cpp')
-rw-r--r-- | decoder/source/pkt_printers/trc_print_fact.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder/source/pkt_printers/trc_print_fact.cpp b/decoder/source/pkt_printers/trc_print_fact.cpp index 52dcb6b3e1ac..6b5df1f472e0 100644 --- a/decoder/source/pkt_printers/trc_print_fact.cpp +++ b/decoder/source/pkt_printers/trc_print_fact.cpp @@ -55,8 +55,9 @@ ItemPrinter *PktPrinterFact::createProtocolPrinter(std::vector<ItemPrinter *> &p { ItemPrinter *pPrinter = 0; switch (protocol) - { + { case OCSD_PROTOCOL_ETMV4I: + case OCSD_PROTOCOL_ETE: pPrinter = new (std::nothrow) PacketPrinter<EtmV4ITrcPacket>(CSID); break; case OCSD_PROTOCOL_ETMV3: |