aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t30.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-23 20:42:54 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-23 20:42:54 +0000
commit58cab4f10786f8146461729d373062934c680fcc (patch)
tree7ce59706abd6ad1204ac1abc87fb571e802eb899 /epan/dissectors/packet-t30.c
parentc5be5ec99c98cc42974dd7f3c32cc6b0d945eb64 (diff)
Fix some duplicate display filter names.
svn path=/trunk/; revision=40672
Diffstat (limited to 'epan/dissectors/packet-t30.c')
-rw-r--r--epan/dissectors/packet-t30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-t30.c b/epan/dissectors/packet-t30.c
index fa2e3f0995..3e6df9a9b9 100644
--- a/epan/dissectors/packet-t30.c
+++ b/epan/dissectors/packet-t30.c
@@ -1188,7 +1188,7 @@ proto_register_t30(void)
{ "Ready to transmit a character or mixed mode document (polling)", "t30.fif.rttcmmd", FT_BOOLEAN, 8,
TFS(&tfs_set_notset), 0x20, NULL, HFILL }},
{ &hf_t30_fif_chrm,
- { "Character mode", "t30.fif.cm", FT_BOOLEAN, 8,
+ { "Character mode", "t30.fif.chrm", FT_BOOLEAN, 8,
TFS(&tfs_set_notset), 0x10, NULL, HFILL }},
{ &hf_t30_fif_mm,
{ "Mixed mode (Annex E/T.4)", "t30.fif.mm", FT_BOOLEAN, 8,