aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h263.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-18 21:30:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-18 21:30:42 +0000
commitb228488bc0b9d5e0c63b15814836f7332f35ce04 (patch)
tree62ba2a1b91519fc94d9c3213b328889b969e0c78 /epan/dissectors/packet-h263.c
parentdec6ea57aefdcebc4bacd3934606ad0d78da446e (diff)
From Kovarththanan Rajaratnam via bug 3548:
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
Diffstat (limited to 'epan/dissectors/packet-h263.c')
-rw-r--r--epan/dissectors/packet-h263.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/epan/dissectors/packet-h263.c b/epan/dissectors/packet-h263.c
index 734ed74269..02001e8ad1 100644
--- a/epan/dissectors/packet-h263.c
+++ b/epan/dissectors/packet-h263.c
@@ -756,7 +756,7 @@ proto_register_h263_data(void)
"H.263 Split screen indicator",
"h263.split_screen_indicator",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&on_off_flg),
0x0,
"Split screen indicator", HFILL
@@ -768,7 +768,7 @@ proto_register_h263_data(void)
"H.263 Document camera indicator",
"h263.document_camera_indicator",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&on_off_flg),
0x0,
"Document camera indicator", HFILL
@@ -780,7 +780,7 @@ proto_register_h263_data(void)
"H.263 Full Picture Freeze Release",
"h263.split_screen_indicator",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&on_off_flg),
0x0,
"Full Picture Freeze Release", HFILL
@@ -840,7 +840,7 @@ proto_register_h263_data(void)
"H.263 Picture Coding Type",
"h263.picture_coding_type",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&picture_coding_type_flg),
0x0,
"Picture Coding Type", HFILL
@@ -852,7 +852,7 @@ proto_register_h263_data(void)
"H.263 Optional Unrestricted Motion Vector mode",
"h263.opt_unres_motion_vector_mode",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&on_off_flg),
0x0,
"Optional Unrestricted Motion Vector mode", HFILL
@@ -864,7 +864,7 @@ proto_register_h263_data(void)
"H.263 Optional Syntax-based Arithmetic Coding mode",
"h263.syntax_based_arithmetic_coding_mode",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&on_off_flg),
0x0,
"Optional Syntax-based Arithmetic Coding mode", HFILL
@@ -876,7 +876,7 @@ proto_register_h263_data(void)
"H.263 Optional Advanced Prediction mode",
"h263.optional_advanced_prediction_mode",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&on_off_flg),
0x0,
"Optional Advanced Prediction mode", HFILL
@@ -888,7 +888,7 @@ proto_register_h263_data(void)
"H.263 Optional PB-frames mode",
"h263.PB_frames_mode",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&PB_frames_mode_flg),
0x0,
"Optional PB-frames mode", HFILL
@@ -924,7 +924,7 @@ proto_register_h263_data(void)
"H.263 Continuous Presence Multipoint and Video Multiplex (CPM)",
"h263.cpm",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&cpm_flg),
0x0,
"Continuous Presence Multipoint and Video Multiplex (CPM)", HFILL
@@ -960,7 +960,7 @@ proto_register_h263_data(void)
"H.263 Custom PCF",
"h263.custom_pcf",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
TFS(&custom_pcf_flg),
0x0,
"Custom PCF", HFILL
@@ -972,7 +972,7 @@ proto_register_h263_data(void)
"H.263 Extra Insertion Information (PEI)",
"h263.pei",
FT_BOOLEAN,
- 8,
+ BASE_NONE,
NULL,
0x0,
"Extra Insertion Information (PEI)", HFILL