[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>
This commit is contained in:
AndersBroman 2017-09-07 16:23:59 +02:00 committed by Anders Broman
parent f091ed83f7
commit b57010039b
1 changed files with 2 additions and 1 deletions

View File

@ -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 }
};