From 84123931970a8a0f1af281e7351eadabba3c0908 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 18 Jun 2001 02:18:27 +0000 Subject: From Joerg Mayer: explicitly fill in all members of a "header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561 --- packet-h261.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'packet-h261.c') diff --git a/packet-h261.c b/packet-h261.c index eb6ea020c1..e96d354a6c 100644 --- a/packet-h261.c +++ b/packet-h261.c @@ -2,7 +2,7 @@ * * Routines for ITU-T Recommendation H.261 dissection * - * $Id: packet-h261.c,v 1.7 2001/06/12 06:31:14 guy Exp $ + * $Id: packet-h261.c,v 1.8 2001/06/18 02:17:46 guy Exp $ * * Copyright 2000, Philips Electronics N.V. * Andreas Sikkema @@ -135,7 +135,7 @@ proto_register_h261(void) BASE_DEC, NULL, 0x0, - "" + "", HFILL } }, { @@ -147,7 +147,7 @@ proto_register_h261(void) BASE_DEC, NULL, 0x0, - "" + "", HFILL } }, { @@ -159,7 +159,7 @@ proto_register_h261(void) BASE_NONE, NULL, 0x0, - "" + "", HFILL } }, { @@ -171,7 +171,7 @@ proto_register_h261(void) BASE_NONE, NULL, 0x0, - "" + "", HFILL } }, { @@ -183,7 +183,7 @@ proto_register_h261(void) BASE_DEC, NULL, 0x0, - "" + "", HFILL } }, { @@ -195,7 +195,7 @@ proto_register_h261(void) BASE_DEC, NULL, 0x0, - "" + "", HFILL } }, { @@ -207,7 +207,7 @@ proto_register_h261(void) BASE_DEC, NULL, 0x0, - "" + "", HFILL } }, { @@ -219,7 +219,7 @@ proto_register_h261(void) BASE_DEC, NULL, 0x0, - "" + "", HFILL } }, { @@ -231,7 +231,7 @@ proto_register_h261(void) BASE_DEC, NULL, 0x0, - "" + "", HFILL } }, { @@ -243,7 +243,7 @@ proto_register_h261(void) BASE_NONE, NULL, 0x0, - "" + "", HFILL } }, }; -- cgit v1.2.3