aboutsummaryrefslogtreecommitdiffstats
path: root/packet-image-gif.c
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-01-03 12:43:51 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-01-03 12:43:51 +0000
commit8dacc4cf89e45822ca01a5415f34a5c796890d5b (patch)
tree673b9e78497baff2a56db201ec2b40f16c89c6e8 /packet-image-gif.c
parent54c2bb5ea26f5df5fe7ceeec9b3da313f5b3c641 (diff)
Fix an incorrect filterable field name.
svn path=/trunk/; revision=9534
Diffstat (limited to 'packet-image-gif.c')
-rwxr-xr-xpacket-image-gif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-image-gif.c b/packet-image-gif.c
index 1bbf25e7cf..1d17ca01a8 100755
--- a/packet-image-gif.c
+++ b/packet-image-gif.c
@@ -3,7 +3,7 @@
* Routines for image/gif media dissection
* Copyright 2003, Olivier Biot <olivier.biot (ad) siemens.com>
*
- * $Id: packet-image-gif.c,v 1.2 2003/12/24 12:46:57 obiot Exp $
+ * $Id: packet-image-gif.c,v 1.3 2004/01/03 12:43:51 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -572,7 +572,7 @@ proto_register_gif(void)
},
{ &hf_local_image_bpp,
{ "Image bits per pixel minus 1",
- IMG_GIF "local.bpp",
+ IMG_GIF ".local.bpp",
FT_UINT8, BASE_DEC, NULL, 0x07,
"The number of bits per pixel is one plus the field value.",
HFILL