aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v5.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 11:12:20 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 11:12:20 +0000
commit4d92f6079b04839bf2969c3fa665416e384d5a4a (patch)
treecb3c98a18f4655eebae77c124b00e7cfa5a6bdee /epan/dissectors/packet-openflow_v5.c
parentfde0410bb5324cf7773199aa7e49e8ef9abb6b8e (diff)
Remove not needed ';'
svn path=/trunk/; revision=54088
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 38b1018623..5c1e52550c 100644
--- a/epan/dissectors/packet-openflow_v5.c
+++ b/epan/dissectors/packet-openflow_v5.c
@@ -2450,7 +2450,7 @@ dissect_openflow_port_v5(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree
return offset;
#endif
-};
+}
@@ -3553,7 +3553,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
@@ -3781,7 +3781,7 @@ dissect_openflow_port_stats_v5(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree
offset+=4;
return offset;
-};
+}
static int