亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? plugins-wimax-wimax_compact_dlmap_ie_decoder.c

?? Intel的WIMAX代碼,主要是mac層code
?? C
?? 第 1 頁 / 共 5 頁
字號(hào):
plugins/wimax/wimax_compact_dlmap_ie_decoder.c - Google Code Search這是 
      Google 取自 
      http://anonsvn.wireshark.org/wireshark/trunk 的 
      plugins/wimax/wimax_compact_dlmap_ie_decoder.c 緩存副本

      Google 和網(wǎng)頁作者無關(guān),不對(duì)網(wǎng)頁的內(nèi)容負(fù)責(zé)。



http://anonsvn.wireshark.org/wireshark/trunk/plugins/wimax/
          AUTHORS
COPYING
ChangeLog
Makefile.am
Makefile.common
Makefile.nmake
README.wimax
crc.c
crc.h
crc_data.c
mac_hd_generic_decoder.c
mac_hd_type1_decoder.c
mac_hd_type2_decoder.c
mac_mgmt_msg_decoder.c
moduleinfo.h
moduleinfo.nmake
msg_aas_beam.c
msg_aas_fbck.c
msg_arq.c
msg_clk_cmp.c
msg_dcd.c
msg_dlmap.c
msg_dreg.c
msg_dsa.c
msg_dsc.c
msg_dsd.c
msg_dsx_rvd.c
msg_fpc.c
msg_pkm.c
msg_pmc.c
msg_prc_lt_ctrl.c
msg_reg_req.c
msg_reg_rsp.c
msg_rep.c
msg_res_cmd.c
msg_rng_req.c
msg_rng_rsp.c
msg_sbc.c
msg_ucd.c
msg_ulmap.c
packet-wmx.c
plugin.rc.in
wimax_bits.h
wimax_cdma_code_decoder.c
wimax_compact_dlmap_ie_decoder.c
wimax_compact_ulmap_ie_decoder.c
wimax_fch_decoder.c
wimax_ffb_decoder.c
wimax_hack_decoder.c
wimax_harq_map_decoder.c
wimax_mac.h
wimax_pdu_decoder.c
wimax_phy_attributes_decoder.c
wimax_tlv.c
wimax_tlv.h
wimax_utils.c
wimax_utils.h
    /* wimax_compact_dlmap_ie_decoder.c
 * WiMax HARQ Map Message decoder
 *
 * Copyright (c) 2007 by Intel Corporation.
 *
 * Author: Lu Pan <lu.pan@intel.com>
 *
 * $Id$
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1999 Gerald Combs
 *
 * 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.
 */

/* Include files */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <glib.h>
#include <epan/packet.h>
#include <epan/prefs.h>
#include "crc.h"
#include "wimax_tlv.h"

extern gint proto_wimax;

/* MASKs */
#define MSB_NIBBLE_MASK      0xF0
#define LSB_NIBBLE_MASK      0x0F

#define CID_TYPE_NORMAL      0
#define CID_TYPE_RCID11      1
#define CID_TYPE_RCID7       2
#define CID_TYPE_RCID3       3

/* Global Variables */
guint cid_type = 0;
guint band_amc_subchannel_type = 0;
guint max_logical_bands = 12;
guint num_of_broadcast_symbols = 0;
guint num_of_dl_band_amc_symbols = 0;
guint num_of_ul_band_amc_symbols = 0;
/* from switch HARQ mode extension IE */
guint harq_mode = 0;

/* forward reference */
static guint wimax_compact_dlmap_format_configuration_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset);
static guint wimax_compact_dlmap_rcid_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset);
static guint wimax_compact_dlmap_harq_control_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset);
static guint wimax_compact_dlmap_cqich_control_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset);
static guint wimax_cdlmap_extension_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset);
guint wimax_extended_diuc_dependent_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset);

