Version 1.12.3 (v1.12.3-0-gbb3e9a0f from master-1.12)
Unable to view column gsm_a.dtap.updating_type with tshark modetshark.exe -Tfields -e gsm_a.dtap.updating_type -r xxxx.pcapappears empty while can be appended with Wireshark GUI
After applying the K12 configuration described in comment 5 it works for me too.Note that in this particular capture file there's only one frame (frame #1) that contains this field so the tshark command given in comment 0 shows one line with a 0 (the value of that field in that frame) followed by a bunch of empty lines (for all the other frames) but that's to be expected.Note that you could add a display/read filter to that tshark command line (e.g., add the command line argument "-Y gsm_a.dtap.updating_type") if you don't want to see the blank lines.I'm going to guess that the blank lines was causing the confusion and close this as WORKSFORME. Feel free to reopen if that's not the case--please be sure to include the actual output of the tshark command, a screenshot from the GUI, and the corresponding capture file if it's different from the one already attached when reopening.