aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-28 14:11:08 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-28 14:11:08 +0000
commite8a16d7957d0ab58b3a72305ddeea5565b108997 (patch)
tree12c9be3a73c2b6be8d66ebf1dfbb715b43377efa /epan/dissectors/pidl
parent75ecd6925740d41f31ddbd3fa33e70de95cb62bc (diff)
update samr.idl and remove a keyword we no longer support in pidl
regenerate samr and frstrans with the new version of pidl git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29219 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/pidl')
-rw-r--r--epan/dissectors/pidl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/pidl/samr.idl b/epan/dissectors/pidl/samr.idl
index dbd5a98455..773f24b5f3 100644
--- a/epan/dissectors/pidl/samr.idl
+++ b/epan/dissectors/pidl/samr.idl
@@ -16,7 +16,7 @@
] interface samr
{
- typedef [public,noejs] struct {
+ typedef [public] struct {
[value(strlen_m_term(name)*2)] uint16 name_len;
[value(strlen_m_term(name)*2)] uint16 name_size;
[string,charset(UTF16)] uint16 *name;