aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-10-08 22:30:47 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-10-08 22:30:47 +0000
commit924f9663fd901eb4820e27ffb9a42b882a30e902 (patch)
treece7fe2612e6efadcfd6e47f2a92c0a5125acaef7 /epan/dissectors/packet-nas_eps.c
parentb01f1d37629276c517f3aa54fc7628345336b7b3 (diff)
Enhance dissection of Open Channel proactive command
svn path=/trunk/; revision=45413
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index c3d813cb1b..431c07b13d 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -2250,8 +2250,8 @@ static const range_string nas_eps_qci_vals[] = {
-static guint16
-de_esm_qos(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
+guint16
+de_esm_qos(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
guint8 octet;