aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-07-12 02:42:33 +0000
committerGuy Harris <guy@alum.mit.edu>2008-07-12 02:42:33 +0000
commita092f9857dd782c4ccf5792953269bded3706bb9 (patch)
treea11c7b897f72120e0e66adb7cdc12d469d1761c7 /epan/dissectors/packet-erf.c
parent6d0ad7e14072768888d24cfca12c1ec742c4db63 (diff)
Rename the preference values to something that leaves out the "eth" (as
it's redundant). svn path=/trunk/; revision=25720
Diffstat (limited to 'epan/dissectors/packet-erf.c')
-rw-r--r--epan/dissectors/packet-erf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-erf.c b/epan/dissectors/packet-erf.c
index 3e7f4fe684..5ceeb52b68 100644
--- a/epan/dissectors/packet-erf.c
+++ b/epan/dissectors/packet-erf.c
@@ -906,9 +906,9 @@ proto_register_erf(void)
};
static enum_val_t erf_ethfcs_options[] = {
- { "ethfcs", "Present", ERF_ETHFCS_YES },
- { "ethnofcs", "Not present", ERF_ETHFCS_NO },
- { "eth", "Possibly present", ERF_ETHFCS_MAYBE },
+ { "fcs", "Present", ERF_ETHFCS_YES },
+ { "nofcs", "Not present", ERF_ETHFCS_NO },
+ { "maybefcs", "Possibly present", ERF_ETHFCS_MAYBE },
{ NULL, NULL, 0 }
};