aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-gif.c
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2005-05-28 00:51:56 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2005-05-28 00:51:56 +0000
commit97babfb98d30fa79c94ac7ad6db493399ba13a46 (patch)
tree4ded935fb06885be411e4baf7c5718bf5a76e81c /epan/dissectors/packet-image-gif.c
parent0890269d05f35823ccb3b7f656cbe4b650fc7a99 (diff)
From Gilbert Ramirez - Fix a FT_NONE with a bitmask (shouldn't have one).
svn path=/trunk/; revision=14459
Diffstat (limited to 'epan/dissectors/packet-image-gif.c')
-rw-r--r--epan/dissectors/packet-image-gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-image-gif.c b/epan/dissectors/packet-image-gif.c
index 0116798777..9fec930740 100644
--- a/epan/dissectors/packet-image-gif.c
+++ b/epan/dissectors/packet-image-gif.c
@@ -616,7 +616,7 @@ proto_register_gif(void)
{ &hf_image,
{ "Image",
IMG_GIF ".image",
- FT_NONE, BASE_NONE, NULL, 0x80,
+ FT_NONE, BASE_NONE, NULL, 0x00,
"Image.",
HFILL
}