ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Minor patch to "Intel ANS Probe" dissector

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Thu, 17 Aug 2006 13:57:17 -0700
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);