summaryrefslogtreecommitdiff
path: root/asn1/x509ce/x509ce.cnf
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-05-11 07:49:27 +0000
committerGuy Harris <guy@alum.mit.edu>2012-05-11 07:49:27 +0000
commitfde0260bee4cd54d7029ee238bcaf47dd3b3c648 (patch)
tree6273ccc2e77ecc24428357bd4eb807b4caa4b67f /asn1/x509ce/x509ce.cnf
parentd46a8a25060c25a1470dcf7fbf541a356f74340a (diff)
downloadwireshark-fde0260bee4cd54d7029ee238bcaf47dd3b3c648.tar.gz
Get rid of remaining Booleans-as-encoding-arguments in
proto_tree_add_item() calls. svn path=/trunk/; revision=42566
Diffstat (limited to 'asn1/x509ce/x509ce.cnf')
-rw-r--r--asn1/x509ce/x509ce.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509ce/x509ce.cnf b/asn1/x509ce/x509ce.cnf
index 9164709899..b2eda8ff63 100644
--- a/asn1/x509ce/x509ce.cnf
+++ b/asn1/x509ce/x509ce.cnf
@@ -162,7 +162,7 @@ EnhancedCertificateAssertion/pathToName enhancedPathToName
offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree);
#.FN_BODY GeneralName/iPAddress
- proto_tree_add_item(tree, hf_x509ce_IPAddress, tvb, offset, 4, FALSE);
+ proto_tree_add_item(tree, hf_x509ce_IPAddress, tvb, offset, 4, ENC_BIG_ENDIAN);
offset+=4;
#.FN_PARS OtherNameType