Bill Meier
changed
bug 8002
What |
Removed |
Added |
Status |
IN_PROGRESS
|
RESOLVED
|
Resolution |
---
|
FIXED
|
Comment # 8
on bug 8002
from Bill Meier
Committed in SVN #46522
(See https://anonsvn.wireshark.org/viewvc?revision=46522&view=revision)
Thanks !
Please review the issues I fixed in case there are any changes required:
packet-pn-mrp.c: In function 'dissect_PNMRP_Test':
packet-pn-mrp.c:275:9: warning: format not a string literal and no format
arguments [-Wformat-security]
packet-pn-mrp.c: In function 'dissect_PNMRP_TopologyChange':
packet-pn-mrp.c:316:9: warning: format not a string literal and no format
arguments [-Wformat-security]
packet-pn-mrp.c: In function 'dissect_pn_ManuData':
packet-pn-mrp.c:346:17: warning: variable 'item' set but not used
[-Wunused-but-set-variable]
packet-pn-mrp.c: At top level:
packet-pn-mrp.c:51:12: warning: 'hf_pn_mrp_manufacturer_oui' defined but not
used [-Wunused-variable]
packet-pn-mrp.c: In function 'dissect_pn_uint16_ret_item':
packet-pn-mrp.c:130:19: warning: 'item' may be used uninitialized in this
function [-Wmaybe-uninitialized]
packet-pn-rt.c: In function 'IsDFP_Frame':
packet-pn-rt.c:163:13: warning: variable 'u8SFDataStatus' set but not used
[-Wunused-but-set-variable]
packet-pn-rt.c:162:13: warning: variable 'u8SFCycleCounter' set but not used
[-Wunused-but-set-variable]
>From checkapi:
Error: the name for hf_pn_rt_sf_crc16_null ("pn_rt.sf.crc16_null") has trailing
space in packet-pn-rt.c
You are receiving this mail because:
- You are watching all bug changes.