aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t30.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-23 20:42:54 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-23 20:42:54 +0000
commit986120d5ddbb7f36c22844986e628bb0f45d27ed (patch)
tree7ce59706abd6ad1204ac1abc87fb571e802eb899 /epan/dissectors/packet-t30.c
parent7da9e41cce0a513e43ac8157a59b82f04c7636ab (diff)
Fix some duplicate display filter names.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40672 f5534014-38df-0310-8fa8-9805f1628bb7
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,