Skip to content

packet-ehdlc: Fix TEI in COL_INFO

Harald Welte requested to merge laf0rge/wireshark:laforge/ehdlc-sapi into master

Back in 2017, commit d7bab0b4 introduced printing the TEI in COL_INFO. Unfortunatelky it contained a typo and stated "TEI:1%u" instead of "TEI:%u". So TEI 0 became TEI 10, etc. - causing some confusion.

Let's remote that extraneous '1' and at the same time print the sapi with two digits for better alignment of multiple lines. It is a two-digit decimal value (0..63).

Merge request reports