aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iua.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-08-25 13:25:10 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-25 11:29:58 +0000
commita6cbcb1bb06b3944c1d0da595ce6b31f6ace9ea3 (patch)
treecc29cf04a67f807295710c5063daffca0888f02e /epan/dissectors/packet-iua.c
parente78400265067cb6a26d6feac07f9d95949116882 (diff)
Fix a typo RELEASE_OTHER_REASON 4 -> RELEASE_OTHER_REASON 3
RFC 3057 3.3.1.2 RELEASE_OTHER 0x3 Other reasons Change-Id: I5c2344600646cbfbef379aed5d3ffa9fc48da639 Reviewed-on: https://code.wireshark.org/review/3829 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-iua.c')
-rw-r--r--epan/dissectors/packet-iua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iua.c b/epan/dissectors/packet-iua.c
index 254db9bd15..83c7dc0f02 100644
--- a/epan/dissectors/packet-iua.c
+++ b/epan/dissectors/packet-iua.c
@@ -453,7 +453,7 @@ dissect_protocol_data_parameter(tvbuff_t *parameter_tvb, proto_item *parameter_i
#define RELEASE_MGMT_REASON 0
#define RELEASE_PHYS_REASON 1
#define RELEASE_DM_REASON 2
-#define RELEASE_OTHER_REASON 4
+#define RELEASE_OTHER_REASON 3
static const value_string release_reason_values[] = {
{ RELEASE_MGMT_REASON, "Management layer generated release" },