131132133134135136137138139140141
header.nicname = header.name; } if (a.description().length() != 0) { header.description = a.description(); } else if (a.dlt().length != 0) { /* * Description comes from libpcap itself :) */ header.description = a.dlt()[0].getDescription();
135136137138139140141142143144145
header.description = a.description(); } else if (a.dlt().length != 0) { /* * Description comes from libpcap itself :) */ header.description = a.dlt()[0].getDescription(); } else { header.description = null; }