aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h248.h')
-rw-r--r--epan/dissectors/packet-h248.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-h248.h b/epan/dissectors/packet-h248.h
index a1c5a19866..5204170d57 100644
--- a/epan/dissectors/packet-h248.h
+++ b/epan/dissectors/packet-h248.h
@@ -68,7 +68,7 @@ typedef struct _h248_pkg_sig_t {
guint32 id;
int* hfid;
gint* ett;
- const h248_pkg_param_t* parameters;
+ const h248_pkg_param_t* parameters;
const value_string* param_names;
} h248_pkg_sig_t;
@@ -76,7 +76,7 @@ typedef struct _h248_pkg_evt_t {
guint32 id;
int* hfid;
gint* ett;
- const h248_pkg_param_t* parameters;
+ const h248_pkg_param_t* parameters;
const value_string* param_names;
} h248_pkg_evt_t;
@@ -84,7 +84,7 @@ typedef struct _h248_pkg_stat_t {
guint32 id;
int* hfid;
gint* ett;
- const h248_pkg_param_t* parameters;
+ const h248_pkg_param_t* parameters;
const value_string* param_names;
} h248_pkg_stat_t;