aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h263.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-11-13 20:53:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-11-13 20:53:24 +0000
commit0496eb5dcabb32c36084b2efb620fe6fe9a50b12 (patch)
treec51b077832932a4a2f99fc87cfa14f038ff9d696 /epan/dissectors/packet-h263.c
parent42ed3aede8d6bc03dc8d9f3906761f6d5981874c (diff)
Fix Bug 566 H.263: in display filters, ftype bit masked by sbit
svn path=/trunk/; revision=16500
Diffstat (limited to 'epan/dissectors/packet-h263.c')
-rw-r--r--epan/dissectors/packet-h263.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h263.c b/epan/dissectors/packet-h263.c
index 782b57de29..34bbc9df4c 100644
--- a/epan/dissectors/packet-h263.c
+++ b/epan/dissectors/packet-h263.c
@@ -367,7 +367,7 @@ proto_register_h263(void)
&hf_h263_ftype,
{
"F",
- "h263.sbit",
+ "h263.ftype",
FT_BOOLEAN,
BASE_NONE,
NULL,