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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-h248.h b/epan/dissectors/packet-h248.h
index 5204170d57..4bc3a80a80 100644
--- a/epan/dissectors/packet-h248.h
+++ b/epan/dissectors/packet-h248.h
@@ -89,10 +89,10 @@ typedef struct _h248_pkg_stat_t {
} h248_pkg_stat_t;
typedef struct _h248_package_t {
- guint32 id;
- int* hfid;
- gint* ett;
- const value_string* param_names;
+ guint32 id; /**< Package ID */
+ int* hfid; /**< hfid that will display the package name */
+ gint* ett; /**< The ett for this item */
+ const value_string* param_names; /**< The parameter names, Value 00000 should be the package name */
const value_string* signal_names;
const value_string* event_names;
const value_string* stats_names;