Advertisement
LocutusOfBorg

Untitled

Apr 7th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.22 KB | None | 0 0
  1.  
  2.  
  3. src/ec_decode.c: In function 'ec_decode':
  4. src/ec_decode.c:181:4: warning: pointer targets in passing argument 3 of 'packet_decoder' differ in signedness [-Wpointer-sign]
  5. src/ec_decode.c:181:4: note: expected 'int *' but argument is of type 'bpf_u_int32 *'
  6. src/ec_filter.c: In function 'func_pcre':
  7. src/ec_filter.c:570:10: warning: pointer targets in passing argument 3 of 'pcre_exec' differ in signedness [-Wpointer-sign]
  8. In file included from ./include/ec_filter.h:8:0,
  9. from ./include/ec_globals.h:11,
  10. from ./include/ec.h:59,
  11. from src/ec_filter.c:22:
  12. ../../RegExp/libpcre/pcre.h:269:22: note: expected 'const char *' but argument is of type 'u_char *'
  13. src/ec_filter.c:678:10: warning: pointer targets in passing argument 3 of 'pcre_exec' differ in signedness [-Wpointer-sign]
  14. In file included from ./include/ec_filter.h:8:0,
  15. from ./include/ec_globals.h:11,
  16. from ./include/ec.h:59,
  17. from src/ec_filter.c:22:
  18. ../../RegExp/libpcre/pcre.h:269:22: note: expected 'const char *' but argument is of type 'u_char *'
  19. src/ec_filter.c: In function 'func_exec':
  20. src/ec_filter.c:1018:7: warning: passing argument 2 of 'execve' from incompatible pointer type [enabled by default]
  21. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/unistd.h:37:0,
  22. from ./include/ec.h:37,
  23. from src/ec_filter.c:22:
  24. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/process.h:151:42: note: expected 'const char * const*' but argument is
  25. of type 'char **'
  26. src/ec_filter.c: In function 'compile_regex':
  27. src/ec_filter.c:1290:16: warning: pointer targets in passing argument 1 of 'pcre_compile' differ in signedness [-Wpointer-sign]
  28. In file included from ./include/ec_filter.h:8:0,
  29. from ./include/ec_globals.h:11,
  30. from ./include/ec.h:59,
  31. from src/ec_filter.c:22:
  32. ../../RegExp/libpcre/pcre.h:258:23: note: expected 'const char *' but argument is of type 'u_int8 *'
  33. src/ec_format.c: In function 'hex_format':
  34. src/ec_format.c:163:12: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness [-Wpointer-sign]
  35. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  36. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  37. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  38. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  39. from ../libpcap/pcap-stdinc.h:42,
  40. from ../libpcap/pcap/pcap.h:39,
  41. from ../libpcap/pcap.h:43,
  42. from ./src/config.h:61,
  43. from ./include/ec.h:4,
  44. from src/ec_format.c:23:
  45. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:62:39: note: expected 'char *' but argument is of type 'u_char
  46. *'
  47. src/ec_format.c:171:22: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness [-Wpointer-sign]
  48. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  49. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  50. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  51. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  52. from ../libpcap/pcap-stdinc.h:42,
  53. from ../libpcap/pcap/pcap.h:39,
  54. from ../libpcap/pcap.h:43,
  55. from ./src/config.h:61,
  56. from ./include/ec.h:4,
  57. from src/ec_format.c:23:
  58. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:62:39: note: expected 'char *' but argument is of type 'u_char
  59. *'
  60. src/ec_format.c:174:25: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness [-Wpointer-sign]
  61. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  62. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  63. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  64. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  65. from ../libpcap/pcap-stdinc.h:42,
  66. from ../libpcap/pcap/pcap.h:39,
  67. from ../libpcap/pcap.h:43,
  68. from ./src/config.h:61,
  69. from ./include/ec.h:4,
  70. from src/ec_format.c:23:
  71. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:62:39: note: expected 'char *' but argument is of type 'u_char
  72. *'
  73. src/ec_format.c:194:20: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness [-Wpointer-sign]
  74. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  75. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  76. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  77. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  78. from ../libpcap/pcap-stdinc.h:42,
  79. from ../libpcap/pcap/pcap.h:39,
  80. from ../libpcap/pcap.h:43,
  81. from ./src/config.h:61,
  82. from ./include/ec.h:4,
  83. from src/ec_format.c:23:
  84. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:62:39: note: expected 'char *' but argument is of type 'u_char
  85. *'
  86. src/ec_format.c: In function 'utf8_format':
  87. src/ec_format.c:355:7: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
  88. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  89. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  90. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  91. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  92. from ../libpcap/pcap-stdinc.h:42,
  93. from ../libpcap/pcap/pcap.h:39,
  94. from ../libpcap/pcap.h:43,
  95. from ./src/config.h:61,
  96. from ./include/ec.h:4,
  97. from src/ec_format.c:23:
  98. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:64:39: note: expected 'char *' but argument is of type 'u_char
  99. *'
  100. src/ec_format.c: In function 'set_utf8_encoding':
  101. src/ec_format.c:402:31: warning: unused parameter 'fromcode' [-Wunused-parameter]
  102. src/ec_resolv.c: In function 'host_iptoa':
  103. src/ec_resolv.c:91:4: warning: pointer targets in passing argument 1 of 'gethostbyaddr' differ in signedness [-Wpointer-sign]
  104. In file included from ../libpcap/pcap-stdinc.h:42:0,
  105. from ../libpcap/pcap/pcap.h:39,
  106. from ../libpcap/pcap.h:43,
  107. from ./src/config.h:61,
  108. from ./include/ec.h:4,
  109. from src/ec_resolv.c:22:
  110. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:592:57: note: expected 'const char *' but argument is of type
  111. 'u_int8 *'
  112. src/ec_scan.c: In function 'scan_decode':
  113. src/ec_scan.c:353:4: warning: pointer targets in passing argument 3 of 'packet_decoder' differ in signedness [-Wpointer-sign]
  114. src/ec_scan.c:353:4: note: expected 'int *' but argument is of type 'bpf_u_int32 *'
  115. src/ec_signals.c:233:13: warning: 'signal_CHLD' defined but not used [-Wunused-function]
  116. src/ec_sniff_bridge.c: In function 'bridge_check_forwarded':
  117. src/ec_sniff_bridge.c:178:7: warning: pointer targets in passing argument 2 of 'mac_addr_ntoa' differ in signedness [-Wpointer-sign]
  118. In file included from ./include/ec_proto.h:4:0,
  119. from ./include/ec_packet.h:4,
  120. from ./include/ec_sniff.h:4,
  121. from ./include/ec_globals.h:4,
  122. from ./include/ec.h:59,
  123. from src/ec_sniff_bridge.c:22:
  124. ./include/ec_inet.h:91:21: note: expected 'char *' but argument is of type 'u_char *'
  125. src/ec_sniff_bridge.c:178:7: warning: pointer targets in passing argument 2 of 'mac_addr_ntoa' differ in signedness [-Wpointer-sign]
  126. In file included from ./include/ec_proto.h:4:0,
  127. from ./include/ec_packet.h:4,
  128. from ./include/ec_sniff.h:4,
  129. from ./include/ec_globals.h:4,
  130. from ./include/ec.h:59,
  131. from src/ec_sniff_bridge.c:22:
  132. ./include/ec_inet.h:91:21: note: expected 'char *' but argument is of type 'u_char *'
  133. src/ec_sniff_bridge.c:183:7: warning: pointer targets in passing argument 2 of 'mac_addr_ntoa' differ in signedness [-Wpointer-sign]
  134. In file included from ./include/ec_proto.h:4:0,
  135. from ./include/ec_packet.h:4,
  136. from ./include/ec_sniff.h:4,
  137. from ./include/ec_globals.h:4,
  138. from ./include/ec.h:59,
  139. from src/ec_sniff_bridge.c:22:
  140. ./include/ec_inet.h:91:21: note: expected 'char *' but argument is of type 'u_char *'
  141. src/ec_sniff_bridge.c:183:7: warning: pointer targets in passing argument 2 of 'mac_addr_ntoa' differ in signedness [-Wpointer-sign]
  142. In file included from ./include/ec_proto.h:4:0,
  143. from ./include/ec_packet.h:4,
  144. from ./include/ec_sniff.h:4,
  145. from ./include/ec_globals.h:4,
  146. from ./include/ec.h:59,
  147. from src/ec_sniff_bridge.c:22:
  148. ./include/ec_inet.h:91:21: note: expected 'char *' but argument is of type 'u_char *'
  149. src/ec_socket.c: In function 'socket_send':
  150. src/ec_socket.c:171:4: warning: pointer targets in passing argument 2 of 'send' differ in signedness [-Wpointer-sign]
  151. In file included from ../libpcap/pcap-stdinc.h:42:0,
  152. from ../libpcap/pcap/pcap.h:39,
  153. from ../libpcap/pcap.h:43,
  154. from ./src/config.h:61,
  155. from ./include/ec.h:4,
  156. from src/ec_socket.c:22:
  157. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:587:32: note: expected 'const char *' but argument is of type
  158. 'const u_char *'
  159. src/ec_socket.c: In function 'socket_recv':
  160. src/ec_socket.c:180:4: warning: pointer targets in passing argument 2 of 'recv' differ in signedness [-Wpointer-sign]
  161. In file included from ../libpcap/pcap-stdinc.h:42:0,
  162. from ../libpcap/pcap/pcap.h:39,
  163. from ../libpcap/pcap.h:43,
  164. from ./src/config.h:61,
  165. from ./include/ec.h:4,
  166. from src/ec_socket.c:22:
  167. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:585:32: note: expected 'char *' but argument is of type
  168. 'u_char *'
  169. src/ec_strings.c: In function 'ec_strtok':
  170. src/ec_strings.c:327:4: warning: implicit declaration of function 'strtok_r' [-Wimplicit-function-declaration]
  171. src/ec_strings.c:327:4: warning: return makes pointer from integer without a cast [enabled by default]
  172. src/ec_threads.c: In function 'ec_thread_register_detached':
  173. src/ec_threads.c:151:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  174. src/ec_threads.c:151:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  175. src/ec_threads.c: In function 'ec_thread_new_detached':
  176. src/ec_threads.c:215:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  177. src/ec_threads.c:215:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  178. src/ec_threads.c: In function 'ec_thread_init':
  179. src/ec_threads.c:233:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  180. src/ec_threads.c:233:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  181. src/ec_threads.c:249:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  182. src/ec_threads.c:249:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  183. src/ec_threads.c: In function 'ec_thread_destroy':
  184. src/ec_threads.c:262:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  185. src/ec_threads.c:262:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  186. src/ec_threads.c: In function 'ec_thread_kill_all':
  187. src/ec_threads.c:306:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  188. src/ec_threads.c:306:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  189. src/ec_threads.c:319:10: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  190. src/ec_threads.c:319:10: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  191. src/ec_threads.c: In function 'ec_thread_exit':
  192. src/ec_threads.c:352:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  193. src/ec_threads.c:352:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194. src/ec_sslwrap.c: In function 'sslw_start':
  195. src/ec_sslwrap.c:285:64: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign]
  196. In file included from ../libpcap/pcap-stdinc.h:42:0,
  197. from ../libpcap/pcap/pcap.h:39,
  198. from ../libpcap/pcap.h:43,
  199. from ./src/config.h:61,
  200. from ./include/ec.h:4,
  201. from src/ec_sslwrap.c:22:
  202. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:574:35: note: expected 'int *' but argument is of type 'u_int
  203. *'
  204. src/ec_sslwrap.c: In function 'sslw_insert_redirect':
  205. src/ec_sslwrap.c:396:10: warning: passing argument 2 of 'execvp' from incompatible pointer type [enabled by default]
  206. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/unistd.h:37:0,
  207. from ./include/ec.h:37,
  208. from src/ec_sslwrap.c:22:
  209. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/process.h:152:42: note: expected 'const char * const*' but argument is
  210. of type 'char **'
  211. src/ec_sslwrap.c: In function 'sslw_remove_redirect':
  212. src/ec_sslwrap.c:468:10: warning: passing argument 2 of 'execvp' from incompatible pointer type [enabled by default]
  213. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/unistd.h:37:0,
  214. from ./include/ec.h:37,
  215. from src/ec_sslwrap.c:22:
  216. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/process.h:152:42: note: expected 'const char * const*' but argument is
  217. of type 'char **'
  218. src/ec_update.c: In function 'global_update':
  219. src/ec_update.c:73:4: warning: pointer targets in passing argument 2 of 'socket_send' differ in signedness [-Wpointer-sign]
  220. In file included from src/ec_update.c:24:0:
  221. ./include/ec_socket.h:14:19: note: expected 'const u_char *' but argument is of type 'char *'
  222. src/ec_update.c:78:4: warning: pointer targets in passing argument 2 of 'socket_recv' differ in signedness [-Wpointer-sign]
  223. In file included from src/ec_update.c:24:0:
  224. ./include/ec_socket.h:15:19: note: expected 'u_char *' but argument is of type 'char *'
  225. src/ec_update.c: In function 'do_update':
  226. src/ec_update.c:286:4: warning: pointer targets in passing argument 2 of 'socket_send' differ in signedness [-Wpointer-sign]
  227. In file included from src/ec_update.c:24:0:
  228. ./include/ec_socket.h:14:19: note: expected 'const u_char *' but argument is of type 'char *'
  229. src/ec_update.c:291:4: warning: pointer targets in passing argument 2 of 'socket_recv' differ in signedness [-Wpointer-sign]
  230. In file included from src/ec_update.c:24:0:
  231. ./include/ec_socket.h:15:19: note: expected 'u_char *' but argument is of type 'char *'
  232. src/ec_network.c: In function 'source_init':
  233. src/ec_network.c:153:8: warning: unused variable 'ret' [-Wunused-variable]
  234. src/dissectors/ec_http.c: In function 'dissector_http':
  235. src/dissectors/ec_http.c:171:11: warning: pointer targets in passing argument 1 of 'Parse_User_Agent' differ in signedness
  236. [-Wpointer-sign]
  237. src/dissectors/ec_http.c:105:12: note: expected 'char *' but argument is of type 'u_char *'
  238. src/interfaces/gtk/ec_gtk.c: In function 'gtkui_setup':
  239. src/interfaces/gtk/ec_gtk.c:667:4: warning: pointer targets in passing argument 2 of 'gtk_accelerator_parse' differ in signedness
  240. [-Wpointer-sign]
  241. In file included from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtkwindow.h:35:0,
  242. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtkdialog.h:35,
  243. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
  244. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtk.h:33,
  245. from ./src/interfaces/gtk/ec_gtk.h:4,
  246. from src/interfaces/gtk/ec_gtk.c:24:
  247. g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtkaccelgroup.h:167:7: note: expected 'guint *' but argument is of type 'gint *'
  248. src/interfaces/gtk/ec_gtk.c: In function 'gtkui_page_attach_shortcut':
  249. src/interfaces/gtk/ec_gtk.c:1365:4: warning: pointer targets in passing argument 2 of 'gtk_accelerator_parse' differ in signedness
  250. [-Wpointer-sign]
  251. In file included from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtkwindow.h:35:0,
  252. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtkdialog.h:35,
  253. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
  254. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtk.h:33,
  255. from ./src/interfaces/gtk/ec_gtk.h:4,
  256. from src/interfaces/gtk/ec_gtk.c:24:
  257. g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtkaccelgroup.h:167:7: note: expected 'guint *' but argument is of type 'gint *'
  258. src/interfaces/gtk/ec_gtk_view.c: In function 'gtkui_vis_method':
  259. src/interfaces/gtk/ec_gtk_view.c:363:4: warning: passing argument 1 of 'g_get_charset' from incompatible pointer type [enabled by
  260. default]
  261. In file included from g:/Programfiler/Gtk-Plus/include/glib-2.0/glib/gstring.h:35:0,
  262. from g:/Programfiler/Gtk-Plus/include/glib-2.0/glib/giochannel.h:36,
  263. from g:/Programfiler/Gtk-Plus/include/glib-2.0/glib.h:53,
  264. from g:/Programfiler/Gtk-Plus/include/glib-2.0/gobject/gbinding.h:30,
  265. from g:/Programfiler/Gtk-Plus/include/glib-2.0/glib-object.h:25,
  266. from g:/Programfiler/Gtk-Plus/include/glib-2.0/gio/gioenums.h:30,
  267. from g:/Programfiler/Gtk-Plus/include/glib-2.0/gio/giotypes.h:30,
  268. from g:/Programfiler/Gtk-Plus/include/glib-2.0/gio/gio.h:28,
  269. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  270. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gdk/gdk.h:32,
  271. from g:/Programfiler/Gtk-Plus/include/gtk-2.0/gtk/gtk.h:32,
  272. from ./src/interfaces/gtk/ec_gtk.h:4,
  273. from src/interfaces/gtk/ec_gtk_view.c:23:
  274. g:/Programfiler/Gtk-Plus/include/glib-2.0/glib/gunicode.h:239:10: note: expected 'char **' but argument is of type 'const char **'
  275. src/interfaces/gtk/ec_gtk_view.c:421:16: warning: pointer targets in passing argument 1 of 'set_utf8_encoding' differ in signedness
  276. [-Wpointer-sign]
  277. In file included from src/interfaces/gtk/ec_gtk_view.c:24:0:
  278. ./include/ec_format.h:13:19: note: expected 'u_char *' but argument is of type 'char *'
  279. src/interfaces/gtk/ec_gtk_view_connections.c: In function 'split_print':
  280. src/interfaces/gtk/ec_gtk_view_connections.c:868:8: warning: pointer targets in passing argument 2 of 'regexec' differ in signedness
  281. [-Wpointer-sign]
  282. In file included from ./include/ec_filter.h:6:0,
  283. from ./include/ec_globals.h:11,
  284. from ./include/ec.h:59,
  285. from src/interfaces/gtk/ec_gtk_view_connections.c:22:
  286. ../../RegExp/regex-0.12/regex.h:514:12: note: expected 'const char *' but argument is of type 'u_char *'
  287. src/interfaces/gtk/ec_gtk_view_connections.c:880:7: warning: pointer targets in passing argument 2 of 'gtkui_data_print' differ in
  288. signedness [-Wpointer-sign]
  289. src/interfaces/gtk/ec_gtk_view_connections.c:815:13: note: expected 'char *' but argument is of type 'u_char *'
  290. src/interfaces/gtk/ec_gtk_view_connections.c:882:7: warning: pointer targets in passing argument 2 of 'gtkui_data_print' differ in
  291. signedness [-Wpointer-sign]
  292. src/interfaces/gtk/ec_gtk_view_connections.c:815:13: note: expected 'char *' but argument is of type 'u_char *'
  293. src/interfaces/gtk/ec_gtk_view_connections.c: In function 'split_print_po':
  294. src/interfaces/gtk/ec_gtk_view_connections.c:895:8: warning: pointer targets in passing argument 2 of 'regexec' differ in signedness
  295. [-Wpointer-sign]
  296. In file included from ./include/ec_filter.h:6:0,
  297. from ./include/ec_globals.h:11,
  298. from ./include/ec.h:59,
  299. from src/interfaces/gtk/ec_gtk_view_connections.c:22:
  300. ../../RegExp/regex-0.12/regex.h:514:12: note: expected 'const char *' but argument is of type 'u_char *'
  301. src/interfaces/gtk/ec_gtk_view_connections.c:907:7: warning: pointer targets in passing argument 2 of 'gtkui_data_print' differ in
  302. signedness [-Wpointer-sign]
  303. src/interfaces/gtk/ec_gtk_view_connections.c:815:13: note: expected 'char *' but argument is of type 'u_char *'
  304. src/interfaces/gtk/ec_gtk_view_connections.c:909:7: warning: pointer targets in passing argument 2 of 'gtkui_data_print' differ in
  305. signedness [-Wpointer-sign]
  306. src/interfaces/gtk/ec_gtk_view_connections.c:815:13: note: expected 'char *' but argument is of type 'u_char *'
  307. src/interfaces/gtk/ec_gtk_view_connections.c: In function 'join_print':
  308. src/interfaces/gtk/ec_gtk_view_connections.c:1039:8: warning: pointer targets in passing argument 2 of 'regexec' differ in
  309. signedness [-Wpointer-sign]
  310. In file included from ./include/ec_filter.h:6:0,
  311. from ./include/ec_globals.h:11,
  312. from ./include/ec.h:59,
  313. from src/interfaces/gtk/ec_gtk_view_connections.c:22:
  314. ../../RegExp/regex-0.12/regex.h:514:12: note: expected 'const char *' but argument is of type 'u_char *'
  315. src/interfaces/gtk/ec_gtk_view_connections.c:1051:7: warning: pointer targets in passing argument 2 of 'gtkui_data_print' differ in
  316. signedness [-Wpointer-sign]
  317. src/interfaces/gtk/ec_gtk_view_connections.c:815:13: note: expected 'char *' but argument is of type 'u_char *'
  318. src/interfaces/gtk/ec_gtk_view_connections.c:1053:7: warning: pointer targets in passing argument 2 of 'gtkui_data_print' differ in
  319. signedness [-Wpointer-sign]
  320. src/interfaces/gtk/ec_gtk_view_connections.c:815:13: note: expected 'char *' but argument is of type 'u_char *'
  321. src/interfaces/gtk/ec_gtk_view_connections.c: In function 'join_print_po':
  322. src/interfaces/gtk/ec_gtk_view_connections.c:1066:8: warning: pointer targets in passing argument 2 of 'regexec' differ in
  323. signedness [-Wpointer-sign]
  324. In file included from ./include/ec_filter.h:6:0,
  325. from ./include/ec_globals.h:11,
  326. from ./include/ec.h:59,
  327. from src/interfaces/gtk/ec_gtk_view_connections.c:22:
  328. ../../RegExp/regex-0.12/regex.h:514:12: note: expected 'const char *' but argument is of type 'u_char *'
  329. src/interfaces/gtk/ec_gtk_view_connections.c:1078:7: warning: pointer targets in passing argument 2 of 'gtkui_data_print' differ in
  330. signedness [-Wpointer-sign]
  331. src/interfaces/gtk/ec_gtk_view_connections.c:815:13: note: expected 'char *' but argument is of type 'u_char *'
  332. src/interfaces/gtk/ec_gtk_view_connections.c:1080:7: warning: pointer targets in passing argument 2 of 'gtkui_data_print' differ in
  333. signedness [-Wpointer-sign]
  334. src/interfaces/gtk/ec_gtk_view_connections.c:815:13: note: expected 'char *' but argument is of type 'u_char *'
  335. src/interfaces/gtk/ec_gtk_view_connections.c: In function 'gtkui_connection_inject':
  336. src/interfaces/gtk/ec_gtk_view_connections.c:1236:7: warning: pointer targets in passing argument 1 of 'strncpy' differ in
  337. signedness [-Wpointer-sign]
  338. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  339. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  340. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  341. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  342. from ../libpcap/pcap-stdinc.h:42,
  343. from ../libpcap/pcap/pcap.h:39,
  344. from ../libpcap/pcap.h:43,
  345. from ./src/config.h:61,
  346. from ./include/ec.h:4,
  347. from src/interfaces/gtk/ec_gtk_view_connections.c:22:
  348. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:64:39: note: expected 'char *' but argument is of type 'u_char
  349. *'
  350. src/interfaces/gtk/ec_gtk_view_connections.c: In function 'gtkui_inject_user':
  351. src/interfaces/gtk/ec_gtk_view_connections.c:1252:4: warning: pointer targets in passing argument 1 of 'strescape' differ in
  352. signedness [-Wpointer-sign]
  353. In file included from ./include/ec.h:60:0,
  354. from src/interfaces/gtk/ec_gtk_view_connections.c:22:
  355. ./include/ec_strings.h:43:19: note: expected 'char *' but argument is of type 'u_char *'
  356. src/interfaces/gtk/ec_gtk_view_connections.c:1252:4: warning: pointer targets in passing argument 2 of 'strescape' differ in
  357. signedness [-Wpointer-sign]
  358. In file included from ./include/ec.h:60:0,
  359. from src/interfaces/gtk/ec_gtk_view_connections.c:22:
  360. ./include/ec_strings.h:43:19: note: expected 'char *' but argument is of type 'u_char *'
  361. src/interfaces/gtk/ec_gtk_view_profiles.c: In function 'gtkui_profile_detail':
  362. src/interfaces/gtk/ec_gtk_view_profiles.c:272:7: warning: pointer targets in passing argument 1 of 'manuf_search' differ in
  363. signedness [-Wpointer-sign]
  364. In file included from src/interfaces/gtk/ec_gtk_view_profiles.c:26:0:
  365. ./include/ec_manuf.h:5:22: note: expected 'const char *' but argument is of type 'u_int8 *'
  366. src/interfaces/gtk/ec_gtk_view_profiles.c:298:4: warning: pointer targets in passing argument 1 of 'fingerprint_search' differ in
  367. signedness [-Wpointer-sign]
  368. In file included from ./include/ec_profiles.h:4:0,
  369. from ./include/ec_packet.h:5,
  370. from ./include/ec_sniff.h:4,
  371. from ./include/ec_globals.h:4,
  372. from ./include/ec.h:59,
  373. from src/interfaces/gtk/ec_gtk_view_profiles.c:22:
  374. ./include/ec_fingerprint.h:5:19: note: expected 'const char *' but argument is of type 'u_char *'
  375. src/missing/getopt.c: In function '_getopt_initialize':
  376. src/missing/getopt.c:392:10: warning: unused parameter 'argc' [-Wunused-parameter]
  377. src/missing/getopt.c:393:19: warning: unused parameter 'argv' [-Wunused-parameter]
  378. src/missing/strcasestr.c: In function 'strcasestr':
  379. src/missing/strcasestr.c:19:10: warning: return discards 'const' qualifier from pointer target type [enabled by default]
  380. src/os/ec_mingw.c: In function 'get_interface_mtu':
  381. src/os/ec_mingw.c:106:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  382. src/os/ec_mingw.c: In function 'ec_win_poll':
  383. src/os/ec_mingw.c:266:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  384. src/os/ec_mingw.c:269:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  385. src/os/ec_mingw.c:272:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  386. src/os/ec_mingw.c: In function 'setup_console':
  387. src/os/ec_mingw.c:1137:11: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
  388. utils/etterfilter/ef_encode.c: In function 'encode_function':
  389. utils/etterfilter/ef_encode.c:221:33: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  390. utils/etterfilter/ef_encode.c:222:13: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
  391. [-Wpointer-sign]
  392. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  393. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  394. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  395. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  396. from ../libpcap/pcap-stdinc.h:42,
  397. from ../libpcap/pcap/pcap.h:39,
  398. from ../libpcap/pcap.h:43,
  399. from ./src/config.h:61,
  400. from ./include/ef.h:4,
  401. from utils/etterfilter/ef_encode.c:22:
  402. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:61:40: note: expected 'const char *' but argument is of type
  403. 'u_int8 *'
  404. utils/etterfilter/ef_encode.c:227:10: warning: pointer targets in passing argument 1 of 'pcre_compile' differ in signedness
  405. [-Wpointer-sign]
  406. In file included from ./include/ec_filter.h:8:0,
  407. from ./include/ef_functions.h:4,
  408. from utils/etterfilter/ef_encode.c:23:
  409. ../../RegExp/libpcre/pcre.h:258:23: note: expected 'const char *' but argument is of type 'u_int8 *'
  410. utils/etterfilter/ef_encode.c:238:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  411. utils/etterfilter/ef_encode.c:239:10: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
  412. [-Wpointer-sign]
  413. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  414. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  415. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  416. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  417. from ../libpcap/pcap-stdinc.h:42,
  418. from ../libpcap/pcap/pcap.h:39,
  419. from ../libpcap/pcap.h:43,
  420. from ./src/config.h:61,
  421. from ./include/ef.h:4,
  422. from utils/etterfilter/ef_encode.c:22:
  423. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:61:40: note: expected 'const char *' but argument is of type
  424. 'u_int8 *'
  425. utils/etterfilter/ef_encode.c:240:31: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  426. utils/etterfilter/ef_encode.c:241:10: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
  427. [-Wpointer-sign]
  428. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winnt.h:60:0,
  429. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windef.h:239,
  430. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/windows.h:60,
  431. from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/winsock2.h:40,
  432. from ../libpcap/pcap-stdinc.h:42,
  433. from ../libpcap/pcap/pcap.h:39,
  434. from ../libpcap/pcap.h:43,
  435. from ./src/config.h:61,
  436. from ./include/ef.h:4,
  437. from utils/etterfilter/ef_encode.c:22:
  438. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/string.h:61:40: note: expected 'const char *' but argument is of type
  439. 'u_int8 *'
  440. utils/etterfilter/ef_encode.c:245:10: warning: pointer targets in passing argument 1 of 'pcre_compile' differ in signedness
  441. [-Wpointer-sign]
  442. In file included from ./include/ec_filter.h:8:0,
  443. from ./include/ef_functions.h:4,
  444. from utils/etterfilter/ef_encode.c:23:
  445. ../../RegExp/libpcre/pcre.h:258:23: note: expected 'const char *' but argument is of type 'u_int8 *'
  446. src/os/ec_mingw.c: In function 'get_interface_mtu':
  447. src/os/ec_mingw.c:106:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  448. src/os/ec_mingw.c: In function 'ec_win_poll':
  449. src/os/ec_mingw.c:266:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  450. src/os/ec_mingw.c:269:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  451. src/os/ec_mingw.c:272:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  452. src/os/ec_mingw.c: At top level:
  453. src/os/ec_mingw.c:72:13: warning: 'has_console' defined but not used [-Wunused-variable]
  454. src/os/ec_mingw.c:73:13: warning: 'started_from_a_gui' defined but not used [-Wunused-variable]
  455. src/os/ec_mingw.c:74:13: warning: 'attached_to_console' defined but not used [-Wunused-variable]
  456. src/os/ec_mingw.c:1115:13: warning: 'is_gui_app' defined but not used [-Wunused-function]
  457. utils/etterlog/el_main.c: In function 'set_color':
  458. utils/etterlog/el_main.c:102:20: warning: unused parameter 'color' [-Wunused-parameter]
  459. src/os/ec_mingw.c: In function 'get_interface_mtu':
  460. src/os/ec_mingw.c:106:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  461. src/os/ec_mingw.c: In function 'ec_win_poll':
  462. src/os/ec_mingw.c:266:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  463. src/os/ec_mingw.c:269:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  464. src/os/ec_mingw.c:272:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  465. src/os/ec_mingw.c: At top level:
  466. src/os/ec_mingw.c:72:13: warning: 'has_console' defined but not used [-Wunused-variable]
  467. src/os/ec_mingw.c:73:13: warning: 'started_from_a_gui' defined but not used [-Wunused-variable]
  468. src/os/ec_mingw.c:74:13: warning: 'attached_to_console' defined but not used [-Wunused-variable]
  469. src/os/ec_mingw.c:1115:13: warning: 'is_gui_app' defined but not used [-Wunused-function]
  470. In file included from ./include/ec_sniff.h:4:0,
  471. from ./include/ec_globals.h:4,
  472. from ./include/ec.h:59,
  473. from plug-ins/arp_cop/arp_cop.c:25:
  474. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  475. [-Wattributes]
  476. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  477. [-Wattributes]
  478. In file included from ./include/ec_sniff.h:4:0,
  479. from ./include/ec_globals.h:4,
  480. from ./include/ec.h:59,
  481. from plug-ins/chk_poison/chk_poison.c:26:
  482. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  483. [-Wattributes]
  484. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  485. [-Wattributes]
  486. In file included from ./include/ec_sniff.h:4:0,
  487. from ./include/ec_globals.h:4,
  488. from ./include/ec.h:59,
  489. from plug-ins/dns_spoof/dns_spoof.c:23:
  490. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  491. [-Wattributes]
  492. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  493. [-Wattributes]
  494. plug-ins/dns_spoof/dns_spoof.c: In function 'dns_spoof':
  495. plug-ins/dns_spoof/dns_spoof.c:421:21: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  496. plug-ins/dns_spoof/dns_spoof.c:462:14: warning: pointer targets in passing argument 1 of 'ip_addr_cpy' differ in signedness
  497. [-Wpointer-sign]
  498. In file included from ./include/ec_proto.h:4:0,
  499. from ./include/ec_packet.h:4,
  500. from ./include/ec_sniff.h:4,
  501. from ./include/ec_globals.h:4,
  502. from ./include/ec.h:59,
  503. from plug-ins/dns_spoof/dns_spoof.c:23:
  504. ./include/ec_inet.h:82:19: note: expected 'u_char *' but argument is of type 'char *'
  505. plug-ins/dns_spoof/dns_spoof.c:561:14: warning: pointer targets in passing argument 1 of 'ip_addr_cpy' differ in signedness
  506. [-Wpointer-sign]
  507. In file included from ./include/ec_proto.h:4:0,
  508. from ./include/ec_packet.h:4,
  509. from ./include/ec_sniff.h:4,
  510. from ./include/ec_globals.h:4,
  511. from ./include/ec.h:59,
  512. from plug-ins/dns_spoof/dns_spoof.c:23:
  513. ./include/ec_inet.h:82:19: note: expected 'u_char *' but argument is of type 'char *'
  514. plug-ins/dns_spoof/dns_spoof.c:570:14: warning: pointer targets in passing argument 1 of 'ip_addr_cpy' differ in signedness
  515. [-Wpointer-sign]
  516. In file included from ./include/ec_proto.h:4:0,
  517. from ./include/ec_packet.h:4,
  518. from ./include/ec_sniff.h:4,
  519. from ./include/ec_globals.h:4,
  520. from ./include/ec.h:59,
  521. from plug-ins/dns_spoof/dns_spoof.c:23:
  522. ./include/ec_inet.h:82:19: note: expected 'u_char *' but argument is of type 'char *'
  523. plug-ins/dns_spoof/dns_spoof.c:693:14: warning: pointer targets in passing argument 1 of 'ip_addr_cpy' differ in signedness
  524. [-Wpointer-sign]
  525. In file included from ./include/ec_proto.h:4:0,
  526. from ./include/ec_packet.h:4,
  527. from ./include/ec_sniff.h:4,
  528. from ./include/ec_globals.h:4,
  529. from ./include/ec.h:59,
  530. from plug-ins/dns_spoof/dns_spoof.c:23:
  531. ./include/ec_inet.h:82:19: note: expected 'u_char *' but argument is of type 'char *'
  532. plug-ins/dns_spoof/dns_spoof.c:703:14: warning: pointer targets in passing argument 1 of 'ip_addr_cpy' differ in signedness
  533. [-Wpointer-sign]
  534. In file included from ./include/ec_proto.h:4:0,
  535. from ./include/ec_packet.h:4,
  536. from ./include/ec_sniff.h:4,
  537. from ./include/ec_globals.h:4,
  538. from ./include/ec.h:59,
  539. from plug-ins/dns_spoof/dns_spoof.c:23:
  540. ./include/ec_inet.h:82:19: note: expected 'u_char *' but argument is of type 'char *'
  541. In file included from ./include/ec_sniff.h:4:0,
  542. from ./include/ec_globals.h:4,
  543. from ./include/ec.h:59,
  544. from plug-ins/dos_attack/dos_attack.c:23:
  545. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  546. [-Wattributes]
  547. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  548. [-Wattributes]
  549. In file included from ./include/ec_sniff.h:4:0,
  550. from ./include/ec_globals.h:4,
  551. from ./include/ec.h:59,
  552. from plug-ins/dummy/dummy.c:24:
  553. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  554. [-Wattributes]
  555. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  556. [-Wattributes]
  557. In file included from ./include/ec_sniff.h:4:0,
  558. from ./include/ec_globals.h:4,
  559. from ./include/ec.h:59,
  560. from plug-ins/find_conn/find_conn.c:23:
  561. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  562. [-Wattributes]
  563. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  564. [-Wattributes]
  565. In file included from ./include/ec_sniff.h:4:0,
  566. from ./include/ec_globals.h:4,
  567. from ./include/ec.h:59,
  568. from plug-ins/find_ettercap/find_ettercap.c:23:
  569. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  570. [-Wattributes]
  571. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  572. [-Wattributes]
  573. In file included from ./include/ec_sniff.h:4:0,
  574. from ./include/ec_globals.h:4,
  575. from ./include/ec.h:59,
  576. from plug-ins/find_ip/find_ip.c:23:
  577. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  578. [-Wattributes]
  579. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  580. [-Wattributes]
  581. In file included from ./include/ec_sniff.h:4:0,
  582. from ./include/ec_globals.h:4,
  583. from ./include/ec.h:59,
  584. from plug-ins/finger/finger.c:25:
  585. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  586. [-Wattributes]
  587. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  588. [-Wattributes]
  589. In file included from ./include/ec_sniff.h:4:0,
  590. from ./include/ec_globals.h:4,
  591. from ./include/ec.h:59,
  592. from plug-ins/finger_submit/finger_submit.c:23:
  593. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  594. [-Wattributes]
  595. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  596. [-Wattributes]
  597. In file included from ./include/ec_sniff.h:4:0,
  598. from ./include/ec_globals.h:4,
  599. from ./include/ec.h:59,
  600. from plug-ins/gre_relay/gre_relay.c:23:
  601. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  602. [-Wattributes]
  603. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  604. [-Wattributes]
  605. In file included from ./include/ec_sniff.h:4:0,
  606. from ./include/ec_globals.h:4,
  607. from ./include/ec.h:59,
  608. from plug-ins/gw_discover/gw_discover.c:26:
  609. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  610. [-Wattributes]
  611. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  612. [-Wattributes]
  613. In file included from ./include/ec_sniff.h:4:0,
  614. from ./include/ec_globals.h:4,
  615. from ./include/ec.h:59,
  616. from plug-ins/isolate/isolate.c:23:
  617. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  618. [-Wattributes]
  619. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  620. [-Wattributes]
  621. In file included from ./include/ec_sniff.h:4:0,
  622. from ./include/ec_globals.h:4,
  623. from ./include/ec.h:59,
  624. from plug-ins/link_type/link_type.c:25:
  625. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  626. [-Wattributes]
  627. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  628. [-Wattributes]
  629. In file included from ./include/ec_sniff.h:4:0,
  630. from ./include/ec_globals.h:4,
  631. from ./include/ec.h:59,
  632. from plug-ins/pptp_chapms1/pptp_chapms1.c:24:
  633. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  634. [-Wattributes]
  635. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  636. [-Wattributes]
  637. In file included from ./include/ec_sniff.h:4:0,
  638. from ./include/ec_globals.h:4,
  639. from ./include/ec.h:59,
  640. from plug-ins/pptp_clear/pptp_clear.c:23:
  641. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  642. [-Wattributes]
  643. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  644. [-Wattributes]
  645. In file included from ./include/ec_sniff.h:4:0,
  646. from ./include/ec_globals.h:4,
  647. from ./include/ec.h:59,
  648. from plug-ins/pptp_pap/pptp_pap.c:23:
  649. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  650. [-Wattributes]
  651. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  652. [-Wattributes]
  653. In file included from ./include/ec_sniff.h:4:0,
  654. from ./include/ec_globals.h:4,
  655. from ./include/ec.h:59,
  656. from plug-ins/pptp_reneg/pptp_reneg.c:23:
  657. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  658. [-Wattributes]
  659. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  660. [-Wattributes]
  661. In file included from ./include/ec_sniff.h:4:0,
  662. from ./include/ec_globals.h:4,
  663. from ./include/ec.h:59,
  664. from plug-ins/rand_flood/rand_flood.c:23:
  665. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  666. [-Wattributes]
  667. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  668. [-Wattributes]
  669. In file included from ./include/ec_sniff.h:4:0,
  670. from ./include/ec_globals.h:4,
  671. from ./include/ec.h:59,
  672. from plug-ins/remote_browser/remote_browser.c:23:
  673. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  674. [-Wattributes]
  675. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  676. [-Wattributes]
  677. plug-ins/remote_browser/remote_browser.c: In function 'remote_browser':
  678. plug-ins/remote_browser/remote_browser.c:179:10: warning: passing argument 2 of 'execvp' from incompatible pointer type [enabled by
  679. default]
  680. In file included from g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/unistd.h:37:0,
  681. from ./include/ec.h:37,
  682. from plug-ins/remote_browser/remote_browser.c:23:
  683. g:\mingw32\bin\../lib/gcc/mingw32/4.7.2/../../../../include/process.h:152:42: note: expected 'const char * const*' but argument is
  684. of type 'char **'
  685. In file included from ./include/ec_sniff.h:4:0,
  686. from ./include/ec_globals.h:4,
  687. from ./include/ec.h:59,
  688. from plug-ins/reply_arp/reply_arp.c:23:
  689. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  690. [-Wattributes]
  691. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  692. [-Wattributes]
  693. In file included from ./include/ec_sniff.h:4:0,
  694. from ./include/ec_globals.h:4,
  695. from ./include/ec.h:59,
  696. from plug-ins/repoison_arp/repoison_arp.c:23:
  697. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  698. [-Wattributes]
  699. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  700. [-Wattributes]
  701. In file included from ./include/ec_sniff.h:4:0,
  702. from ./include/ec_globals.h:4,
  703. from ./include/ec.h:59,
  704. from plug-ins/scan_poisoner/scan_poisoner.c:27:
  705. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  706. [-Wattributes]
  707. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  708. [-Wattributes]
  709. In file included from ./include/ec_sniff.h:4:0,
  710. from ./include/ec_globals.h:4,
  711. from ./include/ec.h:59,
  712. from plug-ins/search_promisc/search_promisc.c:25:
  713. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  714. [-Wattributes]
  715. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  716. [-Wattributes]
  717. In file included from ./include/ec_sniff.h:4:0,
  718. from ./include/ec_globals.h:4,
  719. from ./include/ec.h:59,
  720. from plug-ins/smb_clear/smb_clear.c:23:
  721. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  722. [-Wattributes]
  723. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  724. [-Wattributes]
  725. In file included from ./include/ec_sniff.h:4:0,
  726. from ./include/ec_globals.h:4,
  727. from ./include/ec.h:59,
  728. from plug-ins/smb_down/smb_down.c:23:
  729. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  730. [-Wattributes]
  731. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  732. [-Wattributes]
  733. In file included from ./include/ec_sniff.h:4:0,
  734. from ./include/ec_globals.h:4,
  735. from ./include/ec.h:59,
  736. from plug-ins/stp_mangler/stp_mangler.c:23:
  737. ./include/ec_packet.h:113:26: warning: inline function 'packet_create_object' declared as dllimport: attribute ignored
  738. [-Wattributes]
  739. ./include/ec_packet.h:114:26: warning: inline function 'packet_destroy_object' declared as dllimport: attribute ignored
  740. [-Wattributes]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement