Comment # 2
on bug 13034
from Wouter Verhelst
(In reply to Alexis La Goutte from comment #1)
> Hi,
>
> It is possible to attach some pcap ?
The easiest way to do that, I thought, would be to capture all traffic on port
10809 over the lo interface, and then to run "make check" in the nbd
repository; the test suite was written to try to torture the implementation,
and covers a lot of cases, although unfortunately not all -- we don't cover
STARTTLS currently, for instance.
Unfortunately that creates a 4.8G .pcapng.gz file -- not a good idea to upload
that to bugzilla, I guess.
I will try and come up with a way to cover as much as possible in a single pcap
file, while not making it too insanely huge, and once I've done that will
upload it as an attachment, but this might take a few days. Meanwhile, if you
want, you can download the nbd source from nbd.sf.net, ./configure it, and run
"make check" while capturing localhost to get *quite* some useful data.
You are receiving this mail because:
- You are watching all bug changes.