aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-03 20:11:19 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-03 20:11:19 +0000
commitdcd4f9f87cd15fab18ae4323dc4f8322d285a4e6 (patch)
tree906559f3ef540f06a1914e42b31bf2d7748cb71c /plugins
parent98cae0b65567bfe821fe714d2ed6aa0fe401dcf5 (diff)
From Benjamin Meyer:
UserData in Profinet ProcessAlarm declared as UserStructIdentifier https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4195 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30808 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profinet/packet-dcerpc-pn-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profinet/packet-dcerpc-pn-io.c b/plugins/profinet/packet-dcerpc-pn-io.c
index 56138fc9f4..7af62fa6e0 100644
--- a/plugins/profinet/packet-dcerpc-pn-io.c
+++ b/plugins/profinet/packet-dcerpc-pn-io.c
@@ -2526,7 +2526,7 @@ dissect_AlarmUserStructure(tvbuff_t *tvb, int offset,
if(u16UserStructureIdentifier >= 0x8000) {
offset = dissect_pn_undecoded(tvb, offset, pinfo, tree, *body_length);
} else {
- offset = dissect_pn_user_data(tvb, offset, pinfo, tree, *body_length, "UserStructureIdentifier");
+ offset = dissect_pn_user_data(tvb, offset, pinfo, tree, *body_length, "UserData");
}
*body_length = 0;