aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-09-07 16:23:59 +0200
committerAnders Broman <a.broman58@gmail.com>2017-09-07 16:00:30 +0000
commitb57010039bbbf01f7fa16c1a3a78907558eb9f97 (patch)
tree705800abe4c6d49b7432c86b8e82016378e20e65 /epan/dissectors/packet-nas_eps.c
parentf091ed83f7e051f0618391dc791687235c4a0abd (diff)
[NAS EPS] Update Request type value_string.
Change-Id: Ie92d2c0d91cd91974400327e0beba6aa9d995bff Reviewed-on: https://code.wireshark.org/review/23427 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index e05e6539af..f6d4ca648d 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -3032,8 +3032,9 @@ de_esm_re_attempt_ind(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint
static const value_string nas_eps_esm_request_type_values[] = {
{ 0x1, "Initial request" },
{ 0x2, "Handover" },
- { 0x3, "Unused; shall be interpreted as initial request if received by the network" },
+ { 0x3, "Unused. If received, the network shall interpret this as 'initial request'" },
{ 0x4, "Emergency" },
+ { 0x6, "Handover of emergency bearer services" },
{ 0, NULL }
};