Wireshark-bugs: [Wireshark-bugs] [Bug 8416] remove C++ incompatibilities from packet-pw-atm.c
Date: Fri, 01 Mar 2013 14:42:10 +0000

changed bug 8416

What Removed Added
Attachment #10146 Flags   review_for_checkin?

Comment # 2 on bug 8416 from
Created attachment 10146 [details]
patch to remove C++ incompatibilities from packet-asn1.c

More work to remove C++ incompatibilities, this time in
plugins/asn1/packet-asn1.c which required changing the name of a structure
member from typename (a reserved word in C++) to asn1typename and the usual
assortment of implicit casts converted to explicit casts.


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