Use the protocol short name as the Protocol column value, as is done in

other dissectors.

svn path=/trunk/; revision=11640
This commit is contained in:
Guy Harris 2004-08-10 07:03:21 +00:00
parent 47f37ee5fb
commit e7fbdca940
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ dissect_dhcpfo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Make entries in Protocol column and Info column on summary display */
if (check_col(pinfo->cinfo, COL_PROTOCOL))
col_set_str(pinfo->cinfo, COL_PROTOCOL, "DHCP Failover");
col_set_str(pinfo->cinfo, COL_PROTOCOL, "DHCPFO");
length = tvb_get_ntohs(tvb, 0);
type = tvb_get_guint8(tvb, 2);