#include "debug.h"#include "internal.h"#include "packet_parse.h"#include "crypt.h"#include "header_info.h"#include "qq_proxy.h"#include "send_core.h"#include "sendqueue.h"#include "qq.h"send_core.c包含/依赖关系图:

函数 | |
| gint | _create_packet_head_seq (guint8 *buf, guint8 **cursor, GaimConnection *gc, guint16 cmd, gboolean is_auto_seq, guint16 *seq) |
| gint | _qq_send_packet (GaimConnection *gc, guint8 *buf, gint len, guint16 cmd) |
| gint | qq_send_cmd (GaimConnection *gc, guint16 cmd, gboolean is_auto_seq, guint16 seq, gboolean need_ack, guint8 *data, gint len) |
|
||||||||||||||||||||||||||||
|
The QQ2003C protocol plugin for gaim Copyright (C) 2004 Puzzlebird This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 在文件send_core.c第40行定义。 参考 create_packet_b()、create_packet_w()、QQ_CLIENT、QQ_PACKET_TAG、QQ_TCP_HEADER_LENGTH、QQ_UDP_HEADER_LENGTH、_qq_data::send_seq及_qq_data::use_tcp. 参考自 qq_send_cmd()、qq_send_packet_login()及qq_send_packet_login_token(). 函数调用图: ![]() |
|
||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
1.4.4