From: etxrab Date: Thu, 9 Feb 2012 22:14:58 +0000 (+0000) Subject: Add comments about new IEs X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=5b43ed73f91293779b196ef424ccb5abade57caa Add comments about new IEs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40945 f5534014-38df-0310-8fa8-9805f1628bb7 --- diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c index 0cda2f16e3..ea8ec34805 100644 --- a/epan/dissectors/packet-gtp.c +++ b/epan/dissectors/packet-gtp.c @@ -6450,6 +6450,15 @@ static int decode_gtp_bearer_cntrl_mod(tvbuff_t * tvb, int offset, packet_info * } +/* + * 7.7.84 MBMS Flow Identifier + * 7.7.85 MBMS IP Multicast Distribution + * 7.7.86 MBMS Distribution Acknowledgement + * 7.7.87 Reliable INTER RAT HANDOVER INFO + * 7.7.88 RFSP Index + * 7.7.89 PDP Type + * 7.7.90 Fully Qualified Domain Name (FQDN) + */ /* * 7.7.91 Evolved Allocation/Retention Priority I */ @@ -6476,6 +6485,29 @@ static int decode_gtp_evolved_allc_rtn_p1(tvbuff_t * tvb, int offset, packet_inf } + +/* + * 7.7.92 Evolved Allocation/Retention Priority II + * 7.7.93 Extended Common Flags + * 7.7.94 User CSG Information (UCI) + * 7.7.95 CSG Information Reporting Action + * 7.7.96 CSG ID + * 7.7.97 CSG Membership Indication (CMI) + * 7.7.98 APN Aggregate Maximum Bit Rate (APN-AMBR) + * 7.7.99 UE Network Capability + * 7.7.100 UE-AMBR + * 7.7.101 APN-AMBR with NSAPI + * 7.7.102 GGSN Back-Off Time + * 7.7.103 Signalling Priority Indication + * 7.7.104 Signalling Priority Indication with NSAPI + * 7.7.105 Higher bitrates than 16 Mbps flag + * 7.7.106 Max MBR/APN-AMBR + * 7.7.107 Additional MM context for SRVCC + * 7.7.108 Additional flags for SRVCC + * 7.7.109 STN-SR + * 7.7.110 C-MSISDN + * 7.7.111 Extended RANAP Cause + */ /* GPRS: 12.15 * UMTS: 33.015 */