aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-07-26 09:42:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-07-26 09:42:07 +0000
commit180f7aa1e08de531eae22b46e7030d3040f24f51 (patch)
treef72eb98978fe0ebc06181bf917fad70497a2c229 /epan/dissectors/packet-rlc.h
parentb90fabe60d052ece88a8cbdfe27c8f99df281ce2 (diff)
From Jacob Nordgren and Rishie Sharma:
- FP and RLC fixed spelling - Fixed variable declaration in RRC - removed extra ppi in nbap svn path=/trunk/; revision=44035
Diffstat (limited to 'epan/dissectors/packet-rlc.h')
-rw-r--r--epan/dissectors/packet-rlc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rlc.h b/epan/dissectors/packet-rlc.h
index 152dc753e7..8be8b1ac2a 100644
--- a/epan/dissectors/packet-rlc.h
+++ b/epan/dissectors/packet-rlc.h
@@ -115,6 +115,6 @@ typedef struct rlc_info
#define RLC_PAYLOAD_TAG 0x01
-/*Tells other functions if this packet i chipered or not*/
-gboolean rlc_is_chipered(packet_info * pinfo);
+/*Tells other functions if this packet i ciphered or not*/
+gboolean rlc_is_ciphered(packet_info * pinfo);