ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9072] Enhancement of the packet-mq dissector (WMQ 7.1-7.5)

Date: Sun, 15 Sep 2013 11:22:42 +0000

changed bug 9072

What Removed Added
Attachment #11572 is obsolete   1

Comment # 39 on bug 9072 from
Created attachment 11574 [details]
packet-mq enhancement

Adapted based on your latest remarks and code warning.

all string use now guint8 and are casted where needed

Removed all unused paramters from function

moved some variable declaration later in the code, in the block where they are
used

Also tried to compiled with /W4, and corrected the various warning that comes
along with VS2012

Is there a way, on VS2012, to approaching same results as you for the compiler
? a large part of all does not appears on VS2012


You are receiving this mail because:
  • You are watching all bug changes.