aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-07-05 21:11:58 +0000
committerGuy Harris <guy@alum.mit.edu>2011-07-05 21:11:58 +0000
commit9788778543e5315638bbffae46de49937083909b (patch)
tree21c64f0af47611a05d490bec2ed8147341d13943 /epan
parent8b5eee363930d8e53e8fd0abd23c62e1fd71a070 (diff)
Add ett_a11_rqi_grantedqos to the list of ett_ values to be allocated.
Clean up indentation. svn path=/trunk/; revision=37906
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-3g-a11.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/epan/dissectors/packet-3g-a11.c b/epan/dissectors/packet-3g-a11.c
index a0d9deadd0..3ae57129e9 100644
--- a/epan/dissectors/packet-3g-a11.c
+++ b/epan/dissectors/packet-3g-a11.c
@@ -2423,20 +2423,21 @@ proto_register_a11(void)
&ett_a11_fqi_flowentry,
&ett_a11_fqi_requestedqos,
&ett_a11_fqi_qos_attribute_set,
- &ett_a11_fqi_grantedqos,
+ &ett_a11_fqi_grantedqos,
&ett_a11_rqi_flowentry,
- &ett_a11_rqi_requestedqos,
- &ett_a11_rqi_qos_attribute_set,
+ &ett_a11_rqi_requestedqos,
+ &ett_a11_rqi_qos_attribute_set,
+ &ett_a11_rqi_grantedqos,
&ett_a11_fqi_flags,
&ett_a11_fqi_entry_flags,
&ett_a11_rqi_entry_flags,
&ett_a11_fqui_flowentry,
&ett_a11_rqui_flowentry,
&ett_a11_subscriber_profile,
- &ett_a11_forward_rohc,
+ &ett_a11_forward_rohc,
&ett_a11_reverse_rohc,
- &ett_a11_forward_profile,
- &ett_a11_reverse_profile,
+ &ett_a11_forward_profile,
+ &ett_a11_reverse_profile,
};
/* Register the protocol name and description */