aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-11-29 19:11:55 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-11-29 19:11:55 +0000
commitc795dd1af543b2c9e78a0ee08d273622b5b94dbb (patch)
treed6ebc9cc5f6fdb2a0080744f4cadd8cef8a60b7e /epan/dissectors/packet-dtn.h
parente9fd4a430e14eeeca85d184fe8ada16e6798ebf3 (diff)
From Mithun Roy:
This is a patch for a new dissector that decodes LTP (Licklider Transmission Protocol) data according to RFC 5326. svn path=/trunk/; revision=31120
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);
+
+