https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5767
--- Comment #22 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2011-06-19 10:26:20 PDT ---
Hi Xiao,
The code don't compile in Linux :
packet-bt-dht.c: In function ‘dissect_bt_dht’:
packet-bt-dht.c:431: error: dereferencing pointer to incomplete type
And this a small error (found by Clang)
packet-bt-dht.c:163:3: warning: Value stored to 'one_byte' is never read
one_byte = 0;
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.