summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-cmp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-04-23 20:49:54 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-04-23 20:49:54 +0000
commit36b88b8e15da9c277ae1e928f66effee5c6c49ec (patch)
tree9a9a61295b108f5964e455c85555cfa12034b84f /epan/dissectors/packet-cmp.h
parent02353b11ce7a88db438a4cd2b682b148c91dc068 (diff)
downloadwireshark-36b88b8e15da9c277ae1e928f66effee5c6c49ec.tar.gz
From : Martin Peylo:
PKIXCMP: fix new plain TCP transport style, add OID and preferences http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2499 svn path=/trunk/; revision=25157
Diffstat (limited to 'epan/dissectors/packet-cmp.h')
-rw-r--r--epan/dissectors/packet-cmp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cmp.h b/epan/dissectors/packet-cmp.h
index 5b90bf3742..12cd23fdca 100644
--- a/epan/dissectors/packet-cmp.h
+++ b/epan/dissectors/packet-cmp.h
@@ -34,6 +34,8 @@
#ifndef PACKET_CMP_H
#define PACKET_CMP_H
+void proto_reg_handoff_cmp(void);
+
/*--- Included file: packet-cmp-exp.h ---*/
#line 1 "packet-cmp-exp.h"
@@ -81,7 +83,7 @@ int dissect_cmp_PollReqContent(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
int dissect_cmp_PollRepContent(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
/*--- End of included file: packet-cmp-exp.h ---*/
-#line 30 "packet-cmp-template.h"
+#line 32 "packet-cmp-template.h"
#endif /* PACKET_CMP_H */