aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-12-29 04:16:37 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-29 04:21:22 +0100
commit304db15bd44a79a3fbc9991dc97cd3c2a046aba0 (patch)
treef0ccb78d0c4600eccf471979cf67b491bca05344 /wireshark
parent0b864db429cd3282003bbe355e9d669ed12bfcc3 (diff)
[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.
Diffstat (limited to 'wireshark')
-rw-r--r--wireshark/abis_oml.patch1
1 files changed, 1 insertions, 0 deletions
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 },
+ },
+};
+