summaryrefslogtreecommitdiff
path: root/asn1/x509ce/x509ce.cnf
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-25 21:00:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-25 21:00:17 +0000
commitd10fa2e0708e17471ffdc32534a48b36555469aa (patch)
treee0de65bc4b206c48d2dd46e4a9e5f65d8614d587 /asn1/x509ce/x509ce.cnf
parent9d81458421f9c6c1bce0121e681bdbc0dac1b5d9 (diff)
downloadwireshark-d10fa2e0708e17471ffdc32534a48b36555469aa.tar.gz
try to print an IPAddress as an ip address and not as a 4 byte octet string
svn path=/trunk/; revision=12603
Diffstat (limited to 'asn1/x509ce/x509ce.cnf')
-rw-r--r--asn1/x509ce/x509ce.cnf3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/x509ce/x509ce.cnf b/asn1/x509ce/x509ce.cnf
index 968b0b9b91..fcba1a10ef 100644
--- a/asn1/x509ce/x509ce.cnf
+++ b/asn1/x509ce/x509ce.cnf
@@ -108,6 +108,9 @@ SkipCerts B "2.5.29.54" "id-ce-inhibitAnyPolicy"
#.FN_BODY PolicyQualifierValue
offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, tree);
+#.FN_BODY GeneralName/iPAddress
+ proto_tree_add_item(tree, hf_x509ce_IPAddress, tvb, offset, 4, FALSE);
+ offset+=4;
#.END