From 304db15bd44a79a3fbc9991dc97cd3c2a046aba0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 29 Dec 2009 04:16:37 +0100 Subject: [PATCH] [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. --- wireshark/abis_oml.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/wireshark/abis_oml.patch b/wireshark/abis_oml.patch index 1b2439c86..7dbfd6964 100644 --- a/wireshark/abis_oml.patch +++ b/wireshark/abis_oml.patch @@ -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 }, + }, +}; +