aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-03-16 22:36:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-03-16 22:36:34 +0000
commit870e13957638a7d49b63d3a9eab255bc9355f02a (patch)
tree9d9e9b5b6d1404e2815e477778dec21ecc8a38eb /plugins
parentdcdda036103ed6eeec15e3ccccfa3c3b97c563fa (diff)
fix type
svn path=/trunk/; revision=27749
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profinet/packet-pn-rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profinet/packet-pn-rt.c b/plugins/profinet/packet-pn-rt.c
index 2c4a39afcd..4b755b1860 100644
--- a/plugins/profinet/packet-pn-rt.c
+++ b/plugins/profinet/packet-pn-rt.c
@@ -146,7 +146,7 @@ dissect_SubFrame_heur(tvbuff_t *tvb,
proto_tree *sub_tree;
proto_item *item;
const char *crc_buf;
- unsigned long crc;
+ guint16 crc;
/* the sub tvb will NOT contain the frame_id here! */