Attached is a minor patch to the ANS (Intel ANS Probe) dissector to
change the protocol field from "Intel ANS Probe" (which doesn't fit
within the default protocol column) to just "ANS". The full description
is still shown in the tree.
Steve
Index: epan/dissectors/packet-ans.c
===================================================================
--- epan/dissectors/packet-ans.c (revision 18938)
+++ epan/dissectors/packet-ans.c (working copy)
@@ -76,7 +76,7 @@
guint8 team_id[6];
if (check_col(pinfo->cinfo, COL_PROTOCOL))
- col_set_str(pinfo->cinfo, COL_PROTOCOL, "Intel ANS probe");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "ANS");
if (check_col(pinfo->cinfo, COL_INFO)) {
col_clear(pinfo->cinfo, COL_INFO);