| 38 gchar **split_data(guint8 *data, gint len, const gchar *delimit, gint expected_fields); |
39 gchar **split_data(guint8 *data, gint len, const gchar *delimit, gint expected_fields); |
| 39 |
40 |
| 40 gchar *gen_ip_str(guint8 *ip); |
41 gchar *gen_ip_str(guint8 *ip); |
| 41 guint8 *str_ip_gen(gchar *str); |
42 guint8 *str_ip_gen(gchar *str); |
| 42 |
43 |
| 43 guint32 purple_name_to_uid(const gchar *name); |
44 UID purple_name_to_uid(const gchar *name); |
| 44 gchar *uid_to_purple_name(guint32 uid); |
45 gchar *uid_to_purple_name(UID uid); |
| 45 |
46 |
| 46 gchar *try_dump_as_gbk(const guint8 *const data, gint len); |
47 gchar *try_dump_as_gbk(const guint8 *const data, gint len); |
| 47 |
48 |
| 48 void qq_show_packet(const gchar *desc, const guint8 *buf, gint len); |
49 void qq_show_packet(const gchar *desc, const guint8 *buf, gint len); |
| 49 void qq_hex_dump(PurpleDebugLevel level, const char *category, |
50 void qq_hex_dump(PurpleDebugLevel level, const char *category, |