aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opsi/packet-opsi.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-23 11:41:25 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-23 11:41:25 +0000
commit30a855786822f15108e3a9d4dbd5579cd656abba (patch)
tree88cde02c2a8b79acb9a58e94d44b2cc686e12e9e /plugins/opsi/packet-opsi.h
parentcb4ac62893d38d74efc89f5d5c90c7451dc421a4 (diff)
More 'char*' -> 'const char*' changes to fix warnings.
svn path=/trunk/; revision=15015
Diffstat (limited to 'plugins/opsi/packet-opsi.h')
-rw-r--r--plugins/opsi/packet-opsi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/opsi/packet-opsi.h b/plugins/opsi/packet-opsi.h
index 830dc5c34a..c83da77b35 100644
--- a/plugins/opsi/packet-opsi.h
+++ b/plugins/opsi/packet-opsi.h
@@ -51,11 +51,11 @@
/* Internal structure to dissect attributes */
typedef struct {
- guint16 attribute_type; /* attribute code */
- char *tree_text; /* text for fold out */
- gint *tree_id; /* id for add_item */
- int* hf_type_attribute; /* id for seach option */
- void (*dissect)(tvbuff_t *tvb, proto_tree *tree, int* hfValue, int offset, int length);
+ guint16 attribute_type; /* attribute code */
+ const char *tree_text; /* text for fold out */
+ gint *tree_id; /* id for add_item */
+ int* hf_type_attribute; /* id for seach option */
+ void (*dissect)(tvbuff_t *tvb, proto_tree *tree, int* hfValue, int offset, int length);
} opsi_attribute_handle_t;