aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-10 05:58:06 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-10 05:58:06 +0000
commit0983cdddfe7844a73605f4af93a4f10cc91acb12 (patch)
treeb3e79fcb536234a1a187ec34369c27ca927e30bc /epan/dissectors/packet-per.h
parent6ea19d513b0192d0cee94ddbd1bde229dd942514 (diff)
Preparations to be able to handle unaligned PER.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18119 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-per.h')
-rw-r--r--epan/dissectors/packet-per.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-per.h b/epan/dissectors/packet-per.h
index af03c1d3cf..5a25919b5b 100644
--- a/epan/dissectors/packet-per.h
+++ b/epan/dissectors/packet-per.h
@@ -67,6 +67,7 @@ typedef struct _per_sequence_t {
per_callback func;
} per_sequence_t;
+extern void per_aligment_type_callback(gboolean byte_aligned);
extern guint32 dissect_per_length_determinant(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, guint32 *length);