ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Add /analyze to the Windows based build?

From: "Peter Johansson" <peterjohansson73@xxxxxxxxx>
Date: Mon, 15 Oct 2007 10:08:41 +0200
A while ago, Ulf (if I remember correctly) managed to get us involved in getting the sources warning free (treat warnings as errors).
As I have just been made aware of that the world is not a perfect place (again) where the VC2005 compiler will not produce warnings where other compilers will, I went through the options list for the VC2005 compiler to see if there is something there that might make it a bit more picky.
I found the option /analyze which, when used, shows quite a lot of compilation "warnings" that should be of interest. I enabled it on the files in epan\dissectors, the output has been attached for reference.
I had to use /analyze together with :WX- (/analyze:WX-) which will make it warn but not allow the WX option to stop the build based on what the analyze pass finds. It warns for instance about "Unsing uninitialized memory", "Incorrect operator", "Unreachable code" and potential operator precedence problems.
 
Would it be a good idea to add the /analyze option to Windows based builds perhaps (at least when compiling with the VC2005 compiler)? I am unaware of whether this option is available on any of the other VC compilers.
 
Regards, Peter
	cl -DWIN32 -DNULL=0 -D_MT -D_DLL -analyze:WX- -WX -DHAVE_CONFIG_H /I. /I.. /I../.. /IC:\wireshark-win32-libs\glib\include\glib-2.0  /IC:\wireshark-win32-libs\glib\lib\glib-2.0\include  /IC:\wireshark-win32-libs\zlib123\include  /IC:\wireshark-win32-libs\pcre-6.4\include /IC:\wireshark-win32-libs\gnutls-1.6.1-1\include /DNOCRYPT   /IC:\wireshark-win32-libs\kfw-2.5\inc   /IC:\wireshark-win32-libs\WPdpack\include -D_U_="" /Zi /W3 /MD /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -Zd -Fd.\ -c packet-rrc.c
packet-rrc.c
	cl -DWIN32 -DNULL=0 -D_MT -D_DLL -analyze:WX- -WX -DHAVE_CONFIG_H /I. /I.. /I../.. /IC:\wireshark-win32-libs\glib\include\glib-2.0  /IC:\wireshark-win32-libs\glib\lib\glib-2.0\include  /IC:\wireshark-win32-libs\zlib123\include  /IC:\wireshark-win32-libs\pcre-6.4\include /IC:\wireshark-win32-libs\gnutls-1.6.1-1\include /DNOCRYPT   /IC:\wireshark-win32-libs\kfw-2.5\inc   /IC:\wireshark-win32-libs\WPdpack\include -D_U_="" /Zi /W3 /MD /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -Fd.\ -c register.c packet-bacapp.c
