From 0983cdddfe7844a73605f4af93a4f10cc91acb12 Mon Sep 17 00:00:00 2001 From: etxrab Date: Wed, 10 May 2006 05:58:06 +0000 Subject: Preparations to be able to handle unaligned PER. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18119 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-per.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-per.h') 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); -- cgit v1.2.3