aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-22 20:56:58 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-22 20:56:58 +0000
commitd9cca759e53f9f6428d1b3427d31d06e7f82c9e2 (patch)
tree0e8f54ea476f115c6e3e9cddb9d8d2981fbb32d6 /epan/dissectors/packet-frame.c
parent2f63301d1f1a16d266e464f2d712dea6a8ee591e (diff)
Fox copy-and-paste error.
svn path=/trunk/; revision=46701
Diffstat (limited to 'epan/dissectors/packet-frame.c')
-rw-r--r--epan/dissectors/packet-frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-frame.c b/epan/dissectors/packet-frame.c
index bff73ea7da..14f3c3e607 100644
--- a/epan/dissectors/packet-frame.c
+++ b/epan/dissectors/packet-frame.c
@@ -788,12 +788,12 @@ proto_register_frame(void)
{ &hf_frame_pack_direction,
{ "Direction", "frame.packet_flags_direction",
- FT_UINT32, BASE_HEX, TFS(&packet_word_directions), PACKET_WORD_DIRECTION_MASK,
+ FT_UINT32, BASE_HEX, VALS(&packet_word_directions), PACKET_WORD_DIRECTION_MASK,
NULL, HFILL }},
{ &hf_frame_pack_reception_type,
{ "Reception type", "frame.packet_flags_reception_type",
- FT_UINT32, BASE_DEC, TFS(&packet_word_reception_types), PACKET_WORD_RECEPTION_TYPE_MASK,
+ FT_UINT32, BASE_DEC, VALS(&packet_word_reception_types), PACKET_WORD_RECEPTION_TYPE_MASK,
NULL, HFILL }},
{ &hf_frame_pack_fcs_length,