summaryrefslogtreecommitdiff
path: root/plugins/profinet/packet-pn-ptcp.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-02-17 08:08:40 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-02-17 08:08:40 +0000
commit16aa7c17db5950d7c07f5ff5ee6cba333c5674a4 (patch)
tree8fda3f6aaed2166f5a07786dee524e330161bf21 /plugins/profinet/packet-pn-ptcp.c
parent657bf78561c83b68306c00f9447b78133b36d586 (diff)
downloadwireshark-16aa7c17db5950d7c07f5ff5ee6cba333c5674a4.tar.gz
squelch some compiler warnings
svn path=/trunk/; revision=20828
Diffstat (limited to 'plugins/profinet/packet-pn-ptcp.c')
-rw-r--r--plugins/profinet/packet-pn-ptcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profinet/packet-pn-ptcp.c b/plugins/profinet/packet-pn-ptcp.c
index 6db442461d..76f3f0c37d 100644
--- a/plugins/profinet/packet-pn-ptcp.c
+++ b/plugins/profinet/packet-pn-ptcp.c
@@ -756,7 +756,7 @@ dissect_PNPTCP_Data_heur(tvbuff_t *tvb,
proto_tree *ptcp_tree = NULL;
int offset = 0;
guint32 u32SubStart;
- proto_item *unknown_item = NULL;
+ /*proto_item *unknown_item = NULL;*/
/* the tvb will NOT contain the frame_id here, so get it from our private data! */