diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2011-04-19 08:22:58 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2011-04-19 08:22:58 +0000 |
commit | 1c45c1a243d43ec2268b898fec10dd23cefc5b33 (patch) | |
tree | 9fccc8cc5920ffd4987664b0c518ee30a71d2c15 /epan/dissectors/packet-cpfi.c | |
parent | 7f06b2e2174a55f5968962836d9c4dbcdd5cba2a (diff) | |
download | wireshark-1c45c1a243d43ec2268b898fec10dd23cefc5b33.tar.gz wireshark-1c45c1a243d43ec2268b898fec10dd23cefc5b33.tar.bz2 wireshark-1c45c1a243d43ec2268b898fec10dd23cefc5b33.zip |
From Michael Mann via bug 2794:
Fixed display filters with obvious typos.
svn path=/trunk/; revision=36713
Diffstat (limited to 'epan/dissectors/packet-cpfi.c')
-rw-r--r-- | epan/dissectors/packet-cpfi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cpfi.c b/epan/dissectors/packet-cpfi.c index e7efc5ce94..398319f094 100644 --- a/epan/dissectors/packet-cpfi.c +++ b/epan/dissectors/packet-cpfi.c @@ -402,7 +402,7 @@ proto_register_cpfi(void) FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL}}, { &hf_cpfi_word_two, - { "Word two", "cfpi.word_two", + { "Word two", "cpfi.word_two", FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL}}, |