diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2009-03-16 22:36:34 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2009-03-16 22:36:34 +0000 |
commit | 870e13957638a7d49b63d3a9eab255bc9355f02a (patch) | |
tree | 9d9e9b5b6d1404e2815e477778dec21ecc8a38eb /plugins | |
parent | dcdda036103ed6eeec15e3ccccfa3c3b97c563fa (diff) | |
download | wireshark-870e13957638a7d49b63d3a9eab255bc9355f02a.tar.gz wireshark-870e13957638a7d49b63d3a9eab255bc9355f02a.tar.bz2 wireshark-870e13957638a7d49b63d3a9eab255bc9355f02a.zip |
fix type
svn path=/trunk/; revision=27749
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/profinet/packet-pn-rt.c | 2 |
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! */ |