null. This allows the encrypted payload's dissector to fill in columns such
as protocol and info without turning on packet coloring or otherwise rescanning
the packet list.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20018
f5534014-38df-0310-8fa8-
9805f1628bb7
if (check_col(pinfo->cinfo, COL_INFO))
col_append_str(pinfo->cinfo, COL_INFO, "Application Data");
- if (!ssl_record_tree)
- break;
-
/* we need dissector information when the selected packet is shown.
* ssl session pointer is NULL at that time, so we can't access
* info cached there*/