aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fip.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-11-01 01:23:10 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-11-01 01:23:10 +0000
commitf5e838b6022c39757f9c15ea5d9de1541056bb12 (patch)
tree4319b9cdeab6a12773ace6a61f6872c6ce46987c /epan/dissectors/packet-fip.c
parente3f8def24f03be5d976dd27ab6eb00b2ed10c6e7 (diff)
Remove comma at the end of several enumerator lists.
svn path=/trunk/; revision=39700
Diffstat (limited to 'epan/dissectors/packet-fip.c')
-rw-r--r--epan/dissectors/packet-fip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-fip.c b/epan/dissectors/packet-fip.c
index 6bcf4bd285..ba54280b54 100644
--- a/epan/dissectors/packet-fip.c
+++ b/epan/dissectors/packet-fip.c
@@ -62,7 +62,7 @@ enum fip_opcode {
FIP_OP_LS = 2, /* Link Service request or reply */
FIP_OP_CTRL = 3, /* control */
FIP_OP_VLAN = 4, /* VLAN request or reply */
- FIP_OP_VN2VN = 5, /* VN_port to VN_port operation */
+ FIP_OP_VN2VN = 5 /* VN_port to VN_port operation */
};
/*
@@ -100,7 +100,7 @@ enum fip_vn2vn_subcode {
FIP_SC_VN_PROBE_REP = 2, /* probe reply */
FIP_SC_VN_CLAIM_NOTIFY = 3, /* claim notification */
FIP_SC_VN_CLAIM_REP = 4, /* claim response */
- FIP_SC_VN_BEACON = 5, /* beacon */
+ FIP_SC_VN_BEACON = 5 /* beacon */
};
static const value_string fip_opcodes[] = {
@@ -163,7 +163,7 @@ enum fip_desc_type {
FIP_DT_FKA = 12, /* FIP keep-alive / advert. period */
FIP_DT_VEND = 13, /* Vendor-specific TLV */
FIP_DT_VLAN = 14, /* VLAN number */
- FIP_DT_FC4F = 15, /* FC-4 features */
+ FIP_DT_FC4F = 15 /* FC-4 features */
};
static const value_string fip_desc_types[] = {