aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-29 10:53:51 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-29 10:53:51 +0000
commitb280744f73e8abc00e71da80e0392e308543c4cb (patch)
treed1c5e64bca23dc5cf0f9dee0c54cf6277e382216 /plugins
parent4cab49016c2a1fbef2ff80e24b5e731fd83106e9 (diff)
Make it compile.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38254 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profinet/packet-dcerpc-pn-io.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/profinet/packet-dcerpc-pn-io.c b/plugins/profinet/packet-dcerpc-pn-io.c
index 075effea03..3210211a78 100644
--- a/plugins/profinet/packet-dcerpc-pn-io.c
+++ b/plugins/profinet/packet-dcerpc-pn-io.c
@@ -2087,9 +2087,9 @@ static const value_string pn_io_ext_channel_error_type0x800A[] = {
/* 0x0000 Reserved */
/* 0x0001 - 0x7FFF Manufacturer specific */
/* 0x8000 - 0x80FF Reserved */
- { 0x8100, "Frame late error for FrameID "0x0100""},
+ { 0x8100, "Frame late error for FrameID (0x0100)"},
/* 0x8101 + 0x8FFE See Equation (56) */
- { 0x8FFF, "Frame late error for FrameID "0x0FFF""},
+ { 0x8FFF, "Frame late error for FrameID (0x0FFF)"},
/* 0x8001 - 0x8FFF Reserved */
/* 0x9000 - 0x9FFF Reserved for profiles */
/* 0xA000 - 0xFFFF Reserved */
@@ -2101,9 +2101,9 @@ static const value_string pn_io_ext_channel_error_type0x800B[] = {
/* 0x0000 Reserved */
/* 0x0001 - 0x7FFF Manufacturer specific */
/* 0x8000 - 0x86FF Reserved */
- { 0x8700, "MRPD duplication void for FrameID "0x0700""},
+ { 0x8700, "MRPD duplication void for FrameID (0x0700)"},
/* 0x8701 + 0x8FFE See Equation (57) */
- { 0x8FFF, "MRPD duplication void for FrameID "0x0FFF""},
+ { 0x8FFF, "MRPD duplication void for FrameID (0x0FFF)"},
/* 0x9000 - 0x9FFF Reserved for profiles */
/* 0xA000 - 0xFFFF Reserved */
{ 0, NULL }