aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nspi.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-05-03 17:48:40 +0200
committerMichael Mann <mmann78@netscape.net>2017-05-05 21:57:31 +0000
commit0d368850aebe054b66959975df4ddbbad58a37a9 (patch)
tree0b339f77126ca9a994668ab40087734050edc144 /epan/dissectors/packet-dcerpc-nspi.h
parent5956556aceb1f59387a081a6e8898a7e40730936 (diff)
tnef: fix conflicting entry in its value_string
Field 'Type' (tnef.property.tag.type) has a conflicting entry in its value_string: 4126 is at indices 24 (PT_MV_STRING8) and 25 (PT_MV_TSTRING)) Change-Id: I306ba69b954f22781bbafe4400993d73c9be5811 Reviewed-on: https://code.wireshark.org/review/21511 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nspi.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nspi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-nspi.h b/epan/dissectors/packet-dcerpc-nspi.h
index 913bd1d4e5..a7f0525cce 100644
--- a/epan/dissectors/packet-dcerpc-nspi.h
+++ b/epan/dissectors/packet-dcerpc-nspi.h
@@ -3529,7 +3529,6 @@ int nspi_dissect_struct_NAME_STRING(tvbuff_t *tvb _U_, int offset _U_, packet_in
#define PT_MV_APPTIME (0x1007)
#define PT_MV_I8 (0x1014)
#define PT_MV_STRING8 (0x101e)
-#define PT_MV_TSTRING (0x101e)
#define PT_MV_UNICODE (0x101f)
#define PT_MV_SYSTIME (0x1040)
#define PT_MV_CLSID (0x1048)