aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rlc.h')
-rw-r--r--epan/dissectors/packet-rlc.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rlc.h b/epan/dissectors/packet-rlc.h
index a3940f8632..a18020b28f 100644
--- a/epan/dissectors/packet-rlc.h
+++ b/epan/dissectors/packet-rlc.h
@@ -56,6 +56,9 @@ typedef struct rlc_info
* resets on transport channel swap. */
void rlc_reset_channel(enum rlc_mode mode, guint8 rbid, guint8 dir, guint32 urnti);
+/* Tells other functions if this packet is ciphered or not */
+gboolean rlc_is_ciphered(packet_info * pinfo);
+
/*****************************************************************/
/* UDP framing format */
/* ----------------------- */
@@ -122,8 +125,4 @@ void rlc_reset_channel(enum rlc_mode mode, guint8 rbid, guint8 dir, guint32 urnt
continues until the end of the frame) */
#define RLC_PAYLOAD_TAG 0x01
-
-/*Tells other functions if this packet is ciphered or not*/
-gboolean rlc_is_ciphered(packet_info * pinfo);
-
#endif /* PACKET_RLC_H */