aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-25 11:23:49 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-25 11:23:49 +0000
commit0743cac9a4490d293191ba558e0b205c214e202d (patch)
tree6b59959964b802dd6843bfc56525d00f81762e96 /epan/dissectors/packet-h248_annex_e.c
parent679cf729d3fc6434c87304c06296e923838639dc (diff)
remove warnings
svn path=/trunk/; revision=20921
Diffstat (limited to 'epan/dissectors/packet-h248_annex_e.c')
-rw-r--r--epan/dissectors/packet-h248_annex_e.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index 5f1f470947..3dd4b940be 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -285,8 +285,8 @@ static h248_pkg_evt_t h248_pkg_al_evts[] = {
{ 0x0004, &hf_h248_pkg_al_evt_onhook, &ett_h248_pkg_al_evt_onhook, h248_pkg_al_evt_onhook_params, h248_pkg_al_evt_onhook_params_vals},
{ 0x0005, &hf_h248_pkg_al_evt_offhook, &ett_h248_pkg_al_evt_offhook, h248_pkg_al_evt_offhook_params, h248_pkg_al_evt_onhook_params_vals },
{ 0x0006, &hf_h248_pkg_al_evt_flashhook, &ett_h248_pkg_al_evt_flashhook, h248_pkg_al_evt_flashhook_params, h248_pkg_al_evt_flashhook_params_vals },
-
- { 0, NULL, NULL, NULL}
+
+ { 0, NULL, NULL, NULL, NULL}
};
/* Packet defenitions */
@@ -337,8 +337,7 @@ static const value_string h248_pkg_rtp_parameters[] = {
};
static h248_pkg_stat_t h248_pkg_rtp_stat[] = {
- { 0x0004, &hf_h248_pkg_rtp_stat_ps, &ett_h248_pkg_rtp, NULL},
- { 0, NULL, NULL, NULL}
+ { 0x0004, &hf_h248_pkg_rtp_stat_ps, &ett_h248_pkg_rtp, NULL,NULL},
};
/* Packet defenitions */
@@ -452,7 +451,4 @@ void proto_register_h248_annex_e(void) {
h248_register_package(&h248_pkg_tdmc);
}
-void proto_reg_handoff_h248_annex_e(void) {
-}
-