Comment # 5
on bug 8589
from Dominique Martinet
Hi, thanks for looking at this.
(In reply to comment #3)
> It is possible to attach a small sample of 9P Protocol ?
Done.
> A very quick review :
> There is some error with checkAPI tools
Sorry, didn't know about this script, I ran it and get errors like "the blurb
for hf_9P_btime ("9p.btime") matches the field name in
epan/dissectors/packet-9p.c", but I'm not sure I understand what it means given
I have other hf items with similar names that don't encounter this problem.
Is there any documentation about this I could read?
> and the code don't build in Linux
Now that is odd. This works just fine for me, on GNU/Linux (CentOS 6.3 at the
moment, could try something else if you'd like) :
# cd wireshark
# svn up
At revision 48892.
# svn status
# curl https://bugs.wireshark.org/bugzilla/attachment.cgi?id=10603 | patch -Np0
(that's the whole second patch, I tried with the other one as well)
# ./autogen.sh
# ./configure
# make -j12
# ./wireshark /path/to/9p.pcap.gz
Could you tell me what CFLAGS you use and, most likely the issue, what version
of gcc I need to run?... (4.4.6 here, I'll try to find a more recent version
somewhere to try)
You are receiving this mail because:
- You are watching all bug changes.