Re: [Wireshark-dev] lua_bitop.c: MSVC2013 Code Analysis Warning

2015-02-07 Thread Hadriel Kaplan
I'll take a look. -hadriel On Feb 7, 2015, at 4:54 PM, Bill Meier wme...@newsguy.com wrote: Hadriel: MSVC2013 Code Analysis is giving the following warning: ...\ws-git\epan\wslua\lua_bitop.c(116) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit

[Wireshark-dev] lua_bitop.c: MSVC2013 Code Analysis Warning

2015-02-07 Thread Bill Meier
Hadriel: MSVC2013 Code Analysis is giving the following warning: ...\ws-git\epan\wslua\lua_bitop.c(116) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value. After quick look at the code, my reaction: Uh Oh...

Re: [Wireshark-dev] address to string optimization

2015-02-07 Thread mmann78
Made a first draft at https://code.wireshark.org/review/7019/ -Original Message- From: Guy Harris g...@alum.mit.edu To: Developer support list for Wireshark wireshark-dev@wireshark.org Sent: Fri, Jan 16, 2015 10:55 pm Subject: Re: [Wireshark-dev] address to string optimization On