[wireshark] Decode NM_ATT_IPACC_FILE_DATA as TL16V

This can be decoded like the plain FILE_DATA and I don't
understand the need for a custom version.
This commit is contained in:
Holger Hans Peter Freyther 2009-12-29 04:16:37 +01:00
parent 0b864db429
commit 304db15bd4
1 changed files with 1 additions and 0 deletions

View File

@ -2167,6 +2167,7 @@ Index: wireshark/epan/dissectors/packet-gsm_abis_oml.h
+ [NM_ATT_IPACC_CODING_SCHEMES] = { TLV_TYPE_TL16V, 0 },
+ [NM_ATT_IPACC_RLC_CFG_2] = { TLV_TYPE_TL16V, 0 },
+ [NM_ATT_IPACC_RLC_CFG_3] = { TLV_TYPE_TL16V, 0 },
+ [NM_ATT_IPACC_FILE_DATA] = { TLV_TYPE_TL16V, 0 },
+ },
+};
+