https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4539
--- Comment #6 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-03-10 20:35:09 CET ---
Close, but ...
packet-ieee802154.c: In function ‘addr_uat_update_cb’:
packet-ieee802154.c:185: error: comparison of unsigned expression < 0 is always
false
packet-ieee802154.c:189: error: comparison of unsigned expression < 0 is always
false
packet-ieee802154.c: In function ‘proto_register_ieee802154’:
packet-ieee802154.c:2526: error: passing argument 12 of ‘uat_new’ from
incompatible pointer type
../../epan/uat.h:243: note: expected ‘uat_post_update_cb_t’ but argument is of
type ‘struct uat_field_t *’
packet-ieee802154.c:2526: error: too few arguments to function ‘uat_new’
packet-ieee802154.c: In function ‘proto_init_ieee802154’:
packet-ieee802154.c:2622: error: passing argument 2 of ‘g_hash_table_new’ from
incompatible pointer type
/usr/include/glib-2.0/glib/ghash.h:60: note: expected ‘GEqualFunc’ but argument
is of type ‘guint (*)(const void *, const void *)’
make[2]: *** [libdissectors_la-packet-ieee802154.lo] Error 1
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.