sridhar19091986 / wiresharkplugin

Automatically exported from code.google.com/p/wiresharkplugin
0 stars 0 forks source link

find all tcp_oicq_command_vals ? #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
find all tcp_oicq_command_vals , this is udp_oicq_command_vals example:

static const value_string oicq_command_vals[] = {
    { 0x0001,   "Log out" },
    { 0x0002,   "Heart Message" },
    { 0x0004,   "Update User information" },
    { 0x0005,   "Search user" },
    { 0x0006,   "Get User informationBroadcast" },
    { 0x0009,   "Add friend no auth" },
        ......

可以尝试通过测试获取么?

Original issue reported on code.google.com by cn.wei.hp@gmail.com on 17 Nov 2010 at 8:55