aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-12-16 00:32:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-12-16 00:32:12 +0000
commit163252a41c8f6ce7b233de6db317422647757d04 (patch)
tree437bb45e352ff8604d59051e8cf8163df2842f6d /epan/dissectors/packet-frame.h
parentf84e9e9bdefd6bef765a4ca32350314d2ef54b54 (diff)
From Stig B
Patch for COTP reassembly. There does not seem to be any reasonable or cleaner way to fix COTP reassembly than adding the frame.[ch] patch. svn path=/trunk/; revision=16813
Diffstat (limited to 'epan/dissectors/packet-frame.h')
-rw-r--r--epan/dissectors/packet-frame.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/dissectors/packet-frame.h b/epan/dissectors/packet-frame.h
index 1430fb1544..80e4d030f7 100644
--- a/epan/dissectors/packet-frame.h
+++ b/epan/dissectors/packet-frame.h
@@ -36,6 +36,14 @@ void show_exception(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
void
show_reported_bounds_error(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+/*
+ * Routine used to register frame end routine. The routine should only
+ * be registred when the dissector is used in the frame, not in the
+ * proto_register_XXX function.
+ */
+void
+register_frame_end_routine(void (*func)(void));
+
/*
* "Protocol" used for "malformed frame" errors (other than
* ReportedBoundsError exceptions).