Wireshark-bugs: [Wireshark-bugs] [Bug 8589] [PATCH] 9P dissector enhancement

Date: Wed, 17 Apr 2013 10:26:01 +0000

changed bug 8589

What Removed Added
CC   [email protected]

Comment # 3 on bug 8589 from
Hi,

It is possible to attach a small sample of 9P Protocol ?

A very quick review :
There is some error with checkAPI tools
and the code don't build in Linux
packet-9p.h:330:3: error: using '_9p_qid_t' as both a typedef and a tag is
invalid in C++ [-Werror=c++-compat]
packet-9p.h:273:6: note: originally defined here
packet-9p.c: In function 'dissect_9P':
packet-9p.c:476:3: error: enum conversion when passing argument 2 of
'conv_set_version' is invalid in C++ [-Werror=c++-compat]
packet-9p.c:330:13: note: expected 'enum _9p_version' but argument is of type
'guint32'
packet-9p.c:495:3: error: enum conversion when passing argument 3 of
'conv_set_tag' is invalid in C++ [-Werror=c++-compat]
packet-9p.c:376:13: note: expected 'enum _9p_msg_t' but argument is of type
'guint8'
packet-9p.c:519:3: error: enum conversion when passing argument 3 of
'conv_set_tag' is invalid in C++ [-Werror=c++-compat]
....


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