aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-29 09:52:14 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-29 09:52:14 +0000
commitce6804616e3d05870fca90bce65fba47713684a2 (patch)
tree7dddd88821ed3f22b5fd40fe50a068c6e652cf0e /epan/dissectors/packet-ber.h
parent70d7bbebd0bb943af99787a8203f9b1096a14461 (diff)
add some algorithm oid's to x509af(for the time being)
(only those that take no parameters for the time being) create a dummy ber oid callback for callbacks that are NULL svn path=/trunk/; revision=11565
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 45b707046e..7ace045df3 100644
--- a/epan/dissectors/packet-ber.h
+++ b/epan/dissectors/packet-ber.h
@@ -160,5 +160,6 @@ 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 dissect_ber_oid_NULL_callback(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
#endif /* __PACKET_BER_H__ */