aboutsummaryrefslogtreecommitdiffstats
path: root/packet-image-gif.c
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-03 12:43:51 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-03 12:43:51 +0000
commitace97e68ce1634a271baf1b70aec71070769bb73 (patch)
tree673b9e78497baff2a56db201ec2b40f16c89c6e8 /packet-image-gif.c
parentfee039eed27b8dea827e73153dc3e649a452f2af (diff)
Fix an incorrect filterable field name.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9534 f5534014-38df-0310-8fa8-9805f1628bb7
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