aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcfcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-fcfcs.c')
-rw-r--r--epan/dissectors/packet-fcfcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcfcs.c b/epan/dissectors/packet-fcfcs.c
index b92fc72f90..a51f74d997 100644
--- a/epan/dissectors/packet-fcfcs.c
+++ b/epan/dissectors/packet-fcfcs.c
@@ -1126,7 +1126,7 @@ proto_reg_handoff_fcfcs (void)
fcs_handle = create_dissector_handle (dissect_fcfcs, proto_fcfcs);
- dissector_add("fcct.server", FCCT_GSRVR_FCS, fcs_handle);
+ dissector_add_uint("fcct.server", FCCT_GSRVR_FCS, fcs_handle);
data_handle = find_dissector ("data");
}