aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gmrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-gmrp.c')
-rw-r--r--packet-gmrp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-gmrp.c b/packet-gmrp.c
index d4794fc2b7..66d5e351ff 100644
--- a/packet-gmrp.c
+++ b/packet-gmrp.c
@@ -130,11 +130,11 @@ dissect_gmrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint8 attribute_type;
int msg_index, attr_index, offset = 0, length = tvb_reported_length(tvb);
- if (check_col(pinfo->fd, COL_PROTOCOL))
- col_set_str(pinfo->fd, COL_PROTOCOL, "GMRP");
+ if (check_col(pinfo->cinfo, COL_PROTOCOL))
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "GMRP");
- if (check_col(pinfo->fd, COL_INFO))
- col_set_str(pinfo->fd, COL_INFO, "GMRP");
+ if (check_col(pinfo->cinfo, COL_INFO))
+ col_set_str(pinfo->cinfo, COL_INFO, "GMRP");
if (tree)
{