aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-29 19:11:55 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-29 19:11:55 +0000
commit28b5817ee833fb620684bfe158b5f56254b3859b (patch)
treed6ebc9cc5f6fdb2a0080744f4cadd8cef8a60b7e /epan/dissectors/packet-dtn.h
parentf92651bda2e7690addcff9fd0a0b9124d6491272 (diff)
From Mithun Roy:
This is a patch for a new dissector that decodes LTP (Licklider Transmission Protocol) data according to RFC 5326. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31120 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dtn.h')
-rw-r--r--epan/dissectors/packet-dtn.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dtn.h b/epan/dissectors/packet-dtn.h
index 431cd38854..67c17cfd13 100644
--- a/epan/dissectors/packet-dtn.h
+++ b/epan/dissectors/packet-dtn.h
@@ -133,3 +133,9 @@
#define BLOCK_CONTROL_EID_REFERENCE 0x40
#define IPN_SCHEME_STR "ipn"
+
+int evaluate_sdnv(tvbuff_t *tvb, int offset, int *bytecount);
+gint64 evaluate_sdnv_64(tvbuff_t *tvb, int offset, int *bytecount);
+int dissect_complete_bundle(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+
+