aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-09-25 16:43:30 +0200
committerAnders Broman <a.broman58@gmail.com>2014-09-25 15:06:08 +0000
commita5a87210c691356c77865d395688c7f1b22d9374 (patch)
treeec5b3f3b48d07139e3b812ca386add3bd420b678 /epan/dissectors/packet-gtpv2.c
parent0fa7b01a9572b031e0f3d2c04417171322a08a0c (diff)
Add comments about new IEs
Change-Id: Ibc035872ff6406830a06bcfd365047a6d8c2478f Reviewed-on: https://code.wireshark.org/review/4283 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 36a4775276..356daede20 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -5043,6 +5043,24 @@ dissect_gtpv2_action_indication(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tre
proto_tree_add_text(tree, tvb, offset, length-1, "Spare: %s", tvb_bytes_to_ep_str(tvb, offset, length-1));
}
+/*
+ * 8.100 TWAN Identifier
+ * 8.101 ULI Timestamp
+ * 8.102 MBMS Flags
+ * 8.103 RAN/NAS Cause
+ * 8.104 CN Operator Selection Entity
+ * 8.105 Trusted WLAN Mode Indication
+ * 8.106 Node Number
+ * 8.107 Node Identifier
+ * 8.108 Presence Reporting Area Action
+ * 8.109 Presence Reporting Area Information
+ * 8.110 TWAN Identifier Timestamp
+ * 8.111 Overload Control Information
+ * 8.112 Load Control Information
+ * 8.113 Metric
+ * 8.114 Sequence Number
+ * 8.115 APN and Relative Capacity
+ */
typedef struct _gtpv2_ie {
int ie_type;
void (*decode) (tvbuff_t *, packet_info *, proto_tree *, proto_item *, guint16, guint8, guint8);