static gint proto_wimax_compact_dlmap_ie_decoder = -1;
static gint ett_wimax_compact_dlmap_ie_decoder = -1;
static gint ett_wimax_format_configuration_ie_decoder = -1;
static gint ett_wimax_rcid_ie_decoder = -1;
static gint ett_wimax_harq_control_ie_decoder = -1;
static gint ett_wimax_extended_diuc_dependent_ie_decoder = -1;
static gint ett_wimax_cqich_control_ie_decoder = -1;
static gint ett_wimax_extension_type_ie_decoder = -1;

/* Setup protocol subtree array */
static gint *ett[] =
{
	&ett_wimax_compact_dlmap_ie_decoder,
	&ett_wimax_format_configuration_ie_decoder,
	&ett_wimax_rcid_ie_decoder,
	&ett_wimax_harq_control_ie_decoder,
	&ett_wimax_extended_diuc_dependent_ie_decoder,
	&ett_wimax_cqich_control_ie_decoder,
	&ett_wimax_extension_type_ie_decoder,
};

/* New Format Indications */
static const true_false_string tfs_indication =
{
    "New format",
    "No new format"
};

/* Prefixes */
static const true_false_string tfs_prefix =
{
    "Enable HARQ",
    "Temporary Disable HARQ"
};

/* CQICH Indicator */
static const true_false_string tfs_cqich_ind =
{
    "With CQICH Control IE",
    "No CQICH Control IE"
};

/* CID types */
static const value_string vals_cid_types[] =
{
    { 0, "Normal CID" },
    { 1, "RCID11 (default)" },
    { 2, "RCID7" },
    { 3, "RCID3" },
    { 0,  NULL }
};

/* Subchannel Types */
static const value_string vals_subchannel_types[] =
{
    { 0, "Default Type" },
    { 1, "1 bin x 6 symbols Type" },
    { 2, "2 bin x 3 symbols Type" },
    { 3, "3 bin x 2 symbols Type" },
    { 0,  NULL }
};

/* Max Logical Bands */
static const value_string vals_max_logical_bands[] =
{
    { 0, "3 Bands" },
    { 1, "6 Bands" },
    { 2, "12 Bands (default)" },
    { 3, "24 Bands" },
    { 0,  NULL }
};

/* Repetition Coding Indications */
static const value_string rep_msgs[] =
{
    { 0, "No Repetition Coding" },
    { 1, "Repetition Coding of 2 Used" },
    { 2, "Repetition Coding of 4 Used" },
    { 3, "Repetition Coding of 6 Used" },
    { 0,  NULL }
};

/* Repetition Coding Indications */
static const value_string vals_allocation_modes[] =
{
    { 0, "Same Number Of Subchannels For The Selected Bands" },
    { 1, "Different Same Number Of Subchannels For The Selected Bands" },
    { 2, "Total Number Of Subchannels For The Selected Bands Determined by Nsch Code and Nep Code" },
    { 3, "Reserved" },
    { 0,  NULL }
};

/* Masks */
#define DL_MAP_TYPE_MASK      0xE0
#define UL_MAP_APPEND_MASK    0x10
#define SHORTENED_DIUC_MASK   0xE0
#define COMPANDED_SC_MASK     0x1F
#define DL_MAP_TYPE_MASK_1    0x0E
#define UL_MAP_APPEND_MASK_1  0x01
#define SHORTENED_DIUC_MASK_1 0x0E00
#define COMPANDED_SC_MASK_1   0x01F0

