aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v5.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-03-17 16:54:08 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-17 15:57:55 +0000
commitce527ba58d6b2b0d760fc996c895b2415d61ceea (patch)
treeafeaa6e209c2431090a50b5b4ab7b4cc50a1e9c1 /epan/dissectors/packet-openflow_v5.c
parentaea1edfe0d2dc52c341ca4e638f759be8e3ca8ec (diff)
Try to fix trivial varnings
Change-Id: I7b09999fe34ffded73f0b26c3e561b39d2120643 Reviewed-on: https://code.wireshark.org/review/714 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-openflow_v5.c')
-rw-r--r--epan/dissectors/packet-openflow_v5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-openflow_v5.c b/epan/dissectors/packet-openflow_v5.c
index 67aaf2cff7..ff2944f99b 100644
--- a/epan/dissectors/packet-openflow_v5.c
+++ b/epan/dissectors/packet-openflow_v5.c
@@ -3893,7 +3893,7 @@ dissect_openflow_queue_desc_request_v5(tvbuff_t *tvb, packet_info *pinfo _U_, pr
proto_tree_add_item(tree, hf_openflow_v5_queue_desc_request_queue_id_reserved, tvb, offset, 4, ENC_BIG_ENDIAN);
}
/*offset+=4;*/
-};
+}
#define OFPFMF_INITIAL 1<<0
@@ -4133,7 +4133,7 @@ dissect_openflow_switch_description_v5(tvbuff_t *tvb, packet_info *pinfo _U_, pr
/* char dp_desc[DESC_STR_LEN]; */
proto_tree_add_item(tree, hf_openflow_v5_switch_description_dp_desc, tvb, offset, DESC_STR_LEN, ENC_ASCII|ENC_NA);
/*offset+=DESC_STR_LEN;*/
-};
+}
static int
@@ -4361,7 +4361,7 @@ dissect_openflow_port_stats_v5(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree
offset+=4;
return offset;
-};
+}