aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-10-27 19:59:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-10-27 19:59:44 +0000
commit0510221c29c046411041add36287d7920fa384cb (patch)
tree5da335cf9025f1c1e0be7f79b6a769feaed103ab /epan/dissectors/packet-ber.h
parent7d4248680d4c766ac5ef756a1627fa0061d85d5e (diff)
Make it possible to register a string for an OID in the hash table.
svn path=/trunk/; revision=12412
Diffstat (limited to 'epan/dissectors/packet-ber.h')
-rw-r--r--epan/dissectors/packet-ber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ber.h b/epan/dissectors/packet-ber.h
index 2f7222d98c..12c6bdfa7a 100644
--- a/epan/dissectors/packet-ber.h
+++ b/epan/dissectors/packet-ber.h
@@ -160,6 +160,7 @@ extern proto_item *get_ber_last_created_item(void);
int call_ber_oid_callback(char *oid, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
void register_ber_oid_dissector(char *oid, dissector_t dissector, int proto, char *name);
+void register_ber_oid_name(char *oid, char *name);
void dissect_ber_oid_NULL_callback(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
#endif /* __PACKET_BER_H__ */