/* display indexies */
static gint hf_cdlmap_dl_map_type = -1;
static gint hf_cdlmap_ul_map_append = -1;
static gint hf_cdlmap_reserved = -1;
static gint hf_cdlmap_nep_code = -1;
static gint hf_cdlmap_nsch_code = -1;
static gint hf_cdlmap_num_bands = -1;
static gint hf_cdlmap_band_index = -1;
static gint hf_cdlmap_nb_bitmap = -1;
static gint hf_cdlmap_dl_map_type_1 = -1;
static gint hf_cdlmap_ul_map_append_1 = -1;
static gint hf_cdlmap_reserved_1 = -1;
static gint hf_cdlmap_nep_code_1 = -1;
static gint hf_cdlmap_nsch_code_1 = -1;
static gint hf_cdlmap_num_bands_1 = -1;
//static gint hf_cdlmap_band_index_1 = -1;
static gint hf_cdlmap_nb_bitmap_1 = -1;

static gint hf_cdlmap_shortened_diuc = -1;
static gint hf_cdlmap_companded_sc = -1;
static gint hf_cdlmap_shortened_uiuc = -1;
static gint hf_cdlmap_shortened_diuc_1 = -1;
static gint hf_cdlmap_companded_sc_1 = -1;
static gint hf_cdlmap_shortened_uiuc_1 = -1;

static gint hf_cdlmap_bin_offset = -1;
static gint hf_cdlmap_bin_offset_1 = -1;

static gint hf_cdlmap_diuc_num_of_subchannels = -1;
static gint hf_cdlmap_diuc_num_of_subchannels_1 = -1;
static gint hf_cdlmap_diuc_repetition_coding_indication = -1;
static gint hf_cdlmap_diuc_repetition_coding_indication_1 = -1;
static gint hf_cdlmap_diuc_reserved = -1;
static gint hf_cdlmap_diuc_reserved_1 = -1;

static gint hf_cdlmap_bit_map_length = -1;
static gint hf_cdlmap_bit_map_length_1 = -1;
static gint hf_cdlmap_bit_map = -1;

static gint hf_cdlmap_diuc = -1;
static gint hf_cdlmap_diuc_1 = -1;

static gint hf_cdlmap_allocation_mode = -1;
static gint hf_cdlmap_allocation_mode_rsvd = -1;
static gint hf_cdlmap_num_subchannels = -1;
static gint hf_cdlmap_allocation_mode_1 = -1;
static gint hf_cdlmap_allocation_mode_rsvd_1 = -1;
static gint hf_cdlmap_num_subchannels_1 = -1;

static gint hf_cdlmap_reserved_type = -1;
static gint hf_cdlmap_reserved_type_1 = -1;

