aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-08-13 11:37:27 +0000
committerMichael Mann <mmann78@netscape.net>2013-08-13 11:37:27 +0000
commit077675448889b8576c854ca2e4148d38bf5e1cb9 (patch)
tree79bc442760874ab7dbde6f6df68261c56d75228b /epan/dissectors/packet-dtn.h
parentab8f63d76ca8a864dfb3dcbf525fecdb7b8bdef1 (diff)
Some improvements to the bundle protocol:
1. Cleanly break out Convergence Layer Protocol (TCPCL) into its own (new-style) pure dissector. 2. Make Bundle dissection into a new style dissector and clean so that it can be called using call_disssector. 3. Use tcp_dissect_pdus for TCPCL protocol instead of "manual" while loop. This allows contact header to benefit from TCP fragmentation. 4. Make time fields use time field types so they can be filterable. 5. A few functions were move to remove need for static declaration at top of file. 6. Remove pri_hdr_procflags global variable. Next up - making more fields filterable. svn path=/trunk/; revision=51337
Diffstat (limited to 'epan/dissectors/packet-dtn.h')
-rw-r--r--epan/dissectors/packet-dtn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dtn.h b/epan/dissectors/packet-dtn.h
index 7e2f7f7b22..92c37d015c 100644
--- a/epan/dissectors/packet-dtn.h
+++ b/epan/dissectors/packet-dtn.h
@@ -151,6 +151,5 @@
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);