From dab0fabcadb8958a8683bb7125f374ff683074aa Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 12 Dec 2004 00:24:21 +0000 Subject: remove the function with the old signature for ber integer dissection svn path=/trunk/; revision=12723 --- epan/dissectors/packet-ber.c | 8 -------- epan/dissectors/packet-ber.h | 1 - 2 files changed, 9 deletions(-) diff --git a/epan/dissectors/packet-ber.c b/epan/dissectors/packet-ber.c index 44625ab572..7936866f5e 100644 --- a/epan/dissectors/packet-ber.c +++ b/epan/dissectors/packet-ber.c @@ -582,14 +582,6 @@ printf("INTEGERnew dissect_ber_integer_new(%s) entered implicit_tag:%d len:%d\n" return offset; } -/* XXX kludge until we fix up asn2eth and rebuild everything */ -int -dissect_ber_integer(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, guint32 *value) -{ - return dissect_ber_integer_new(FALSE, pinfo, tree, tvb, offset, hf_id, value); -} - - int dissect_ber_boolean(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id) diff --git a/epan/dissectors/packet-ber.h b/epan/dissectors/packet-ber.h index d69461d2e3..44d71483de 100644 --- a/epan/dissectors/packet-ber.h +++ b/epan/dissectors/packet-ber.h @@ -86,7 +86,6 @@ extern int dissect_ber_length(packet_info *pinfo, proto_tree *tree, tvbuff_t *tv extern int dissect_ber_octet_string(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, tvbuff_t **out_tvb); extern int dissect_ber_octet_string_wcb(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, ber_callback func); -extern int dissect_ber_integer(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, guint32 *value); extern int dissect_ber_integer_new(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, gint hf_id, guint32 *value); -- cgit v1.2.3