aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tpkt.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-11-17 18:22:49 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-11-17 18:22:49 +0000
commitcbba688f44fcb69e390c3e50e404d9c285a4b822 (patch)
tree1691c35842811a681595cdde14b73d9dff1bf11c /epan/dissectors/packet-tpkt.c
parent0c571bb23573801aca727dd2d49e53ccee640d0d (diff)
Comment out dissect_ascii_tpkt to keep the buildbot happy.
svn path=/trunk/; revision=23480
Diffstat (limited to 'epan/dissectors/packet-tpkt.c')
-rw-r--r--epan/dissectors/packet-tpkt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tpkt.c b/epan/dissectors/packet-tpkt.c
index 58c6aec1f4..358e688829 100644
--- a/epan/dissectors/packet-tpkt.c
+++ b/epan/dissectors/packet-tpkt.c
@@ -591,12 +591,13 @@ dissect_tpkt_x224(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/*
* Dissect ASCII TPKT, which wraps a ASCII TPKT header around an OSI TP
* PDU.
- */
+
static void
dissect_ascii_tpkt(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
dissect_asciitpkt(tvb, pinfo, tree, osi_tp_handle);
}
+ */
void
proto_register_tpkt(void)