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>
This commit is contained in:
AndersBroman 2014-08-25 13:25:10 +02:00 committed by Anders Broman
parent e784002650
commit a6cbcb1bb0
1 changed files with 1 additions and 1 deletions

View File

@ -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" },