Get rid of some warnings.

svn path=/trunk/; revision=26772
This commit is contained in:
Guy Harris 2008-11-13 17:54:17 +00:00
parent 1944c530dc
commit daf7a9f9f0
3 changed files with 6 additions and 6 deletions

View File

@ -398,7 +398,7 @@ static int dissect_mscldap_ntver_flags(proto_tree *parent_tree, tvbuff_t *tvb, i
else
one_bit_set = TRUE;
proto_item_append_text(item, hfi->name);
proto_item_append_text(item, "%s", hfi->name);
}
}
@ -1267,7 +1267,7 @@ static int dissect_mscldap_netlogon_flags(proto_tree *parent_tree, tvbuff_t *tvb
else
one_bit_set = TRUE;
proto_item_append_text(item, hfi->name);
proto_item_append_text(item, "%s", hfi->name);
}
}

View File

@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-ldap.c */
/* ../../tools/asn2wrs.py -b -p ldap -c ldap.cnf -s packet-ldap-template Lightweight-Directory-Access-Protocol-V3.asn */
/* ../../tools/asn2wrs.py -b -p ldap -c ./ldap.cnf -s ./packet-ldap-template -D . Lightweight-Directory-Access-Protocol-V3.asn */
/* Input file: packet-ldap-template.c */
@ -581,7 +581,7 @@ static int dissect_mscldap_ntver_flags(proto_tree *parent_tree, tvbuff_t *tvb, i
else
one_bit_set = TRUE;
proto_item_append_text(item, hfi->name);
proto_item_append_text(item, "%s", hfi->name);
}
}
@ -3813,7 +3813,7 @@ static int dissect_mscldap_netlogon_flags(proto_tree *parent_tree, tvbuff_t *tvb
else
one_bit_set = TRUE;
proto_item_append_text(item, hfi->name);
proto_item_append_text(item, "%s", hfi->name);
}
}

View File

@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-ldap.h */
/* ../../tools/asn2wrs.py -b -p ldap -c ldap.cnf -s packet-ldap-template Lightweight-Directory-Access-Protocol-V3.asn */
/* ../../tools/asn2wrs.py -b -p ldap -c ./ldap.cnf -s ./packet-ldap-template -D . Lightweight-Directory-Access-Protocol-V3.asn */
/* Input file: packet-ldap-template.h */