----8<---snip-----8<----
packet-diameter.c wlancertextn.c packet-x411.c packet-x420.c packet-x509af.c packet-x509ce.c packet-x509if.c packet-x509sat.c packet-dcerpc-nt.c 
register.c
packet-bacapp.c
packet-diameter.c
packet-k12.c
packet-nbd.c
packet-sccp.c
packet-scsi-osd.c
packet-sctp.c
packet-user_encap.c
packet-2dparityfec.c
packet-3com-njack.c
packet-3com-xns.c
packet-3g-a11.c
packet-9p.c
packet-aarp.c
packet-acap.c
packet-acn.c
packet-actrace.c
packet-afp.c
packet-afs.c
Processing...
c:\wireshark\epan\dissectors\packet-afs.c(1712) : warning C6066: Non-pointer passed as parameter '4' when pointer is required in call to 'sscanf'
c:\wireshark\epan\dissectors\packet-afs.c(1723) : warning C6066: Non-pointer passed as parameter '4' when pointer is required in call to 'sscanf'
c:\wireshark\epan\dissectors\packet-afs.c(1734) : warning C6066: Non-pointer passed as parameter '5' when pointer is required in call to 'sscanf'
c:\wireshark\epan\dissectors\packet-afs.c(1741) : warning C6066: Non-pointer passed as parameter '5' when pointer is required in call to 'sscanf'
c:\wireshark\epan\dissectors\packet-afs.c(1744) : warning C6054: String 'user' might not be zero-terminated: Lines: 1702, 1703, 1704, 1705, 1707, 1708, 1709, 1712, 1718, 1720, 1723, 1726, 1728, 1733, 1740, 1741, 1744
c:\wireshark\epan\dissectors\packet-afs.c(1899) : warning C6246: Local declaration of 'save' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1899' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1899
c:\wireshark\epan\dissectors\packet-afs.c(1899) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1899' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1899
c:\wireshark\epan\dissectors\packet-afs.c(1912) : warning C6246: Local declaration of 'save' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1912' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1912
c:\wireshark\epan\dissectors\packet-afs.c(1912) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1912' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1912
c:\wireshark\epan\dissectors\packet-afs.c(1921) : warning C6246: Local declaration of 'save' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1921' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1921
c:\wireshark\epan\dissectors\packet-afs.c(1921) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1921' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1921
c:\wireshark\epan\dissectors\packet-afs.c(1933) : warning C6246: Local declaration of 'save' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1933' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1933
c:\wireshark\epan\dissectors\packet-afs.c(1933) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1933' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1933
c:\wireshark\epan\dissectors\packet-afs.c(1943) : warning C6246: Local declaration of 'save' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1943' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1943
c:\wireshark\epan\dissectors\packet-afs.c(1943) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1943' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 1943
c:\wireshark\epan\dissectors\packet-afs.c(2028) : warning C6246: Local declaration of 'save' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2028' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2028
c:\wireshark\epan\dissectors\packet-afs.c(2028) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2028' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2028
c:\wireshark\epan\dissectors\packet-afs.c(2045) : warning C6246: Local declaration of 'save' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2045' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2045
c:\wireshark\epan\dissectors\packet-afs.c(2045) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2045' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2045
c:\wireshark\epan\dissectors\packet-afs.c(2396) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2396' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2396
c:\wireshark\epan\dissectors\packet-afs.c(2396) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2396' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2396
c:\wireshark\epan\dissectors\packet-afs.c(2396) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2396' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2396
c:\wireshark\epan\dissectors\packet-afs.c(2488) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2481' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2481
c:\wireshark\epan\dissectors\packet-afs.c(2560) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2553' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2553
c:\wireshark\epan\dissectors\packet-afs.c(2617) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2616' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2616
c:\wireshark\epan\dissectors\packet-afs.c(2666) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2665' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2665
c:\wireshark\epan\dissectors\packet-afs.c(2704) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2703' of 'c:\wireshark\epan\dissectors\packet-afs.c': Lines: 2703
c:\wireshark\epan\dissectors\packet-user_encap.c(100) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '88' of 'c:\wireshark\epan\dissectors\packet-user_encap.c': Lines: 88
c:\wireshark\epan\dissectors\packet-user_encap.c(107) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '88' of 'c:\wireshark\epan\dissectors\packet-user_encap.c': Lines: 88
c:\wireshark\epan\dissectors\packet-sccp.c(1518) : warning C6011: Dereferencing NULL pointer 'assoc': Lines: 1505, 1506, 1507, 1508, 1510, 1513, 1516, 1517, 1518
c:\wireshark\epan\dissectors\packet-sccp.c(1590) : warning C6244: Local declaration of 'slr' hides previous declaration at line '761' of 'c:\wireshark\epan\dissectors\packet-sccp.c'
c:\wireshark\epan\dissectors\packet-diameter.c(468) : warning C6246: Local declaration of 'pi' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '465' of 'c:\wireshark\epan\dissectors\packet-diameter.c': Lines: 465
c:\wireshark\epan\dissectors\packet-diameter.c(650) : warning C6246: Local declaration of 'pi' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '574' of 'c:\wireshark\epan\dissectors\packet-diameter.c': Lines: 574
c:\wireshark\epan\dissectors\packet-diameter.c(746) : warning C6328: 'char' passed as parameter '1' when 'unsigned char' is required in call to 'isalnum'
Generating Code...
Compiling...
packet-aim.c
packet-aim-adverts.c
packet-aim-admin.c
packet-aim-bos.c
packet-aim-buddylist.c
packet-aim-chat.c
packet-aim-chatnav.c
packet-aim-directory.c
packet-aim-email.c
packet-aim-generic.c
packet-aim-icq.c
packet-aim-invitation.c
packet-aim-location.c
packet-aim-messaging.c
packet-aim-oft.c
packet-aim-popup.c
packet-aim-signon.c
packet-aim-ssi.c
packet-aim-sst.c
packet-aim-stats.c
Processing...
c:\wireshark\epan\dissectors\packet-aim-generic.c(187) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '174' of 'c:\wireshark\epan\dissectors\packet-aim-generic.c': Lines: 174
c:\wireshark\epan\dissectors\packet-aim-generic.c(200) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '174' of 'c:\wireshark\epan\dissectors\packet-aim-generic.c': Lines: 174
Generating Code...
Compiling...
packet-aim-translate.c
packet-aim-userlookup.c
packet-ajp13.c
packet-alcap.c
packet-amqp.c
packet-amr.c
packet-ans.c
packet-ansi_637.c
packet-ansi_683.c
packet-ansi_801.c
packet-ansi_a.c
packet-aodv.c
packet-aoe.c
packet-ap1394.c
packet-app-pkix-cert.c
packet-arcnet.c
packet-armagetronad.c
packet-arp.c
packet-aruba-adp.c
packet-asap.c
Processing...
c:\wireshark\epan\dissectors\packet-ansi_a.c(764) : warning C6385: Invalid data: accessing 'dgt->out', the readable size is '15' bytes, but '18' bytes might be read: Lines: 744, 745, 747, 752, 753, 754, 759, 761, 764
c:\wireshark\epan\dissectors\packet-ansi_801.c(127) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
c:\wireshark\epan\dissectors\packet-ansi_801.c(147) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
c:\wireshark\epan\dissectors\packet-ansi_801.c(152) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
c:\wireshark\epan\dissectors\packet-ansi_801.c(157) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
c:\wireshark\epan\dissectors\packet-ansi_801.c(127) : warning C6385: Invalid data: accessing 'bit_mask', the readable size is '8' bytes, but '238' bytes might be read: Lines: 99, 100, 101, 102, 103, 105, 125, 127
c:\wireshark\epan\dissectors\packet-ansi_801.c(462) : warning C6244: Local declaration of 'bit_mask' hides previous declaration at line '85' of 'c:\wireshark\epan\dissectors\packet-ansi_801.c'
c:\wireshark\epan\dissectors\packet-ansi_801.c(818) : warning C6244: Local declaration of 'bit_mask' hides previous declaration at line '85' of 'c:\wireshark\epan\dissectors\packet-ansi_801.c'
c:\wireshark\epan\dissectors\packet-ansi_801.c(1196) : warning C6244: Local declaration of 'bit_mask' hides previous declaration at line '85' of 'c:\wireshark\epan\dissectors\packet-ansi_801.c'
c:\wireshark\epan\dissectors\packet-alcap.c(1340) : warning C6246: Local declaration of 'pi' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1292' of 'c:\wireshark\epan\dissectors\packet-alcap.c': Lines: 1292
c:\wireshark\epan\dissectors\packet-alcap.c(1341) : warning C6246: Local declaration of 'tree' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1291' of 'c:\wireshark\epan\dissectors\packet-alcap.c': Lines: 1291
c:\wireshark\epan\dissectors\packet-ajp13.c(270) : warning C6262: Function uses '17484' bytes of stack: exceeds /analyze:stacksize'16384'. Consider moving some data to heap
c:\wireshark\epan\dissectors\packet-ajp13.c(416) : warning C6262: Function uses '131096' bytes of stack: exceeds /analyze:stacksize'16384'. Consider moving some data to heap
c:\wireshark\epan\dissectors\packet-ajp13.c(462) : warning C6262: Function uses '17504' bytes of stack: exceeds /analyze:stacksize'16384'. Consider moving some data to heap
Generating Code...
Compiling...
packet-ascend.c
packet-asf.c
packet-atalk.c
packet-atm.c
packet-auto_rp.c
packet-ax4000.c
packet-bacnet.c
packet-bctp.c
packet-beep.c
packet-ber.c
packet-bfd.c
packet-bgp.c
packet-bittorrent.c
packet-bofl.c
packet-bootp.c
packet-bootparams.c
packet-bpdu.c
packet-brdwlk.c
packet-bssap.c
packet-bssgp.c
Processing...
c:\wireshark\epan\dissectors\packet-bssgp.c(488) : warning C6386: Buffer overrun: accessing 'label', the writable size is '17' bytes, but '18' bytes might be written: Lines: 481, 482, 484, 485, 486, 487, 488
c:\wireshark\epan\dissectors\packet-bssgp.c(2837) : warning C6244: Local declaration of 'tab_cause' hides previous declaration at line '50' of 'c:\wireshark\epan\dissectors\packet-bssgp.h'
c:\wireshark\epan\dissectors\packet-bootp.c(2713) : warning C6290: Bitwise operation on logical result: ! has higher precedence than &. Use && or (!(x & y)) instead
c:\wireshark\epan\dissectors\packet-ber.c(1287) : warning C6001: Using uninitialized memory 'len': Lines: 1269, 1270, 1271, 1272, 1273, 1274, 1276, 1277, 1282, 1287
c:\wireshark\epan\dissectors\packet-ber.c(1395) : warning C6246: Local declaration of 'class' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1316' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1316
c:\wireshark\epan\dissectors\packet-ber.c(1396) : warning C6246: Local declaration of 'pc' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1317' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1317
c:\wireshark\epan\dissectors\packet-ber.c(1397) : warning C6246: Local declaration of 'tag' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1318' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1318
c:\wireshark\epan\dissectors\packet-ber.c(1398) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1319' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1319
c:\wireshark\epan\dissectors\packet-ber.c(1725) : warning C6246: Local declaration of 'class' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1646' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1646
c:\wireshark\epan\dissectors\packet-ber.c(1726) : warning C6246: Local declaration of 'pc' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1647' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1647
c:\wireshark\epan\dissectors\packet-ber.c(1727) : warning C6246: Local declaration of 'tag' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1648' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1648
c:\wireshark\epan\dissectors\packet-ber.c(1728) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1649' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1649
c:\wireshark\epan\dissectors\packet-ber.c(2061) : warning C6246: Local declaration of 'class' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1973' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1973
c:\wireshark\epan\dissectors\packet-ber.c(2062) : warning C6246: Local declaration of 'pc' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1974' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1974
c:\wireshark\epan\dissectors\packet-ber.c(2063) : warning C6246: Local declaration of 'tag' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1975' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1975
c:\wireshark\epan\dissectors\packet-ber.c(2064) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1976' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 1976
c:\wireshark\epan\dissectors\packet-ber.c(2325) : warning C6246: Local declaration of 'class' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2237' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 2237
c:\wireshark\epan\dissectors\packet-ber.c(2326) : warning C6246: Local declaration of 'pc' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2238' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 2238
c:\wireshark\epan\dissectors\packet-ber.c(2327) : warning C6246: Local declaration of 'tag' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2239' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 2239
c:\wireshark\epan\dissectors\packet-ber.c(2328) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2240' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 2240
c:\wireshark\epan\dissectors\packet-ber.c(3261) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3188' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3188
c:\wireshark\epan\dissectors\packet-ber.c(3302) : warning C6246: Local declaration of 'class' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3185' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3185
c:\wireshark\epan\dissectors\packet-ber.c(3303) : warning C6246: Local declaration of 'pc' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3186' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3186
c:\wireshark\epan\dissectors\packet-ber.c(3304) : warning C6246: Local declaration of 'tag' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3187' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3187
c:\wireshark\epan\dissectors\packet-ber.c(3305) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3188' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3188
c:\wireshark\epan\dissectors\packet-ber.c(3307) : warning C6246: Local declaration of 'hoffset' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3193' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3193
c:\wireshark\epan\dissectors\packet-ber.c(3308) : warning C6246: Local declaration of 'cause' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3192' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3192
c:\wireshark\epan\dissectors\packet-ber.c(3468) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3395' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3395
c:\wireshark\epan\dissectors\packet-ber.c(3509) : warning C6246: Local declaration of 'class' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3392' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3392
c:\wireshark\epan\dissectors\packet-ber.c(3510) : warning C6246: Local declaration of 'pc' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3393' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3393
c:\wireshark\epan\dissectors\packet-ber.c(3511) : warning C6246: Local declaration of 'tag' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3394' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3394
c:\wireshark\epan\dissectors\packet-ber.c(3512) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3395' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3395
c:\wireshark\epan\dissectors\packet-ber.c(3514) : warning C6246: Local declaration of 'hoffset' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3400' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3400
c:\wireshark\epan\dissectors\packet-ber.c(3515) : warning C6246: Local declaration of 'cause' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3399' of 'c:\wireshark\epan\dissectors\packet-ber.c': Lines: 3399
c:\wireshark\epan\dissectors\packet-beep.c(450) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-beep.c(803) : warning C6011: Dereferencing NULL pointer 'frame_data': Lines: 528, 529, 530, 532, 533, 534, 536, 538, 540, 542, 544, 549, 673, 720, 757, 759, 761, 771, 774, 786, 789, 791, 792, 796, 798, 803
Generating Code...
Compiling...
packet-bthci_acl.c
packet-bthci_cmd.c
packet-bthci_evt.c
packet-bthci_sco.c
packet-btl2cap.c
packet-btrfcomm.c
packet-btsdp.c
packet-bvlc.c
packet-calcappprotocol.c
packet-cast.c
packet-catapult-dct2000.c
packet-ccsds.c
packet-cdp.c
packet-cfm.c
packet-cgmp.c
packet-chdlc.c
packet-cigi.c
packet-cimd.c
packet-cip.c
packet-cisco-erspan.c
Processing...
c:\wireshark\epan\dissectors\packet-cigi.c(1870) : warning C6244: Local declaration of 'cigi_version' hides previous declaration at line '1857' of 'c:\wireshark\epan\dissectors\packet-cigi.c'
c:\wireshark\epan\dissectors\packet-catapult-dct2000.c(983) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '748' of 'c:\wireshark\epan\dissectors\packet-catapult-dct2000.c': Lines: 748
c:\wireshark\epan\dissectors\packet-catapult-dct2000.c(1213) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '748' of 'c:\wireshark\epan\dissectors\packet-catapult-dct2000.c': Lines: 748
c:\wireshark\epan\dissectors\packet-btsdp.c(358) : warning C6246: Local declaration of 'ptr' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '317' of 'c:\wireshark\epan\dissectors\packet-btsdp.c': Lines: 317
Generating Code...
Compiling...
packet-cisco-oui.c
packet-cisco-wids.c
packet-clearcase.c
packet-clip.c
packet-clnp.c
packet-componentstatus.c
packet-cops.c
packet-cosine.c
packet-cpfi.c
packet-cpha.c
packet-csm-encaps.c
packet-cups.c
packet-daap.c
packet-data.c
packet-daytime.c
packet-dccp.c
packet-dcerpc-bossvr.c
packet-dcerpc-browser.c
packet-dcerpc-cds_clerkserver.c
packet-dcerpc-cds_solicit.c
Processing...
c:\wireshark\epan\dissectors\packet-dccp.c(317) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '213' of 'c:\wireshark\epan\dissectors\packet-dccp.c': Lines: 213
c:\wireshark\epan\dissectors\packet-dccp.c(345) : warning C6246: Local declaration of 'left' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '334' of 'c:\wireshark\epan\dissectors\packet-dccp.c': Lines: 334
c:\wireshark\epan\dissectors\packet-cops.c(1273) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1127' of 'c:\wireshark\epan\dissectors\packet-cops.c': Lines: 1127
Generating Code...
Compiling...
packet-dcerpc-conv.c
packet-dcerpc-cprpc_server.c
packet-dcerpc-dce122.c
packet-dcerpc-dnsserver.c
packet-dcerpc-dtsprovider.c
packet-dcerpc-dtsstime_req.c
packet-dcerpc-epm.c
packet-dcerpc-fileexp.c
packet-dcerpc-fldb.c
packet-dcerpc-frsapi.c
packet-dcerpc-frsrpc.c
packet-dcerpc-ftserver.c
packet-dcerpc-icl_rpc.c
packet-dcerpc-krb5rpc.c
packet-dcerpc-llb.c
packet-dcerpc-mapi.c
packet-dcerpc-messenger.c
packet-dcerpc-mgmt.c
packet-dcerpc-ndr.c
packet-dcerpc-netlogon.c
Processing...
Generating Code...
Compiling...
packet-dcerpc-pnp.c
packet-dcerpc-rdaclif.c
packet-dcerpc-rep_proc.c
packet-dcerpc-roverride.c
packet-dcerpc-rpriv.c
packet-dcerpc-rras.c
packet-dcerpc-rs_acct.c
packet-dcerpc-rs_attr.c
packet-dcerpc-rs_attr_schema.c
packet-dcerpc-rs_bind.c
packet-dcerpc-rs_misc.c
packet-dcerpc-rs_pgo.c
packet-dcerpc-rs_plcy.c
packet-dcerpc-rs_prop_acct.c
packet-dcerpc-rs_prop_acl.c
packet-dcerpc-rs_prop_attr.c
packet-dcerpc-rs_prop_pgo.c
packet-dcerpc-rs_prop_plcy.c
packet-dcerpc-rs_pwd_mgmt.c
packet-dcerpc-rs_repadm.c
Processing...
Generating Code...
Compiling...
packet-dcerpc-rs_replist.c
packet-dcerpc-rs_repmgr.c
packet-dcerpc-rs_unix.c
packet-dcerpc-rsec_login.c
packet-dcerpc-samr.c
packet-dcerpc-secidmap.c
packet-dcerpc-spoolss.c
packet-dcerpc-svcctl.c
packet-dcerpc-tapi.c
packet-dcerpc-tkn4int.c
packet-dcerpc-trksvr.c
packet-dcerpc-ubikdisk.c
packet-dcerpc-ubikvote.c
packet-dcerpc-update.c
packet-dcerpc.c
packet-dcm.c
packet-dcom.c
packet-dcom-dispatch.c
packet-dcom-oxid.c
packet-dcom-remact.c
Processing...
c:\wireshark\epan\dissectors\packet-dcom.c(273) : warning C6244: Local declaration of 'uuid_null' hides previous declaration at line '227' of 'c:\wireshark\epan\dissectors\packet-dcom.c'
c:\wireshark\epan\dissectors\packet-dcom.c(295) : warning C6244: Local declaration of 'uuid_null' hides previous declaration at line '227' of 'c:\wireshark\epan\dissectors\packet-dcom.c'
c:\wireshark\epan\dissectors\packet-dcom.c(791) : warning C6244: Local declaration of 'uuid_null' hides previous declaration at line '227' of 'c:\wireshark\epan\dissectors\packet-dcom.c'
c:\wireshark\epan\dissectors\packet-dcom.c(838) : warning C6244: Local declaration of 'uuid_null' hides previous declaration at line '227' of 'c:\wireshark\epan\dissectors\packet-dcom.c'
c:\wireshark\epan\dissectors\packet-dcom.c(1282) : warning C6001: Using uninitialized memory 'u32BoundElements': Lines: 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1170, 1171, 1176, 1177, 1178, 1180, 1181, 1183, 1185, 1189, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1227, 1229, 1230, 1232, 1233, 1236, 1237, 1282
c:\wireshark\epan\dissectors\packet-dcm.c(830) : warning C6282: Incorrect operator: assignment of constant in Boolean context. Consider using '==' instead
c:\wireshark\epan\dissectors\packet-dcm.c(831) : warning C6282: Incorrect operator: assignment of constant in Boolean context. Consider using '==' instead
c:\wireshark\epan\dissectors\packet-dcm.c(832) : warning C6282: Incorrect operator: assignment of constant in Boolean context. Consider using '==' instead
c:\wireshark\epan\dissectors\packet-dcerpc.c(2857) : warning C6001: Using uninitialized memory 'reason': Lines: 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2779, 2782, 2785, 2788, 2790, 2797, 2798, 2801, 2805, 2807, 2847, 2849, 2850, 2857
c:\wireshark\epan\dissectors\packet-dcerpc.c(2857) : warning C6001: Using uninitialized memory 'result': Lines: 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2779, 2782, 2785, 2788, 2790, 2797, 2798, 2801, 2805, 2807, 2847, 2849, 2850, 2857
Generating Code...
Compiling...
packet-dcom-remunkn.c
packet-dcom-sysact.c
packet-dcp.c
packet-dcp-etsi.c
packet-ddtp.c
packet-dec-bpdu.c
packet-dec-dnart.c
packet-dhcp-failover.c
packet-dhcpv6.c
packet-dis.c
packet-dis-enums.c
packet-dis-fields.c
packet-dis-pdus.c
packet-diffserv-mpls-common.c
packet-distcc.c
packet-dlsw.c
packet-dmp.c
packet-dnp.c
packet-dns.c
packet-dpnss.c
Processing...
c:\wireshark\epan\dissectors\packet-dns.c(2308) : warning C6246: Local declaration of 'offset' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '998' of 'c:\wireshark\epan\dissectors\packet-dns.c': Lines: 998
c:\wireshark\epan\dissectors\packet-dmp.c(1077) : warning C6244: Local declaration of 'dmp' hides previous declaration at line '433' of 'c:\wireshark\epan\dissectors\packet-dmp.c'
c:\wireshark\epan\dissectors\packet-dmp.c(2837) : warning C6244: Local declaration of 'on_type' hides previous declaration at line '798' of 'c:\wireshark\epan\dissectors\packet-dmp.c'
c:\wireshark\epan\dissectors\packet-distcc.c(320) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-dhcpv6.c(768) : warning C6246: Local declaration of 'in6' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '300' of 'c:\wireshark\epan\dissectors\packet-dhcpv6.c': Lines: 300
c:\wireshark\epan\dissectors\packet-dec-dnart.c(543) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '377' of 'c:\wireshark\epan\dissectors\packet-dec-dnart.c': Lines: 377
c:\wireshark\epan\dissectors\packet-dec-dnart.c(545) : warning C6246: Local declaration of 'dst_node' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '372' of 'c:\wireshark\epan\dissectors\packet-dec-dnart.c': Lines: 372
c:\wireshark\epan\dissectors\packet-dec-dnart.c(545) : warning C6246: Local declaration of 'src_node' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '372' of 'c:\wireshark\epan\dissectors\packet-dec-dnart.c': Lines: 372
c:\wireshark\epan\dissectors\packet-dec-dnart.c(845) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '760' of 'c:\wireshark\epan\dissectors\packet-dec-dnart.c': Lines: 760
c:\wireshark\epan\dissectors\packet-dec-dnart.c(873) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '845' of 'c:\wireshark\epan\dissectors\packet-dec-dnart.c': Lines: 845
c:\wireshark\epan\dissectors\packet-dcp-etsi.c(260) : warning C6246: Local declaration of 'fd' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '230' of 'c:\wireshark\epan\dissectors\packet-dcp-etsi.c': Lines: 230
Generating Code...
Compiling...
packet-drda.c
packet-dsi.c
packet-dtls.c
packet-dtp.c
packet-dtpt.c
packet-dua.c
packet-dvmrp.c
packet-e164.c
packet-e212.c
packet-eap.c
packet-eapol.c
packet-echo.c
packet-edonkey.c
packet-eigrp.c
packet-enc.c
packet-enip.c
packet-enrp.c
packet-epl.c
packet-epl_v1.c
packet-epmd.c
Processing...
c:\wireshark\epan\dissectors\packet-e164.c(450) : warning C6259: Labeled code is unreachable: '(<expression> & 0xf0)' in a switch-expr cannot evaluate to '0x7'
c:\wireshark\epan\dissectors\packet-dvmrp.c(273) : warning C6246: Local declaration of 'old_offset' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '251' of 'c:\wireshark\epan\dissectors\packet-dvmrp.c': Lines: 251
Generating Code...
Compiling...
packet-esis.c
packet-eth.c
packet-etheric.c
packet-etherip.c
packet-ethertype.c
packet-exec.c
packet-extreme.c
packet-fc.c
packet-fcct.c
packet-fcdns.c
packet-fcels.c
packet-fcfcs.c
packet-fcfzs.c
packet-fcip.c
packet-fclctl.c
packet-fcoe.c
packet-fcp.c
packet-fcsb3.c
packet-fcsp.c
packet-fcswils.c
Processing...
Generating Code...
Compiling...
packet-fddi.c
packet-fix.c
packet-fmp.c
packet-fmp_notify.c
packet-fr.c
packet-fractalgeneratorprotocol.c
packet-frame.c
packet-ftp.c
packet-fw1.c
packet-g723.c
packet-gdsdb.c
packet-gift.c
packet-giop.c
packet-gmrp.c
packet-gnutella.c
packet-gprs-llc.c
packet-gprs-ns.c
packet-gre.c
packet-gsm_a.c
packet-gsm_sms.c
Processing...
c:\wireshark\epan\dissectors\packet-gsm_sms.c(1779) : warning C6385: Invalid data: accessing 'ett_udh_ieis', the readable size is '1024' bytes, but '4004' bytes might be read: Lines: 1688, 1689, 1690, 1691, 1692, 1693, 1696, 1698, 1700, 1702, 1734, 1735, 1740, 1745, 1750, 1755, 1760, 1767, 1771, 1773, 1779
c:\wireshark\epan\dissectors\packet-gsm_a.c(1361) : warning C6385: Invalid data: accessing 'dgt->out', the readable size is '15' bytes, but '18' bytes might be read: Lines: 1341, 1342, 1344, 1349, 1350, 1351, 1356, 1358, 1361
c:\wireshark\epan\dissectors\packet-gsm_a.c(16278) : warning C6200: Index '83' is out of valid index range '0' to '76' for non-stack buffer 'gsm_bssmap_elem_strings'
c:\wireshark\epan\dissectors\packet-gsm_a.c(16298) : warning C6200: Index '83' is out of valid index range '0' to '76' for non-stack buffer 'gsm_bssmap_elem_strings'
c:\wireshark\epan\dissectors\packet-gsm_a.c(16384) : warning C6200: Index '81' is out of valid index range '0' to '76' for non-stack buffer 'gsm_bssmap_elem_strings'
c:\wireshark\epan\dissectors\packet-gprs-llc.c(471) : warning C6246: Local declaration of 'tmp' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '316' of 'c:\wireshark\epan\dissectors\packet-gprs-llc.c': Lines: 316
c:\wireshark\epan\dissectors\packet-giop.c(3373) : warning C6246: Local declaration of 'except_sn' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3346' of 'c:\wireshark\epan\dissectors\packet-giop.c': Lines: 3346
c:\wireshark\epan\dissectors\packet-giop.c(3373) : warning C6246: Local declaration of 'except_cl' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3346' of 'c:\wireshark\epan\dissectors\packet-giop.c': Lines: 3346
c:\wireshark\epan\dissectors\packet-ftp.c(739) : warning C6244: Local declaration of 'ftpdata_handle' hides previous declaration at line '63' of 'c:\wireshark\epan\dissectors\packet-ftp.c'
c:\wireshark\epan\dissectors\packet-frame.c(311) : warning C6320: Exception-filter expression is the constant EXCEPTION_EXECUTE_HANDLER. This might mask exceptions that were not intended to be handled
Generating Code...
Compiling...
packet-gsm_sms_ud.c
packet-gssapi.c
packet-gtp.c
packet-gvrp.c
packet-h1.c
packet-h221_nonstd.c
packet-h223.c
packet-h248_annex_c.c
packet-h248_annex_e.c
packet-h248_3gpp.c
packet-h248_7.c
packet-h248_10.c
packet-h248_q1950.c
packet-h261.c
packet-h263.c
packet-hci_h4.c
packet-hclnfsd.c
packet-homeplug.c
packet-hpext.c
packet-hpsw.c
Processing...
c:\wireshark\epan\dissectors\packet-h223.c(290) : warning C6386: Buffer overrun: accessing 'direct->mux_table', the writable size is '64' bytes, but '68' bytes might be written: Lines: 280, 281, 282, 284, 286, 287, 288, 289, 290
c:\wireshark\epan\dissectors\packet-h223.c(316) : warning C6385: Invalid data: accessing 'direct->mux_table', the readable size is '64' bytes, but '68' bytes might be read: Lines: 312, 314, 316
c:\wireshark\epan\dissectors\packet-gtp.c(1582) : warning C6054: String 'argument 2' might not be zero-terminated: Lines: 1565, 1566, 1567, 1569, 1571, 1572, 1573, 1579, 1580, 1581, 1582
c:\wireshark\epan\dissectors\packet-gssapi.c(353) : warning C6246: Local declaration of 'oid_tvb' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '181' of 'c:\wireshark\epan\dissectors\packet-gssapi.c': Lines: 181
Generating Code...
Compiling...
packet-hsrp.c
packet-http.c
packet-hyperscsi.c
packet-iapp.c
packet-iax2.c
packet-icap.c
packet-icep.c
packet-icmpv6.c
packet-icp.c
packet-icq.c
packet-idp.c
packet-ieee80211.c
packet-ieee8021ah.c
packet-ieee8023.c
packet-ieee802a.c
packet-ifcp.c
packet-igap.c
packet-igmp.c
packet-igrp.c
packet-image-gif.c
Processing...
c:\wireshark\epan\dissectors\packet-ieee80211.c(4075) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3877' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 3877
c:\wireshark\epan\dissectors\packet-ieee80211.c(4468) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '3877' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 3877
c:\wireshark\epan\dissectors\packet-ieee80211.c(5306) : warning C6246: Local declaration of 'fixed_tree' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5136' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 5136
c:\wireshark\epan\dissectors\packet-ieee80211.c(5326) : warning C6246: Local declaration of 'fixed_tree' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5136' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 5136
c:\wireshark\epan\dissectors\packet-ieee80211.c(5756) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5441' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 5441
c:\wireshark\epan\dissectors\packet-ieee80211.c(5844) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5441' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 5441
c:\wireshark\epan\dissectors\packet-ieee80211.c(6653) : warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5441' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 5441
c:\wireshark\epan\dissectors\packet-ieee80211.c(6654) : warning C6246: Local declaration of 'src' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5415' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 5415
c:\wireshark\epan\dissectors\packet-ieee80211.c(6655) : warning C6246: Local declaration of 'dst' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5416' of 'c:\wireshark\epan\dissectors\packet-ieee80211.c': Lines: 5416
c:\wireshark\epan\dissectors\packet-icq.c(776) : warning C6246: Local declaration of 'sz' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '579' of 'c:\wireshark\epan\dissectors\packet-icq.c': Lines: 579
c:\wireshark\epan\dissectors\packet-icq.c(777) : warning C6246: Local declaration of 'n' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '580' of 'c:\wireshark\epan\dissectors\packet-icq.c': Lines: 580
c:\wireshark\epan\dissectors\packet-icmpv6.c(276) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '229' of 'c:\wireshark\epan\dissectors\packet-icmpv6.c': Lines: 229
c:\wireshark\epan\dissectors\packet-icmpv6.c(625) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '530' of 'c:\wireshark\epan\dissectors\packet-icmpv6.c': Lines: 530
c:\wireshark\epan\dissectors\packet-iax2.c(712) : warning C6011: Dereferencing NULL pointer 'iax_call': Lines: 677, 678, 679, 681, 685, 698, 702, 704, 710, 712
c:\wireshark\epan\dissectors\packet-iax2.c(1279) : warning C6011: Dereferencing NULL pointer 'ie_item': Lines: 1097, 1099, 1101, 1102, 1103, 1106, 1107, 1108, 1109, 1138, 1139, 1140, 1141, 1143, 1145, 1147, 1151, 1160, 1223, 1224, 1232, 1233, 1234, 1236, 1253, 1254, 1255, 1274, 1278, 1279
c:\wireshark\epan\dissectors\packet-iax2.c(1141) : warning C6385: Invalid data: accessing 'hf_iax2_ies', the readable size is '1024' bytes, but '5024' bytes might be read: Lines: 1097, 1099, 1101, 1102, 1103, 1106, 1107, 1108, 1109, 1138, 1139, 1140, 1141
c:\wireshark\epan\dissectors\packet-iax2.c(1778) : warning C6011: Dereferencing NULL pointer 'iax_call': Lines: 1761, 1762, 1763, 1764, 1765, 1766, 1768, 1770, 1771, 1772, 1778
Generating Code...
Compiling...
packet-image-jfif.c
packet-image-png.c
packet-imap.c
packet-imf.c
packet-ip.c
packet-ipdc.c
packet-ipfc.c
packet-ipmi.c
packet-ipp.c
packet-ipsec.c
packet-ipsec-tcp.c
packet-ipsec-udp.c
packet-ipv6.c
packet-ipvs-syncd.c
packet-ipx.c
packet-ipxwan.c
packet-irc.c
packet-isakmp.c
packet-iscsi.c
packet-isdn.c
Processing...
c:\wireshark\epan\dissectors\packet-isakmp.c(2229) : warning C6246: Local declaration of 'type' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2204' of 'c:\wireshark\epan\dissectors\packet-isakmp.c': Lines: 2204
c:\wireshark\epan\dissectors\packet-ipsec.c(457) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-ipsec.c(482) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-ipsec.c(668) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-ipsec.c(1082) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-ipsec.c(1083) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-ip.c(2540) : warning C6244: Local declaration of 'ip_handle' hides previous declaration at line '157' of 'c:\wireshark\epan\dissectors\packet-ip.c'
Generating Code...
Compiling...
packet-isis-clv.c
packet-isis-hello.c
packet-isis-lsp.c
packet-isis-snp.c
packet-isis.c
packet-isl.c
packet-ismp.c
packet-isns.c
packet-isup.c
packet-isup_thin.c
packet-iua.c
packet-iuup.c
packet-jabber.c
packet-jpeg.c
packet-juniper.c
packet-jxta.c
packet-kadm5.c
packet-kerberos.c
packet-kerberos4.c
packet-klm.c
Processing...
c:\wireshark\epan\dissectors\packet-kerberos.c(4321) : warning C6244: Local declaration of 'do_col_info' hides previous declaration at line '342' of 'c:\wireshark\epan\dissectors\packet-kerberos.c'
c:\wireshark\epan\dissectors\packet-iuup.c(330) : warning C6336: Arithmetic operator has precedence over question operator, use parentheses to clarify intent
c:\wireshark\epan\dissectors\packet-iuup.c(350) : warning C6336: Arithmetic operator has precedence over question operator, use parentheses to clarify intent
c:\wireshark\epan\dissectors\packet-iuup.c(341) : warning C6385: Invalid data: accessing 'masks', the readable size is '8' bytes, but '9' bytes might be read: Lines: 329, 330, 331, 332, 333, 335, 337, 339, 340, 341
c:\wireshark\epan\dissectors\packet-iuup.c(409) : warning C6336: Arithmetic operator has precedence over question operator, use parentheses to clarify intent
c:\wireshark\epan\dissectors\packet-isup.c(2627) : warning C6259: Labeled code is unreachable: '(<expression> & 0xf0)' in a switch-expr cannot evaluate to '0x7'
Generating Code...
Compiling...
packet-kingfisher.c
packet-kink.c
packet-kismet.c
packet-kpasswd.c
packet-l2tp.c
packet-lapb.c
packet-lapbether.c
packet-lapd.c
packet-laplink.c
packet-ldp.c
packet-lge_monitor.c
packet-linx.c
packet-llc.c
packet-lldp.c
packet-llt.c
packet-lmi.c
packet-lmp.c
packet-loop.c
packet-lpd.c
packet-lsc.c
Processing...
c:\wireshark\epan\dissectors\packet-lmp.c(959) : warning C6385: Invalid data: accessing 'lmp_subtree', the readable size is '276' bytes, but '284' bytes might be read: Lines: 954, 955, 959
c:\wireshark\epan\dissectors\packet-llc.c(577) : warning C6244: Local declaration of 'subdissector_table' hides previous declaration at line '87' of 'c:\wireshark\epan\dissectors\packet-llc.c'
c:\wireshark\epan\dissectors\packet-kismet.c(186) : warning C6387: 'argument 1' might be '0': this does not adhere to the specification for the function 'strncmp': Lines: 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 81, 82, 88, 94, 98, 94, 98, 94, 98, 94, 106, 107, 112, 116, 117, 120, 127, 130, 135, 136, 137, 140, 148, 152, 155, 157, 161, 163, 167, 171, 172, 173, 272, 157, 161, 163, 167, 171, 172, 173, 272, 157, 161, 163, 167, 171, 172, 173, 174, 175, 176, 181, 186
Generating Code...
Compiling...
packet-lwapp.c
packet-m2pa.c
packet-m2tp.c
packet-m2ua.c
packet-m3ua.c
packet-maccontrol.c
packet-manolito.c
packet-mbtcp.c
packet-mdshdr.c
packet-media.c
packet-megaco.c
packet-mikey.c
packet-mip.c
packet-mip6.c
packet-ms-mms.c
packet-mmse.c
packet-mount.c
packet-mp2t.c
packet-mpeg1.c
packet-mpls.c
Processing...
c:\wireshark\epan\dissectors\packet-mount.c(282) : warning C6386: Buffer overrun: accessing 'group_name_list', the writable size is '128' bytes, but '129' bytes might be written: Lines: 269, 270, 271, 272, 275, 276, 277, 282
c:\wireshark\epan\dissectors\packet-mmse.c(1171) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '718' of 'c:\wireshark\epan\dissectors\packet-mmse.c': Lines: 718
c:\wireshark\epan\dissectors\packet-mmse.c(1204) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '718' of 'c:\wireshark\epan\dissectors\packet-mmse.c': Lines: 718
c:\wireshark\epan\dissectors\packet-ms-mms.c(814) : warning C6054: String 'protocol' might not be zero-terminated: Lines: 772, 773, 774, 775, 776, 779, 780, 781, 782, 785, 786, 787, 790, 792, 796, 798, 804, 809, 811, 814
Generating Code...
Compiling...
packet-mpls-echo.c
packet-mq.c
packet-mq-pcf.c
packet-mrdisc.c
packet-msdp.c
packet-msnlb.c
packet-msn-messenger.c
packet-msnip.c
packet-msproxy.c
packet-msrp.c
packet-mtp2.c
packet-mtp3.c
packet-mtp3mg.c
packet-multipart.c
packet-mysql.c
packet-nbipx.c
packet-nbns.c
packet-ncp.c
packet-ncp2222.c
packet-ncp-nmas.c
Processing...
c:\wireshark\epan\dissectors\packet-ncp2222.inc(2262) : warning C6385: Invalid data: accessing 'repeat_vars', the readable size is '12' bytes, but '24' bytes might be read: Lines: 2244, 2245, 2246, 2248, 2250, 2262
c:\wireshark\epan\dissectors\packet-ncp2222.inc(7783) : warning C6246: Local declaration of 'except_sn' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '7694' of 'c:\wireshark\epan\dissectors\packet-ncp2222.inc': Lines: 7694
c:\wireshark\epan\dissectors\packet-ncp2222.inc(8348) : warning C6240: (<expression> && <non-zero constant>) always evaluates to the result of <expression>. Did you intend to use the bitwise-and operator?
c:\wireshark\epan\dissectors\packet-ncp2222.inc(9444) : warning C6202: Buffer overrun for 'global_object_name', which is possibly stack allocated, in call to 'strcpy': length '1024' exceeds buffer size '256'
c:\wireshark\epan\dissectors\packet-ncp2222.inc(9917) : warning C6202: Buffer overrun for 'global_object_name', which is possibly stack allocated, in call to 'strcpy': length '1024' exceeds buffer size '256'
c:\wireshark\epan\dissectors\packet-ncp2222.inc(10336) : warning C6202: Buffer overrun for 'global_object_name', which is possibly stack allocated, in call to 'strcpy': length '1024' exceeds buffer size '256'
c:\wireshark\epan\dissectors\packet-ncp2222.inc(10385) : warning C6202: Buffer overrun for 'global_object_name', which is possibly stack allocated, in call to 'strcpy': length '1024' exceeds buffer size '256'
c:\wireshark\epan\dissectors\packet-ncp2222.inc(10593) : warning C6202: Buffer overrun for 'global_object_name', which is possibly stack allocated, in call to 'strcpy': length '1024' exceeds buffer size '256'
c:\wireshark\epan\dissectors\packet-ncp2222.inc(10658) : warning C6202: Buffer overrun for 'global_object_name', which is possibly stack allocated, in call to 'strcpy': length '1024' exceeds buffer size '256'
c:\wireshark\epan\dissectors\packet-ncp2222.inc(10742) : warning C6202: Buffer overrun for 'global_object_name', which is possibly stack allocated, in call to 'strcpy': length '1024' exceeds buffer size '256'
c:\wireshark\epan\dissectors\packet-ncp2222.inc(10777) : warning C6202: Buffer overrun for 'global_object_name', which is possibly stack allocated, in call to 'strcpy': length '1024' exceeds buffer size '256'
c:\wireshark\epan\dissectors\packet-mysql.c(1445) : warning C6246: Local declaration of 'tf' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1296' of 'c:\wireshark\epan\dissectors\packet-mysql.c': Lines: 1296
c:\wireshark\epan\dissectors\packet-multipart.c(566) : warning C6246: Local declaration of 'body_part_start' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '552' of 'c:\wireshark\epan\dissectors\packet-multipart.c': Lines: 552
c:\wireshark\epan\dissectors\packet-mq.c(2056) : warning C6246: Local declaration of 'iSizeMD' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1241' of 'c:\wireshark\epan\dissectors\packet-mq.c': Lines: 1241
Generating Code...
Compiling...
packet-ncp-sss.c
packet-ncs.c
packet-ndmp.c
packet-ndps.c
packet-netbios.c
packet-netflow.c
packet-netsync.c
packet-nettl.c
packet-newmail.c
packet-nfs.c
packet-nfsacl.c
packet-nfsauth.c
packet-nhrp.c
packet-nisplus.c
packet-nlm.c
packet-nlsp.c
packet-nntp.c
packet-nsip.c
packet-nsrp.c
packet-nt-oui.c
Processing...
c:\wireshark\epan\dissectors\packet-ndmp.c(282) : warning C6244: Local declaration of 'ndmp_conv_data' hides previous declaration at line '278' of 'c:\wireshark\epan\dissectors\packet-ndmp.c'
c:\wireshark\epan\dissectors\packet-ndmp.c(296) : warning C6244: Local declaration of 'ndmp_conv_data' hides previous declaration at line '278' of 'c:\wireshark\epan\dissectors\packet-ndmp.c'
c:\wireshark\epan\dissectors\packet-ncp-sss.c(713) : warning C6244: Local declaration of 'subverb' hides previous declaration at line '39' of 'c:\wireshark\epan\dissectors\packet-ncp-sss.c'
Generating Code...
Compiling...
packet-nt-sonmp.c
packet-nt-tpcp.c
packet-ntlmssp.c
packet-ntp.c
packet-null.c
packet-oicq.c
packet-olsr.c
packet-omapi.c
packet-osi-options.c
packet-osi.c
packet-ospf.c
packet-pana.c
packet-p_mul.c
packet-pagp.c
packet-pcnfsd.c
packet-per.c
packet-pflog.c
packet-pgm.c
packet-pim.c
packet-pingpongprotocol.c
Processing...
c:\wireshark\epan\dissectors\packet-olsr.c(174) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
c:\wireshark\epan\dissectors\packet-olsr.c(231) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
c:\wireshark\epan\dissectors\packet-olsr.c(366) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
c:\wireshark\epan\dissectors\packet-olsr.c(424) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
c:\wireshark\epan\dissectors\packet-ntlmssp.c(286) : warning C6244: Local declaration of 'nt_password' hides previous declaration at line '221' of 'c:\wireshark\epan\dissectors\packet-ntlmssp.c'
Generating Code...
Compiling...
packet-pktgen.c
packet-pktc.c
packet-pop.c
packet-portmap.c
packet-pgsql.c
packet-ppi.c
packet-ppp.c
packet-pppoe.c
packet-pptp.c
packet-prism.c
packet-ptp.c
packet-pvfs2.c
packet-q2931.c
packet-q931.c
packet-q933.c
packet-qllc.c
packet-quake.c
packet-quake2.c
packet-quake3.c
packet-quakeworld.c
Processing...
c:\wireshark\epan\dissectors\packet-quakeworld.c(173) : warning C6385: Invalid data: accessing 'cmd_argv', the readable size is '320' bytes, but '4194244' bytes might be read: Lines: 171, 173
c:\wireshark\epan\dissectors\packet-quakeworld.c(182) : warning C6385: Invalid data: accessing 'cmd_argv_start', the readable size is '320' bytes, but '4194244' bytes might be read: Lines: 180, 182
c:\wireshark\epan\dissectors\packet-quakeworld.c(191) : warning C6385: Invalid data: accessing 'cmd_argv_length', the readable size is '320' bytes, but '4194244' bytes might be read: Lines: 189, 191
c:\wireshark\epan\dissectors\packet-q931.c(1455) : warning C6246: Local declaration of 'octet' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1433' of 'c:\wireshark\epan\dissectors\packet-q931.c': Lines: 1433
c:\wireshark\epan\dissectors\packet-q931.c(1505) : warning C6246: Local declaration of 'octet' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1433' of 'c:\wireshark\epan\dissectors\packet-q931.c': Lines: 1433
c:\wireshark\epan\dissectors\packet-q931.c(1514) : warning C6246: Local declaration of 'octet' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1433' of 'c:\wireshark\epan\dissectors\packet-q931.c': Lines: 1433
c:\wireshark\epan\dissectors\packet-pvfs2.c(2486) : warning C6289: Incorrect operator: mutual exclusion over || is always a non-zero constant. Did you intend to use && instead?
c:\wireshark\epan\dissectors\packet-portmap.c(147) : warning C6246: Local declaration of 'port' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '140' of 'c:\wireshark\epan\dissectors\packet-portmap.c': Lines: 140
Generating Code...
Compiling...
packet-radius.c
packet-radius_packetcable.c
packet-radiotap.c
packet-raw.c
packet-rdm.c
packet-rdt.c
packet-redback.c
packet-retix-bpdu.c
packet-rgmp.c
packet-rip.c
packet-ripng.c
packet-rlogin.c
packet-rmcp.c
packet-rmi.c
packet-rmp.c
packet-rmt-alc.c
packet-rmt-common.c
packet-rmt-fec.c
packet-rmt-lct.c
packet-rmt-norm.c
Processing...
c:\wireshark\epan\dissectors\packet-rmt-norm.c(118) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rmt-norm.c(124) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rmt-lct.c(84) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rmt-lct.c(479) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rmt-lct.c(487) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rmt-fec.c(267) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rmt-fec.c(273) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rmt-alc.c(72) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rmt-alc.c(82) : warning C6244: Local declaration of 'prefs' hides previous declaration at line '156' of 'c:\wireshark\epan\prefs.h'
c:\wireshark\epan\dissectors\packet-rdt.c(1178) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1121' of 'c:\wireshark\epan\dissectors\packet-rdt.c': Lines: 1121
c:\wireshark\epan\dissectors\packet-radiotap.c(877) : warning C6246: Local declaration of 'flags_tree' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '646' of 'c:\wireshark\epan\dissectors\packet-radiotap.c': Lines: 646
Generating Code...
Compiling...
packet-roofnet.c
packet-rpc.c
packet-rpl.c
packet-rquota.c
packet-rsh.c
packet-rsl.c
packet-rstat.c
packet-rsvp.c
packet-rsync.c
packet-rtcp.c
packet-rtp-events.c
packet-rtp.c
packet-rtps.c
packet-rtsp.c
packet-rwall.c
packet-rx.c
packet-s5066.c
packet-sadmind.c
packet-sap.c
packet-sccpmg.c
Processing...
c:\wireshark\epan\dissectors\packet-rtcp.c(969) : warning C6246: Local declaration of 'padding' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '670' of 'c:\wireshark\epan\dissectors\packet-rtcp.c': Lines: 670
c:\wireshark\epan\dissectors\packet-rtcp.c(1189) : warning C6287: Redundant code: the left and right sub-expressions are identical
c:\wireshark\epan\dissectors\packet-rtcp.c(1216) : warning C6246: Local declaration of 'sdes_type' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '674' of 'c:\wireshark\epan\dissectors\packet-rtcp.c': Lines: 674
c:\wireshark\epan\dissectors\packet-rsvp.c(5088) : warning C6246: Local declaration of 'len' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '4988' of 'c:\wireshark\epan\dissectors\packet-rsvp.c': Lines: 4988
c:\wireshark\epan\dissectors\packet-rpc.c(327) : warning C6011: Dereferencing NULL pointer 'rpc_prog': Lines: 316, 317, 318, 324, 325, 326, 327
c:\wireshark\epan\dissectors\packet-rpc.c(3834) : warning C6244: Local declaration of 'rpc_tcp_handle' hides previous declaration at line '254' of 'c:\wireshark\epan\dissectors\packet-rpc.c'
Generating Code...
Compiling...
packet-scsi.c
packet-scsi-mmc.c
packet-scsi-sbc.c
packet-scsi-smc.c
packet-scsi-ssc.c
packet-sdlc.c
packet-sdp.c
packet-sebek.c
packet-ses.c
packet-sflow.c
packet-sip.c
packet-sigcomp.c
packet-sipfrag.c
packet-skinny.c
packet-slimp3.c
packet-sll.c
packet-slowprotocols.c
packet-slsk.c
packet-smb-browse.c
packet-smb-common.c
Processing...
c:\wireshark\epan\dissectors\packet-sip.c(1766) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1550' of 'c:\wireshark\epan\dissectors\packet-sip.c': Lines: 1550
c:\wireshark\epan\dissectors\packet-sip.c(2305) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1550' of 'c:\wireshark\epan\dissectors\packet-sip.c': Lines: 1550
c:\wireshark\epan\dissectors\packet-ses.c(430) : warning C6246: Local declaration of 'flags' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '341' of 'c:\wireshark\epan\dissectors\packet-ses.c': Lines: 341
c:\wireshark\epan\dissectors\packet-sdp.c(345) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '248' of 'c:\wireshark\epan\dissectors\packet-sdp.c': Lines: 248
c:\wireshark\epan\dissectors\packet-scsi.c(4639) : warning C6011: Dereferencing NULL pointer 'itlq': Lines: 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4628, 4629, 4631, 4632, 4634, 4635, 4638, 4639
Generating Code...
Compiling...
packet-smb-logon.c
packet-smb-mailslot.c
packet-smb-pipe.c
packet-smb-sidsnooping.c
packet-smb.c
packet-smb2.c
packet-smpp.c
packet-smtp.c
packet-sna.c
packet-snaeth.c
packet-sndcp.c
packet-socks.c
packet-spp.c
packet-spray.c
packet-srp.c
packet-sscf-nni.c
packet-srvloc.c
packet-sscop.c
packet-ssh.c
packet-ssl.c
Processing...
c:\wireshark\epan\dissectors\packet-ssl.c(694) : warning C6385: Invalid data: accessing 'ssl_version_short_names', the readable size is '28' bytes, but '4008' bytes might be read: Lines: 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, 524, 527, 530, 533, 537, 540, 542, 543, 544, 545, 548, 549, 550, 556, 563, 564, 565, 567, 572, 578, 580, 583, 584, 601, 603, 604, 607, 613, 621, 626, 663, 664, 667, 702, 705, 607, 613, 621, 626, 627, 628, 629, 702, 705, 607, 613, 621, 626, 663, 664, 672, 686, 687, 688, 692, 694
c:\wireshark\epan\dissectors\packet-srvloc.c(605) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(608) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(614) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(617) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(620) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(680) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(683) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(689) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(692) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-srvloc.c(695) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-socks.c(792) : warning C6246: Local declaration of 'temp' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '753' of 'c:\wireshark\epan\dissectors\packet-socks.c': Lines: 753
c:\wireshark\epan\dissectors\packet-smb2.c(2353) : warning C6290: Bitwise operation on logical result: ! has higher precedence than &. Use && or (!(x & y)) instead
c:\wireshark\epan\dissectors\packet-smb.c(896) : warning C6011: Dereferencing NULL pointer 'si': Lines: 883, 884, 885, 887, 891, 893, 894, 896
c:\wireshark\epan\dissectors\packet-smb.c(2447) : warning C6011: Dereferencing NULL pointer 'si': Lines: 2429, 2430, 2431, 2432, 2433, 2435, 2437, 2439, 2442, 2443, 2444, 2447
c:\wireshark\epan\dissectors\packet-smb.c(2481) : warning C6011: Dereferencing NULL pointer 'si': Lines: 2474, 2475, 2476, 2477, 2479, 2481
c:\wireshark\epan\dissectors\packet-smb.c(2506) : warning C6011: Dereferencing NULL pointer 'si': Lines: 2499, 2500, 2501, 2502, 2504, 2506
c:\wireshark\epan\dissectors\packet-smb.c(2597) : warning C6011: Dereferencing NULL pointer 'si': Lines: 2579, 2580, 2581, 2582, 2583, 2585, 2587, 2589, 2592, 2593, 2594, 2597
c:\wireshark\epan\dissectors\packet-smb.c(2716) : warning C6011: Dereferencing NULL pointer 'si': Lines: 2690, 2691, 2692, 2693, 2695, 2698, 2699, 2700, 2702, 2715, 2716
c:\wireshark\epan\dissectors\packet-smb.c(2923) : warning C6011: Dereferencing NULL pointer 'si': Lines: 2894, 2895, 2896, 2897, 2898, 2899, 2901, 2903, 2906, 2907, 2910, 2913, 2915, 2918, 2919, 2920, 2923
c:\wireshark\epan\dissectors\packet-smb.c(2992) : warning C6011: Dereferencing NULL pointer 'si': Lines: 2963, 2964, 2965, 2966, 2967, 2968, 2970, 2972, 2975, 2976, 2979, 2982, 2984, 2987, 2988, 2989, 2992
c:\wireshark\epan\dissectors\packet-smb.c(3054) : warning C6011: Dereferencing NULL pointer 'si': Lines: 3032, 3033, 3034, 3035, 3036, 3038, 3040, 3043, 3044, 3046, 3049, 3050, 3051, 3054
c:\wireshark\epan\dissectors\packet-smb.c(3094) : warning C6011: Dereferencing NULL pointer 'si': Lines: 3070, 3071, 3072, 3073, 3074, 3076, 3078, 3081, 3084, 3086, 3089, 3090, 3091, 3094
c:\wireshark\epan\dissectors\packet-smb.c(3635) : warning C6011: Dereferencing NULL pointer 'si': Lines: 3611, 3612, 3613, 3614, 3615, 3617, 3619, 3622, 3625, 3627, 3630, 3631, 3632, 3635
c:\wireshark\epan\dissectors\packet-smb.c(3700) : warning C6011: Dereferencing NULL pointer 'si': Lines: 3679, 3680, 3681, 3682, 3683, 3685, 3687, 3690, 3692, 3695, 3696, 3697, 3700
c:\wireshark\epan\dissectors\packet-smb.c(3749) : warning C6011: Dereferencing NULL pointer 'si': Lines: 3727, 3728, 3729, 3730, 3731, 3732, 3734, 3736, 3739, 3741, 3744, 3745, 3746, 3749
c:\wireshark\epan\dissectors\packet-smb.c(3828) : warning C6011: Dereferencing NULL pointer 'si': Lines: 3801, 3802, 3803, 3804, 3805, 3807, 3809, 3812, 3814, 3815, 3817, 3818, 3820, 3823, 3824, 3825, 3828
c:\wireshark\epan\dissectors\packet-smb.c(3887) : warning C6011: Dereferencing NULL pointer 'si': Lines: 3869, 3870, 3871, 3872, 3873, 3875, 3877, 3879, 3882, 3883, 3884, 3887
c:\wireshark\epan\dissectors\packet-smb.c(3965) : warning C6011: Dereferencing NULL pointer 'si': Lines: 3937, 3938, 3939, 3940, 3941, 3943, 3945, 3948, 3951, 3954, 3955, 3957, 3960, 3961, 3962, 3965
c:\wireshark\epan\dissectors\packet-smb.c(4049) : warning C6244: Local declaration of 'top_tree' hides previous declaration at line '761' of 'c:\wireshark\epan\dissectors\packet-smb.c'
c:\wireshark\epan\dissectors\packet-smb.c(4082) : warning C6244: Local declaration of 'top_tree' hides previous declaration at line '761' of 'c:\wireshark\epan\dissectors\packet-smb.c'
c:\wireshark\epan\dissectors\packet-smb.c(4090) : warning C6011: Dereferencing NULL pointer 'si': Lines: 4086, 4088, 4090
c:\wireshark\epan\dissectors\packet-smb.c(4219) : warning C6011: Dereferencing NULL pointer 'si': Lines: 4188, 4189, 4190, 4191, 4192, 4194, 4196, 4199, 4200, 4201, 4204, 4205, 4206, 4209, 4210, 4211, 4213, 4214, 4219
c:\wireshark\epan\dissectors\packet-smb.c(4290) : warning C6011: Dereferencing NULL pointer 'si': Lines: 4272, 4273, 4274, 4275, 4277, 4279, 4282, 4283, 4284, 4286, 4287, 4290
c:\wireshark\epan\dissectors\packet-smb.c(4366) : warning C6011: Dereferencing NULL pointer 'si': Lines: 4341, 4342, 4343, 4344, 4345, 4347, 4349, 4352, 4353, 4356, 4358, 4361, 4362, 4363, 4366
c:\wireshark\epan\dissectors\packet-smb.c(4410) : warning C6011: Dereferencing NULL pointer 'si': Lines: 4387, 4388, 4389, 4390, 4391, 4393, 4395, 4398, 4399, 4400, 4402, 4405, 4406, 4407, 4410
c:\wireshark\epan\dissectors\packet-smb.c(5163) : warning C6011: Dereferencing NULL pointer 'si': Lines: 5122, 5123, 5124, 5125, 5126, 5127, 5129, 5131, 5132, 5134, 5138, 5140, 5144, 5145, 5146, 5149, 5150, 5154, 5157, 5158, 5159, 5162, 5163
c:\wireshark\epan\dissectors\packet-smb.c(5210) : warning C6011: Dereferencing NULL pointer 'si': Lines: 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5191, 5193, 5196, 5197, 5200, 5202, 5205, 5206, 5207, 5210
c:\wireshark\epan\dissectors\packet-smb.c(5497) : warning C6246: Local declaration of 'litem' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5397' of 'c:\wireshark\epan\dissectors\packet-smb.c': Lines: 5397
c:\wireshark\epan\dissectors\packet-smb.c(5498) : warning C6246: Local declaration of 'ltree' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5398' of 'c:\wireshark\epan\dissectors\packet-smb.c': Lines: 5398
c:\wireshark\epan\dissectors\packet-smb.c(5581) : warning C6246: Local declaration of 'litem' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5397' of 'c:\wireshark\epan\dissectors\packet-smb.c': Lines: 5397
c:\wireshark\epan\dissectors\packet-smb.c(5582) : warning C6246: Local declaration of 'ltree' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5398' of 'c:\wireshark\epan\dissectors\packet-smb.c': Lines: 5398
c:\wireshark\epan\dissectors\packet-smb.c(5477) : warning C6011: Dereferencing NULL pointer 'si': Lines: 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5406, 5408, 5411, 5412, 5415, 5417, 5420, 5421, 5424, 5425, 5426, 5429, 5430, 5431, 5434, 5435, 5436, 5438, 5440, 5442, 5444, 5446, 5448, 5450, 5453, 5454, 5455, 5458, 5459, 5460, 5463, 5464, 5465, 5466, 5469, 5470, 5471, 5472, 5474, 5477
c:\wireshark\epan\dissectors\packet-smb.c(5689) : warning C6011: Dereferencing NULL pointer 'si': Lines: 5680, 5681, 5682, 5683, 5685, 5686, 5689
c:\wireshark\epan\dissectors\packet-smb.c(5935) : warning C6011: Dereferencing NULL pointer 'si': Lines: 5872, 5873, 5874, 5875, 5876, 5877, 5879, 5881, 5884, 5885, 5888, 5890, 5893, 5894, 5897, 5898, 5899, 5902, 5905, 5908, 5911, 5914, 5917, 5920, 5921, 5924, 5925, 5926, 5929, 5930, 5932, 5935
c:\wireshark\epan\dissectors\packet-smb.c(6187) : warning C6011: Dereferencing NULL pointer 'si': Lines: 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6104, 6106, 6109, 6110, 6113, 6115, 6118, 6119, 6122, 6123, 6124, 6127, 6128, 6129, 6132, 6133, 6134, 6137, 6138, 6139, 6142, 6143, 6169, 6170, 6173, 6176, 6178, 6179, 6181, 6182, 6187
c:\wireshark\epan\dissectors\packet-smb.c(6266) : warning C6011: Dereferencing NULL pointer 'si': Lines: 6235, 6236, 6237, 6238, 6239, 6240, 6242, 6244, 6247, 6248, 6251, 6253, 6256, 6257, 6260, 6261, 6262, 6266
c:\wireshark\epan\dissectors\packet-smb.c(6436) : warning C6011: Dereferencing NULL pointer 'si': Lines: 6356, 6357, 6358, 6359, 6360, 6361, 6362, 6363, 6366, 6368, 6371, 6372, 6375, 6377, 6380, 6381, 6384, 6385, 6386, 6389, 6390, 6391, 6394, 6395, 6396, 6399, 6400, 6403, 6404, 6407, 6408, 6412, 6413, 6414, 6417, 6418, 6419, 6421, 6422, 6425, 6426, 6427, 6430, 6431, 6436
c:\wireshark\epan\dissectors\packet-smb.c(6547) : warning C6011: Dereferencing NULL pointer 'si': Lines: 6518, 6519, 6520, 6521, 6522, 6524, 6526, 6529, 6530, 6533, 6535, 6538, 6539, 6542, 6543, 6544, 6547
c:\wireshark\epan\dissectors\packet-smb.c(6936) : warning C6011: Dereferencing NULL pointer 'si': Lines: 6633, 6634, 6635, 6636, 6637, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6645, 6646, 6648, 6649, 6655, 6656, 6657, 6661, 6663, 6666, 6667, 6670, 6672, 6675, 6676, 6679, 6680, 6681, 6684, 6685, 6688, 6689, 6692, 6693, 6696, 6697, 6699, 6753, 6755, 6890, 6936
c:\wireshark\epan\dissectors\packet-smb.c(7021) : warning C6011: Dereferencing NULL pointer 'si': Lines: 7010, 7011, 7012, 7013, 7014, 7015, 7017, 7019, 7021
c:\wireshark\epan\dissectors\packet-smb.c(7295) : warning C6011: Dereferencing NULL pointer 'si': Lines: 7249, 7250, 7251, 7252, 7253, 7254, 7256, 7258, 7261, 7262, 7265, 7267, 7270, 7271, 7274, 7275, 7276, 7279, 7282, 7283, 7284, 7286, 7289, 7290, 7292, 7295
c:\wireshark\epan\dissectors\packet-smb.c(7435) : warning C6011: Dereferencing NULL pointer 'si': Lines: 7346, 7347, 7348, 7349, 7350, 7351, 7353, 7355, 7357, 7360, 7361, 7364, 7366, 7369, 7370, 7372, 7373, 7377, 7378, 7379, 7380, 7381, 7382, 7400, 7424, 7425, 7426, 7427, 7429, 7433, 7435
c:\wireshark\epan\dissectors\packet-smb.c(8290) : warning C6011: Dereferencing NULL pointer 'si': Lines: 8209, 8210, 8211, 8212, 8213, 8215, 8217, 8219, 8220, 8223, 8226, 8227, 8229, 8230, 8231, 8234, 8235, 8238, 8239, 8240, 8243, 8244, 8247, 8248, 8249, 8252, 8253, 8254, 8257, 8258, 8259, 8262, 8263, 8264, 8267, 8268, 8269, 8272, 8273, 8274, 8277, 8278, 8279, 8282, 8283, 8286, 8287, 8290
c:\wireshark\epan\dissectors\packet-smb.c(8379) : warning C6011: Dereferencing NULL pointer 'sip': Lines: 8367, 8368, 8369, 8370, 8371, 8372, 8375, 8376, 8377, 8378, 8379
c:\wireshark\epan\dissectors\packet-smb.c(8377) : warning C6011: Dereferencing NULL pointer 'si': Lines: 8367, 8368, 8369, 8370, 8371, 8372, 8375, 8376, 8377
c:\wireshark\epan\dissectors\packet-smb.c(8470) : warning C6011: Dereferencing NULL pointer 'si': Lines: 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8466, 8468, 8469, 8470
c:\wireshark\epan\dissectors\packet-smb.c(8757) : warning C6011: Dereferencing NULL pointer 'si': Lines: 8740, 8741, 8742, 8743, 8744, 8745, 8746, 8747, 8748, 8749, 8750, 8751, 8752, 8754, 8755, 8757
c:\wireshark\epan\dissectors\packet-smb.c(8969) : warning C6011: Dereferencing NULL pointer 'si': Lines: 8961, 8962, 8963, 8964, 8966, 8967, 8969
c:\wireshark\epan\dissectors\packet-smb.c(9038) : warning C6011: Dereferencing NULL pointer 'si': Lines: 9023, 9024, 9025, 9026, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9035, 9036, 9038
c:\wireshark\epan\dissectors\packet-smb.c(9244) : warning C6011: Dereferencing NULL pointer 'si': Lines: 9218, 9219, 9220, 9221, 9222, 9224, 9226, 9229, 9230, 9233, 9234, 9236, 9239, 9240, 9241, 9244
c:\wireshark\epan\dissectors\packet-smb.c(9729) : warning C6011: Dereferencing NULL pointer 'si': Lines: 9647, 9648, 9649, 9650, 9651, 9652, 9653, 9655, 9657, 9660, 9661, 9664, 9666, 9669, 9670, 9673, 9674, 9675, 9678, 9679, 9682, 9683, 9684, 9687, 9688, 9691, 9692, 9695, 9696, 9699, 9700, 9703, 9704, 9707, 9708, 9711, 9712, 9713, 9716, 9717, 9720, 9721, 9724, 9726, 9729
c:\wireshark\epan\dissectors\packet-smb.c(10256) : warning C6011: Dereferencing NULL pointer 'si': Lines: 10245, 10246, 10247, 10248, 10249, 10251, 10253, 10254, 10256
c:\wireshark\epan\dissectors\packet-smb.c(10327) : warning C6011: Dereferencing NULL pointer 'si': Lines: 10317, 10318, 10319, 10320, 10321, 10322, 10324, 10325, 10327
c:\wireshark\epan\dissectors\packet-smb.c(10956) : warning C6246: Local declaration of 'old_offset' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '10942' of 'c:\wireshark\epan\dissectors\packet-smb.c': Lines: 10942
c:\wireshark\epan\dissectors\packet-smb.c(11304) : warning C6011: Dereferencing NULL pointer 'si': Lines: 11297, 11298, 11299, 11301, 11304
c:\wireshark\epan\dissectors\packet-smb.c(11499) : warning C6011: Dereferencing NULL pointer 'si': Lines: 11487, 11488, 11489, 11491, 11494, 11495, 11496, 11499
c:\wireshark\epan\dissectors\packet-smb.c(11821) : warning C6011: Dereferencing NULL pointer 'si': Lines: 11813, 11814, 11815, 11817, 11821
c:\wireshark\epan\dissectors\packet-smb.c(12041) : warning C6011: Dereferencing NULL pointer 'si': Lines: 12030, 12031, 12033, 12037, 12038, 12040, 12041
c:\wireshark\epan\dissectors\packet-smb.c(12163) : warning C6011: Dereferencing NULL pointer 'si': Lines: 12152, 12153, 12155, 12159, 12160, 12162, 12163
c:\wireshark\epan\dissectors\packet-smb.c(12944) : warning C6011: Dereferencing NULL pointer 'si': Lines: 12932, 12933, 12934, 12935, 12936, 12937, 12938, 12939, 12941, 12942, 12944
c:\wireshark\epan\dissectors\packet-smb.c(13045) : warning C6011: Dereferencing NULL pointer 'si': Lines: 13033, 13034, 13035, 13036, 13037, 13038, 13039, 13040, 13042, 13043, 13045
c:\wireshark\epan\dissectors\packet-smb.c(13153) : warning C6011: Dereferencing NULL pointer 'si': Lines: 13139, 13140, 13141, 13142, 13143, 13144, 13145, 13146, 13148, 13149, 13151, 13152, 13153
c:\wireshark\epan\dissectors\packet-smb.c(13252) : warning C6011: Dereferencing NULL pointer 'si': Lines: 13238, 13239, 13240, 13241, 13242, 13243, 13244, 13245, 13247, 13248, 13250, 13251, 13252
c:\wireshark\epan\dissectors\packet-smb.c(13357) : warning C6011: Dereferencing NULL pointer 'si': Lines: 13343, 13344, 13345, 13346, 13347, 13348, 13349, 13350, 13352, 13353, 13355, 13356, 13357
c:\wireshark\epan\dissectors\packet-smb.c(13488) : warning C6011: Dereferencing NULL pointer 'si': Lines: 13474, 13475, 13476, 13477, 13478, 13479, 13480, 13481, 13483, 13484, 13486, 13487, 13488
c:\wireshark\epan\dissectors\packet-smb.c(13671) : warning C6011: Dereferencing NULL pointer 'si': Lines: 13661, 13663, 13667, 13668, 13670, 13671
c:\wireshark\epan\dissectors\packet-smb.c(14097) : warning C6246: Local declaration of 'item' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '14006' of 'c:\wireshark\epan\dissectors\packet-smb.c': Lines: 14006
c:\wireshark\epan\dissectors\packet-smb.c(14017) : warning C6011: Dereferencing NULL pointer 'si': Lines: 14002, 14003, 14004, 14005, 14006, 14007, 14009, 14013, 14014, 14016, 14017
c:\wireshark\epan\dissectors\packet-smb.c(14246) : warning C6011: Dereferencing NULL pointer 'si': Lines: 14232, 14233, 14234, 14235, 14236, 14237, 14238, 14239, 14241, 14243, 14244, 14246
c:\wireshark\epan\dissectors\packet-smb.c(14421) : warning C6011: Dereferencing NULL pointer 'si': Lines: 14407, 14408, 14409, 14410, 14411, 14412, 14413, 14414, 14416, 14418, 14419, 14421
c:\wireshark\epan\dissectors\packet-smb.c(15365) : warning C6011: Dereferencing NULL pointer 'si': Lines: 15352, 15353, 15355, 15356, 15358, 15359, 15360, 15361, 15363, 15364, 15365
c:\wireshark\epan\dissectors\packet-smb-pipe.c(3425) : warning C6290: Bitwise operation on logical result: ! has higher precedence than &. Use && or (!(x & y)) instead
Generating Code...
Compiling...
packet-ssl-utils.c
packet-starteam.c
packet-stat-notify.c
packet-stat.c
packet-stun.c
packet-stun2.c
packet-sua.c
packet-symantec.c
packet-synergy.c
packet-syslog.c
packet-t30.c
packet-t38.c
packet-tacacs.c
packet-tali.c
packet-tapa.c
packet-tcp.c
packet-tds.c
packet-teimanagement.c
packet-telnet.c
packet-teredo.c
Processing...
c:\wireshark\epan\dissectors\packet-tds.c(598) : warning C6244: Local declaration of 'tds_little_endian' hides previous declaration at line '416' of 'c:\wireshark\epan\dissectors\packet-tds.c'
c:\wireshark\epan\dissectors\packet-tds.c(606) : warning C6244: Local declaration of 'tds_little_endian' hides previous declaration at line '416' of 'c:\wireshark\epan\dissectors\packet-tds.c'
c:\wireshark\epan\dissectors\packet-tcp.c(548) : warning C6290: Bitwise operation on logical result: ! has higher precedence than &. Use && or (!(x & y)) instead
c:\wireshark\epan\dissectors\packet-tcp.c(874) : warning C6011: Dereferencing NULL pointer 'tcpd->ta': Lines: 527, 528, 541, 564, 578, 604, 623, 639, 659, 678, 699, 717, 728, 730, 731, 732, 746, 769, 817, 821, 822, 823, 824, 825, 826, 829, 830, 831, 839, 840, 841, 842, 843, 844, 850, 851, 852, 853, 859, 862, 868, 870, 871, 872, 873, 874
c:\wiresh~2\epan\dissec~1\packet-t38-template.c(222) : warning C6244: Local declaration of 'p_conv' hides previous declaration at line '185' of 'c:\wiresh~2\epan\dissec~1\packet-t38-template.c'
c:\wiresh~2\epan\dissec~1\packet-t38-template.c(494) : warning C6011: Dereferencing NULL pointer 'p_t38_conv': Lines: 406, 407, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 430, 431, 434, 438, 443, 444, 448, 451, 490, 494
c:\wiresh~2\epan\dissec~1\packet-t38-template.c(656) : warning C6244: Local declaration of 'p_t38_conv' hides previous declaration at line '186' of 'c:\wiresh~2\epan\dissec~1\packet-t38-template.c'
c:\wireshark\epan\dissectors\packet-t30.c(920) : warning C6259: Labeled code is unreachable: '(<expression> & 0x7f)' in a switch-expr cannot evaluate to '0x81'
c:\wireshark\epan\dissectors\packet-t30.c(927) : warning C6259: Labeled code is unreachable: '(<expression> & 0x7f)' in a switch-expr cannot evaluate to '0x82'
c:\wireshark\epan\dissectors\packet-t30.c(929) : warning C6259: Labeled code is unreachable: '(<expression> & 0x7f)' in a switch-expr cannot evaluate to '0x83'
c:\wireshark\epan\dissectors\packet-t30.c(930) : warning C6259: Labeled code is unreachable: '(<expression> & 0x7f)' in a switch-expr cannot evaluate to '0x85'
c:\wireshark\epan\dissectors\packet-t30.c(933) : warning C6259: Labeled code is unreachable: '(<expression> & 0x7f)' in a switch-expr cannot evaluate to '0x86'
c:\wireshark\epan\dissectors\packet-t30.c(937) : warning C6259: Labeled code is unreachable: '(<expression> & 0x7f)' in a switch-expr cannot evaluate to '0x84'
c:\wireshark\epan\dissectors\packet-ssl-utils.c(1017) : warning C6385: Invalid data: accessing 'argument 2', the readable size is '20' bytes, but '1000' bytes might be read: Lines: 987, 988, 989, 990, 991, 992, 993, 994, 995, 998, 999, 1000, 1001, 1003, 1004, 1005, 1006, 1007, 1008, 1010, 1011, 1012, 1013, 1014, 1016, 1017
c:\wireshark\epan\dissectors\packet-ssl-utils.c(1099) : warning C6204: Possible buffer overrun in call to 'memcpy': use of unchecked parameter 'out'
c:\wireshark\epan\dissectors\packet-ssl-utils.c(1228) : warning C6385: Invalid data: accessing 'ciphers', the readable size is '32' bytes, but '40' bytes might be read: Lines: 1221, 1222, 1223, 1225, 1227, 1228
c:\wireshark\epan\dissectors\packet-ssl-utils.c(1591) : warning C6385: Invalid data: accessing 'digests', the readable size is '8' bytes, but '16' bytes might be read: Lines: 1582, 1583, 1584, 1585, 1586, 1588, 1591
c:\wireshark\epan\dissectors\packet-ssl-utils.c(1965) : warning C6031: Return value ignored: 'sscanf'
c:\wireshark\epan\dissectors\packet-ssl-utils.c(2393) : warning C6031: Return value ignored: 'sscanf'
Generating Code...
Compiling...
packet-text-media.c
packet-telkonet.c
packet-tftp.c
packet-time.c
packet-tipc.c
packet-tivoconnect.c
packet-tnef.c
packet-tns.c
packet-tpkt.c
packet-tr.c
packet-trmac.c
packet-tsp.c
packet-tuxedo.c
packet-tzsp.c
packet-ucp.c
packet-udld.c
packet-uma.c
packet-udp.c
packet-usb.c
packet-usb-masstorage.c
Processing...
c:\wireshark\epan\dissectors\packet-usb.c(1138) : warning C6246: Local declaration of 'type' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '913' of 'c:\wireshark\epan\dissectors\packet-usb.c': Lines: 913
c:\wireshark\epan\dissectors\packet-usb.c(1249) : warning C6246: Local declaration of 'type' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '913' of 'c:\wireshark\epan\dissectors\packet-usb.c': Lines: 913
Generating Code...
Compiling...
packet-umts_fp.c
packet-v120.c
packet-vines.c
packet-vj.c
packet-vlan.c
packet-vnc.c
packet-vrrp.c
packet-vtp.c
packet-wap.c
packet-wbxml.c
packet-wccp.c
packet-wcp.c
packet-wfleet-hdlc.c
packet-who.c
packet-windows-common.c
packet-winsrepl.c
packet-wlancap.c
packet-wlccp.c
packet-wsp.c
packet-wtls.c
Processing...
c:\wireshark\epan\dissectors\packet-wbxml.c(329) : warning C6244: Local declaration of 'timezone' hides previous declaration at line '286' of 'c:\program files\microsoft visual studio 8\vc\include\time.h'
c:\wireshark\epan\dissectors\packet-umts_fp.c(407) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '375' of 'c:\wireshark\epan\dissectors\packet-umts_fp.c': Lines: 375
c:\wireshark\epan\dissectors\packet-umts_fp.c(474) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '457' of 'c:\wireshark\epan\dissectors\packet-umts_fp.c': Lines: 457
Generating Code...
Compiling...
packet-wtp.c
packet-x11.c
packet-x25.c
packet-x29.c
packet-xdmcp.c
packet-xml.c
packet-xot.c
packet-xyplex.c
packet-yhoo.c
packet-ymsg.c
packet-ypbind.c
packet-yppasswd.c
packet-ypserv.c
packet-ypxfr.c
packet-zebra.c
packet-dcerpc-atsvc.c
packet-dcerpc-budb.c
packet-dcerpc-butc.c
packet-dcerpc-dfs.c
packet-dcerpc-drsuapi.c
Processing...
c:\wireshark\epan\dissectors\packet-ymsg.c(442) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '369' of 'c:\wireshark\epan\dissectors\packet-ymsg.c': Lines: 369
c:\wireshark\epan\dissectors\packet-x11.c(1759) : warning C6001: Using uninitialized memory 'usym': Lines: 1609, 1610, 1611, 1612, 1613, 1614, 1616, 1619, 1620, 1619, 1620, 1619, 1649, 1653, 1654, 1656, 1657, 1659, 1656, 1657, 1658, 1656, 1655, 1654, 1666, 1667, 1671, 1666, 1667, 1671, 1666, 1724, 1727, 1734, 1743, 1753, 1754, 1757, 1759
c:\wireshark\epan\dissectors\packet-x11.c(2024) : warning C6246: Local declaration of 'l' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2014' of 'c:\wireshark\epan\dissectors\packet-x11.c': Lines: 2014
c:\wireshark\epan\dissectors\packet-x11.c(2119) : warning C6246: Local declaration of 'l' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2104' of 'c:\wireshark\epan\dissectors\packet-x11.c': Lines: 2104
c:\wireshark\epan\dissectors\packet-x11.c(3135) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2939' of 'c:\wireshark\epan\dissectors\packet-x11.c': Lines: 2939
c:\wireshark\epan\dissectors\packet-x11.c(3912) : warning C6246: Local declaration of 'ti' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '2939' of 'c:\wireshark\epan\dissectors\packet-x11.c': Lines: 2939
Generating Code...
Compiling...
packet-dcerpc-dssetup.c
packet-dcerpc-efs.c
packet-dcerpc-eventlog.c
packet-dcerpc-initshutdown.c
packet-dcerpc-lsa.c
packet-dcerpc-nspi.c
packet-dcerpc-srvsvc.c
packet-dcerpc-winreg.c
packet-dcerpc-wkssvc.c
packet-dcerpc-wzcsvc.c
packet-acp133.c
packet-acse.c
packet-ansi_map.c
packet-ansi_tcap.c
packet-camel.c
packet-cdt.c
packet-cmip.c
packet-cmp.c
packet-cms.c
packet-crmf.c
Processing...
c:\wiresh~2\epan\dissec~1\packet-cmip-template.c(137) : warning C6011: Dereferencing NULL pointer 'session': Lines: 102, 103, 104, 105, 106, 110, 111, 127, 128, 129, 132, 133, 134, 135, 136, 137
c:\wiresh~2\epan\dissec~1\packet-camel-template.c(356) : warning C6244: Local declaration of 'opcode' hides previous declaration at line '72' of 'c:\wiresh~2\epan\dissec~1\packet-camel-template.c'
c:\wiresh~2\epan\dissec~1\packet-camel-template.c(366) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 354, 355, 356, 363, 364, 365, 366
c:\wiresh~2\epan\dissec~1\packet-camel-template.c(380) : warning C6244: Local declaration of 'opcode' hides previous declaration at line '72' of 'c:\wiresh~2\epan\dissec~1\packet-camel-template.c'
c:\wiresh~2\epan\dissec~1\packet-camel-template.c(390) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 378, 379, 380, 387, 388, 389, 390
c:\wiresh~2\epan\dissec~1\packet-camel-template.c(413) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 401, 402, 403, 410, 411, 412, 413
c:\wireshark\epan\dissectors\packet-dcerpc-eventlog.c(500) : warning C6313: Incorrect operator: zero-valued flag cannot be tested with bitwise-and. Use an equality test to check for zero-valued flags
Generating Code...
Compiling...
packet-ctdb.c
packet-dap.c
packet-disp.c
packet-dop.c
packet-dsp.c
packet-erf.c
packet-ess.c
packet-ftam.c
packet-gnm.c
packet-gsm_map.c
packet-h225.c
packet-h235.c
packet-h245.c
packet-h248.c
packet-h450.c
packet-h450-ros.c
packet-inap.c
packet-ldap.c
packet-logotypecertextn.c
packet-mms.c
Processing...
c:\wiresh~2\epan\dissec~1\ldap.cnf(130) : warning C6244: Local declaration of 'mechanism' hides previous declaration at line '390' of 'c:\wiresh~2\epan\dissec~1\packet-ldap-template.c'
c:\wiresh~2\epan\dissec~1\packet-ldap-template.c(809) : warning C6246: Local declaration of 'length' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '751' of 'c:\wiresh~2\epan\dissec~1\packet-ldap-template.c': Lines: 751
c:\wiresh~2\epan\dissec~1\packet-ldap-template.c(1439) : warning C6244: Local declaration of 'attr_type' hides previous declaration at line '168' of 'c:\wiresh~2\epan\dissec~1\packet-ldap-template.c'
c:\wiresh~2\epan\dissec~1\packet-ldap-template.c(1445) : warning C6244: Local declaration of 'attr_type' hides previous declaration at line '168' of 'c:\wiresh~2\epan\dissec~1\packet-ldap-template.c'
c:\wiresh~2\epan\dissec~1\packet-h450-template.c(132) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 123, 124, 125, 126, 127, 129, 130, 131, 132
c:\wiresh~2\epan\dissec~1\packet-h450-template.c(172) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 163, 164, 165, 166, 167, 169, 170, 171, 172
c:\wiresh~2\epan\dissec~1\packet-h450-template.c(212) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 203, 204, 205, 206, 207, 209, 210, 211, 212
c:\wiresh~2\epan\dissec~1\h245.cnf(92) : warning C6001: Using uninitialized memory 'dummy_me': Lines: 86, 87, 88, 92
c:\wiresh~2\epan\dissec~1\h245.cnf(67) : warning C6001: Using uninitialized memory 'dummy_me': Lines: 60, 61, 62, 67
c:\wiresh~2\epan\dissec~1\h225.cnf(581) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(538) : warning C6001: Using uninitialized memory 'guid_tvb': Lines: 533, 535, 536, 538
c:\wiresh~2\epan\dissec~1\h225.cnf(526) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(450) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(457) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(512) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(464) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(471) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(498) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(478) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(485) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(491) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(505) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wiresh~2\epan\dissec~1\h225.cnf(519) : warning C6244: Local declaration of 'value' hides previous declaration at line '127' of 'c:\wiresh~2\epan\dissec~1\packet-h225-template.c'
c:\wireshark\epan\dissectors\packet-erf.c(933) : warning C6200: Index '5' is out of valid index range '0' to '4' for non-stack buffer 'erf_hdlc_dissector'
c:\wireshark\epan\dissectors\packet-erf.c(938) : warning C6200: Index '3' is out of valid index range '0' to '2' for non-stack buffer 'erf_atm_dissector'
c:\wireshark\epan\dissectors\packet-erf.c(943) : warning C6200: Index '3' is out of valid index range '0' to '2' for non-stack buffer 'erf_eth_dissector'
c:\wireshark\epan\dissectors\packet-erf.c(933) : warning C6386: Buffer overrun: accessing 'erf_hdlc_dissector', the writable size is '20' bytes, but '24' bytes might be written: Lines: 920, 922, 923, 926, 929, 930, 931, 932, 933
c:\wireshark\epan\dissectors\packet-erf.c(938) : warning C6386: Buffer overrun: accessing 'erf_atm_dissector', the writable size is '12' bytes, but '16' bytes might be written: Lines: 920, 922, 923, 926, 929, 930, 931, 932, 933, 936, 937, 938
c:\wireshark\epan\dissectors\packet-erf.c(943) : warning C6386: Buffer overrun: accessing 'erf_eth_dissector', the writable size is '12' bytes, but '16' bytes might be written: Lines: 920, 922, 923, 926, 929, 930, 931, 932, 933, 936, 937, 938, 941, 942, 943
Generating Code...
Compiling...
packet-mpeg-audio.c
packet-mpeg-pes.c
packet-nbap.c
packet-ns_cert_exts.c
packet-ocsp.c
packet-pkcs12.c
packet-pkcs1.c
packet-pkinit.c
packet-pkix1explicit.c
packet-pkix1implicit.c
packet-pkixproxy.c
packet-pkixqualified.c
packet-pkixtsp.c
packet-pres.c
packet-q932.c
packet-q932-ros.c
packet-qsig.c
packet-ranap.c
packet-rnsap.c
packet-ros.c
Processing...
c:\wiresh~2\epan\dissec~1\packet-qsig-template.c(385) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 374, 375, 376, 377, 378, 379, 380, 382, 383, 384, 385
c:\wiresh~2\epan\dissec~1\packet-qsig-template.c(436) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 425, 426, 427, 428, 429, 430, 431, 433, 434, 435, 436
c:\wiresh~2\epan\dissec~1\packet-qsig-template.c(487) : warning C6011: Dereferencing NULL pointer 'rctx': Lines: 476, 477, 478, 479, 480, 481, 482, 484, 485, 486, 487
c:\wiresh~2\epan\dissec~1\packet-pkcs12-template.c(106) : warning C6244: Local declaration of 'salt' hides previous declaration at line '73' of 'c:\wiresh~2\epan\dissec~1\packet-pkcs12-template.c'
c:\wiresh~2\epan\dissec~1\packet-pkcs12-template.c(219) : warning C6244: Local declaration of 'object_identifier_id' hides previous declaration at line '71' of 'c:\wiresh~2\epan\dissec~1\packet-pkcs12-template.c'
c:\wiresh~2\epan\dissec~1\packet-mpeg-audio-template.c(70) : warning C6385: Invalid data: accessing 'mpa_versions', the readable size is '16' bytes, but '8192' bytes might be read: Lines: 57, 58, 59, 60, 61, 63, 66, 67, 68, 70
c:\wiresh~2\epan\dissec~1\packet-mpeg-audio-template.c(72) : warning C6385: Invalid data: accessing 'mpa_layers', the readable size is '16' bytes, but '8192' bytes might be read: Lines: 57, 58, 59, 60, 61, 63, 66, 67, 68, 70, 72
c:\wiresh~2\epan\dissec~1\packet-mpeg-audio-template.c(83) : warning C6385: Invalid data: accessing 'mpa_bitrates[(mpa_versions[((&mpa))->version])][(mpa_layers[((&mpa))->layer])]', the readable size is '64' bytes, but '8192' bytes might be read: Lines: 57, 58, 59, 60, 61, 63, 66, 67, 68, 70, 72, 75, 76, 77, 80, 81, 83
c:\wiresh~2\epan\dissec~1\packet-mpeg-audio-template.c(83) : warning C6385: Invalid data: accessing 'mpa_frequencies[(mpa_versions[((&mpa))->version])]', the readable size is '16' bytes, but '8192' bytes might be read: Lines: 57, 58, 59, 60, 61, 63, 66, 67, 68, 70, 72, 75, 76, 77, 80, 81, 83
Generating Code...
Compiling...
packet-rrlp.c
packet-rtse.c
packet-s4406.c
packet-sabp.c
packet-smrse.c
packet-snmp.c
packet-spnego.c
packet-tcap.c
packet-ulp.c
packet-wlancertextn.c
packet-x411.c
packet-x420.c
packet-x509af.c
packet-x509ce.c
packet-x509if.c
packet-x509sat.c
packet-dcerpc-nt.c
Processing...
c:\wireshark\epan\dissectors\packet-dcerpc-nt.c(906) : warning C6246: Local declaration of 'item' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '849' of 'c:\wireshark\epan\dissectors\packet-dcerpc-nt.c': Lines: 849
c:\wireshark\epan\dissectors\packet-dcerpc-nt.c(913) : warning C6246: Local declaration of 'item' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '849' of 'c:\wireshark\epan\dissectors\packet-dcerpc-nt.c': Lines: 849
c:\wiresh~2\epan\dissec~1\spnego.cnf(49) : warning C6244: Local declaration of 'next_level_value' hides previous declaration at line '79' of 'c:\wiresh~2\epan\dissec~1\packet-spnego-template.c'
c:\wiresh~2\epan\dissec~1\packet-snmp-template.c(801) : warning C6246: Local declaration of 'pt' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '372' of 'c:\wiresh~2\epan\dissec~1\packet-snmp-template.c': Lines: 372
c:\wiresh~2\epan\dissec~1\packet-snmp-template.c(811) : warning C6246: Local declaration of 'pt' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '372' of 'c:\wiresh~2\epan\dissec~1\packet-snmp-template.c': Lines: 372
Generating Code...
Linking dissectors.lib packet-bacapp.obj packet-diameter.obj packet-k12.obj packet-nbd.obj packet-sccp.obj packet-----8<---snip-----8<----