/* Compact DL-MAP IE display */
static hf_register_info hf_compact_dlmap[] =
{
	{
		&hf_cdlmap_dl_map_type,
		{"DL-MAP Type", "wimax.compact_dlmap.dl_map_type", FT_UINT8, BASE_DEC, NULL, DL_MAP_TYPE_MASK, "", HFILL}
	},
	{
		&hf_cdlmap_dl_map_type_1,
		{"DL-MAP Type", "wimax.compact_dlmap.dl_map_type", FT_UINT8, BASE_DEC, NULL, DL_MAP_TYPE_MASK_1, "", HFILL}
	},
	{
		&hf_cdlmap_ul_map_append,
		{"UL-MAP Append", "wimax.compact_dlmap.ul_map_append", FT_UINT8, BASE_HEX, NULL, UL_MAP_APPEND_MASK, "", HFILL}
	},
	{
		&hf_cdlmap_ul_map_append_1,
		{"UL-MAP Append", "wimax.compact_dlmap.ul_map_append", FT_UINT8, BASE_HEX, NULL, UL_MAP_APPEND_MASK_1, "", HFILL}
	},
	{
		&hf_cdlmap_reserved,
		{"Reserved", "wimax.compact_dlmap.reserved", FT_UINT8, BASE_HEX, NULL, UL_MAP_APPEND_MASK, "", HFILL}
	},
	{
		&hf_cdlmap_reserved_1,
		{"Reserved", "wimax.compact_dlmap.reserved", FT_UINT8, BASE_HEX, NULL, UL_MAP_APPEND_MASK_1, "", HFILL}
	},
	{
		&hf_cdlmap_nep_code,
		{"Nep Code", "wimax.compact_dlmap.nep_code", FT_UINT8, BASE_HEX, NULL, MSB_NIBBLE_MASK, "", HFILL}
	},
	{
		&hf_cdlmap_nep_code_1,
		{"Nep Code", "wimax.compact_dlmap.nep_code", FT_UINT8, BASE_HEX, NULL, LSB_NIBBLE_MASK, "", HFILL}
	},
	{
		&hf_cdlmap_nsch_code,
		{"Nsch Code", "wimax.compact_dlmap.nsch_code", FT_UINT8, BASE_HEX, NULL, MSB_NIBBLE_MASK, "", HFILL}
	},
	{
		&hf_cdlmap_nsch_code_1,
		{"Nsch Code", "wimax.compact_dlmap.nsch_code", FT_UINT8, BASE_HEX, NULL, LSB_NIBBLE_MASK, "", HFILL}
	},
	{
		&hf_cdlmap_num_bands,

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
偷拍一区二区三区四区| 国产精品久久久久影视| 亚洲一区视频在线| 欧美视频日韩视频在线观看| 一区二区三区国产精华| 欧美在线三级电影| 免费成人av资源网| 久久亚洲精精品中文字幕早川悠里 | 丝袜亚洲另类丝袜在线| 欧美一区二区大片| 国产真实乱子伦精品视频| 久久久久久久久久美女| 国产一区二区在线视频| 欧美国产精品久久| 一本色道a无线码一区v| 亚洲国产va精品久久久不卡综合| 欧美一卡2卡3卡4卡| 国产精品综合一区二区三区| 国产精品网曝门| 欧美系列一区二区| 精品一区二区免费视频| 日韩理论片中文av| 欧美一区二区精美| 成人91在线观看| 国产在线不卡视频| 综合电影一区二区三区| 制服丝袜av成人在线看| 国产福利91精品一区二区三区| 亚洲人妖av一区二区| 欧美精品三级日韩久久| 国产麻豆精品一区二区| 亚洲黄一区二区三区| 日韩西西人体444www| av激情综合网| 人人超碰91尤物精品国产| 国产精品三级久久久久三级| 91精品国产91久久久久久最新毛片 | 26uuu精品一区二区| 欧美性猛片xxxx免费看久爱| 狠狠色丁香久久婷婷综合_中| 有码一区二区三区| 欧美激情中文不卡| 日韩欧美一区二区三区在线| www.性欧美| 国产在线看一区| 亚洲成人资源网| 亚洲欧洲av在线| 欧美r级在线观看| 日本韩国欧美在线| 国产91丝袜在线观看| 丝袜亚洲另类欧美综合| 亚洲女同一区二区| 亚洲国产成人在线| 亚洲精品一区二区三区香蕉| 欧美日韩mp4| 91麻豆swag| 北岛玲一区二区三区四区| 精品亚洲aⅴ乱码一区二区三区| 一区二区三区av电影| 婷婷丁香激情综合| 亚洲与欧洲av电影| 中文字幕在线观看一区| 国产三级精品在线| 久久综合精品国产一区二区三区| 9191国产精品| 欧美日韩在线亚洲一区蜜芽| 91免费视频网址| www.激情成人| 成人黄色国产精品网站大全在线免费观看| 日韩—二三区免费观看av| 亚洲www啪成人一区二区麻豆| 亚洲欧美国产高清| 亚洲欧洲另类国产综合| 国产精品欧美综合在线| 欧美高清在线精品一区| 国产欧美一区二区精品性色 | 国产午夜亚洲精品不卡| 精品国产伦理网| 欧美电影免费观看高清完整版在线| 欧美日韩aaaaaa| 欧美精品一二三四| 91精品久久久久久久99蜜桃 | 91蜜桃视频在线| 91免费在线播放| 日本电影亚洲天堂一区| 91麻豆自制传媒国产之光| 一本高清dvd不卡在线观看| 成人精品亚洲人成在线| 成人aaaa免费全部观看| 97精品视频在线观看自产线路二| 99久久免费视频.com| 色综合天天综合网天天狠天天| 色婷婷激情一区二区三区| 欧美午夜理伦三级在线观看| 在线不卡一区二区| 日韩欧美一二三区| 久久精品欧美日韩精品| 国产精品免费观看视频| 亚洲综合一二三区| 日韩av在线免费观看不卡| 麻豆成人久久精品二区三区小说| 国产一区二区三区av电影| www.在线欧美| 欧美视频在线一区| 日韩美女一区二区三区四区| 亚洲国产高清aⅴ视频| 亚洲黄色在线视频| 免费人成在线不卡| 岛国一区二区在线观看| 欧美三级蜜桃2在线观看| 欧美一区二区三区男人的天堂| 2023国产精华国产精品| 亚洲精品视频自拍| 麻豆精品视频在线观看视频| 国产99久久久久久免费看农村| 91女厕偷拍女厕偷拍高清| 日韩三级精品电影久久久 | 亚洲日本一区二区三区| 天天操天天综合网| 国产91色综合久久免费分享| 欧美午夜免费电影| 久久精品夜色噜噜亚洲a∨| 亚洲综合精品自拍| 国产成人精品www牛牛影视| 在线精品视频免费观看| 久久久久久97三级| 天天综合天天做天天综合| 在线不卡中文字幕| 国产精品久久久一本精品| 美女脱光内衣内裤视频久久网站| 本田岬高潮一区二区三区| 日韩限制级电影在线观看| 一区二区三区在线免费观看| 精品午夜久久福利影院| 欧美特级限制片免费在线观看| 国产人妖乱国产精品人妖| 丝袜诱惑制服诱惑色一区在线观看| 成人黄色a**站在线观看| 日韩欧美的一区| 亚洲国产欧美在线人成| 成人久久视频在线观看| 精品国产精品一区二区夜夜嗨| 亚洲动漫第一页| 成人毛片在线观看| 久久久精品人体av艺术| 免费成人在线观看视频| 欧美在线免费观看视频| 最近日韩中文字幕| 国产91露脸合集magnet | 欧美xingq一区二区| 亚洲午夜羞羞片| 91浏览器在线视频| 国产精品久线在线观看| 国产呦精品一区二区三区网站| 欧美一区二区在线不卡| 性做久久久久久免费观看| 在线观看日产精品| 亚洲免费在线看| 99热精品国产| 国产精品久久久久久久久久免费看| 精品在线免费观看| 精品日韩在线观看| 国内精品视频666| 日韩精品一区在线| 久久电影网站中文字幕| 日韩三级视频在线看| 美女视频免费一区| 日韩视频不卡中文| 捆绑紧缚一区二区三区视频| 91麻豆精品国产91| 青青草国产成人av片免费| 7777精品伊人久久久大香线蕉| 婷婷成人综合网| 日韩三级视频在线观看| 国内成人自拍视频| 久久久久久久国产精品影院| 国产91精品一区二区麻豆网站| 久久精品男人天堂av| 成人av在线播放网址| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| av成人动漫在线观看| 亚洲免费伊人电影| 欧美视频一区二区三区四区| 日韩精品成人一区二区在线| 日韩欧美中文字幕公布| 久国产精品韩国三级视频| 久久久久久免费网| 成人av一区二区三区| 亚洲三级在线播放| 欧美性大战xxxxx久久久| 亚洲va韩国va欧美va精品| 欧美一级在线观看| 国产精品原创巨作av| 国产精品私人影院| 色国产综合视频| 日本午夜精品视频在线观看| 2023国产精品自拍| 91看片淫黄大片一级| 午夜精品福利一区二区三区蜜桃| 日韩一区二区免费在线电影|