summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ber.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-20 10:45:11 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-20 10:45:11 +0000
commita9c3e27415abef93c66de5d9a4acd468fd84a22f (patch)
tree7ea6aa17b8b44ed39a9673bdd5be608f9c54b69a /epan/dissectors/packet-ber.h
parent723d3dbe44c0d14ef0849195c662211aaa98fdb8 (diff)
downloadwireshark-a9c3e27415abef93c66de5d9a4acd468fd84a22f.tar.gz
Small update to AlgorithmIdentifier.
Allow the TYPE field to match ANY type of BER construct. svn path=/trunk/; revision=11441
Diffstat (limited to 'epan/dissectors/packet-ber.h')
-rw-r--r--epan/dissectors/packet-ber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ber.h b/epan/dissectors/packet-ber.h
index e8230b1ded..872d9f9e96 100644
--- a/epan/dissectors/packet-ber.h
+++ b/epan/dissectors/packet-ber.h
@@ -40,7 +40,7 @@ typedef int (*ber_callback)(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb,
#define BER_CLASS_APP 1
#define BER_CLASS_CON 2
#define BER_CLASS_PRI 3
-
+#define BER_CLASS_ANY 99 /* dont check class nor tag */
#define BER_UNI_TAG_EOC 0 /* 'end-of-content' */
#define BER_UNI_TAG_BOOLEAN 1