aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-infiniband.c')
-rw-r--r--epan/dissectors/packet-infiniband.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-infiniband.c b/epan/dissectors/packet-infiniband.c
index e0b8cc7a1d..cce5a8845f 100644
--- a/epan/dissectors/packet-infiniband.c
+++ b/epan/dissectors/packet-infiniband.c
@@ -3317,7 +3317,7 @@ static void save_conversation_info(packet_info *pinfo, guint8 *local_gid, guint8
{
/* the following saves information about the conversation this packet defines,
so there's no point in doing it more than once per packet */
- if (!pinfo->fd->flags.visited)
+ if (!pinfo->fd->visited)
{
connection_context *connection;
conversation_infiniband_data *proto_data;
@@ -3630,7 +3630,7 @@ static void update_conversation_info(packet_info *pinfo,
{
/* the following saves information about the conversation this packet defines,
so there's no point in doing it more than once per packet */
- if (!pinfo->fd->flags.visited) {
+ if (!pinfo->fd->visited) {
/* get the previously saved context for this connection */
connection_context *connection;