aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-04 22:43:38 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-04 22:43:38 +0000
commit77e321c7b2d558d67e03e0efecdddb0867faefe5 (patch)
tree5134afbc9f34c63f9714c3a6a96ed05a5d4b3c84 /epan/dissectors/packet-h248_annex_e.c
parent1751418460992bd9c19b46175309f678e3d6fc5a (diff)
Added the possibillity of Statistic pkg as well.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19436 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h248_annex_e.c')
-rw-r--r--epan/dissectors/packet-h248_annex_e.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index a63921ea30..663c92062f 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -63,8 +63,9 @@ static h248_package_t h248_pkg_generic = {
&hf_h248_pkg_generic_params,
&ett_h248_pkg_generic,
NULL,
- NULL,
- h248_pkg_generic_cause_evts
+ NULL,
+ h248_pkg_generic_cause_evts,
+ NULL
};
@@ -95,6 +96,8 @@ static h248_package_t h248_pkg_root = {
&ett_h248_pkg_root,
h248_pkg_root_properties,
NULL,
+ NULL,
+ NULL,
NULL
};
*/
@@ -121,6 +124,7 @@ static h248_package_t h248_pkg_tonegen = {
&ett_h248_pkg_tonegen,
h248_pkg_root_properties,
NULL,
+ NULL,
NULL
};
*/
@@ -159,7 +163,8 @@ static h248_package_t h248_pkg_tdmc = {
&ett_h248_pkg_tdmc,
h248_pkg_tdmc_props,
NULL,
- NULL
+ NULL,
+ NULL
};