Wireshark-bugs: [Wireshark-bugs] [Bug 8225] Support for RIM's BlackBerry Server Routing Protocol
Date: Thu, 17 Jan 2013 14:56:57 +0000

Comment # 5 on bug 8225 from
Hi,
You could simplify the column setting by doing something like this
col_add_str(actx->pinfo->cinfo, COL_INFO, val_to_str_const(gsmmap_pdu_type,
gsm_old_Component_vals, "Unknown GSM-MAP Component"));

before the switch then have if(tree) suround the switch()


You are receiving this mail because:
  • You are watching all bug changes.