From 12a705af47fcfe8c5b397759d62559f17a494fc1 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Wed, 15 Aug 2012 21:45:32 +0000 Subject: Miscellaneous changes: - move channel information before header dissection - add channel information to TM and RLC Control PDUs - take into account rlc information in rlc_is_ciphered function - update function prototypes according to the coding rules used in packet-rlc.c svn path=/trunk/; revision=44535 --- epan/dissectors/packet-rlc.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'epan/dissectors/packet-rlc.h') 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 */ -- cgit v1.2.3