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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ftswap.c

?? netflow,抓包
?? C
?? 第 1 頁 / 共 3 頁
字號:
  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dFlows);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT32(pdu->records[i].dst_prefix);    SWAPINT16(pdu->records[i].dst_as);    SWAPINT16(pdu->records[i].output);  }} /* ftpdu_v8_4_swap *//* * function: ftpdu_v8_5_swap * * Swap bytes in a V8 agg method 5 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_5_swap(struct ftpdu_v8_5 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dFlows);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT32(pdu->records[i].src_prefix);    SWAPINT32(pdu->records[i].dst_prefix);    SWAPINT16(pdu->records[i].src_as);    SWAPINT16(pdu->records[i].dst_as);    SWAPINT16(pdu->records[i].input);    SWAPINT16(pdu->records[i].output);  }} /* ftpdu_v8_5_swap *//* * function: ftpdu_v8_6_swap * * Swap bytes in a V8 agg method 6 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_6_swap(struct ftpdu_v8_6 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dstaddr);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT16(pdu->records[i].output);    SWAPINT32(pdu->records[i].extra_pkts);    SWAPINT32(pdu->records[i].router_sc);  }} /* ftpdu_v8_6_swap *//* * function: ftpdu_v8_7_swap * * Swap bytes in a V8 agg method 7 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_7_swap(struct ftpdu_v8_7 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dstaddr);    SWAPINT32(pdu->records[i].srcaddr);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT16(pdu->records[i].input);    SWAPINT16(pdu->records[i].output);    SWAPINT32(pdu->records[i].extra_pkts);    SWAPINT32(pdu->records[i].router_sc);  }} /* ftpdu_v8_7_swap *//* * function: ftpdu_v8_8_swap * * Swap bytes in a V8 agg method 7 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_8_swap(struct ftpdu_v8_8 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dstaddr);    SWAPINT32(pdu->records[i].srcaddr);    SWAPINT16(pdu->records[i].dstport);    SWAPINT16(pdu->records[i].srcport);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT16(pdu->records[i].input);    SWAPINT16(pdu->records[i].output);    SWAPINT32(pdu->records[i].extra_pkts);    SWAPINT32(pdu->records[i].router_sc);  }} /* ftpdu_v8_8_swap *//* * function: ftpdu_v8_9_swap * * Swap bytes in a V8 agg method 9 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_9_swap(struct ftpdu_v8_9 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dFlows);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT16(pdu->records[i].src_as);    SWAPINT16(pdu->records[i].dst_as);    SWAPINT16(pdu->records[i].input);    SWAPINT16(pdu->records[i].output);  }} /* ftpdu_v8_9_swap *//* * function: ftpdu_v8_10_swap * * Swap bytes in a V8 agg method 10 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_10_swap(struct ftpdu_v8_10 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dFlows);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT32(pdu->records[i].srcport);    SWAPINT32(pdu->records[i].dstport);    SWAPINT16(pdu->records[i].input);    SWAPINT16(pdu->records[i].output);  }} /* ftpdu_v8_10_swap *//* * function: ftpdu_v8_11_swap * * Swap bytes in a V8 agg method 11 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_11_swap(struct ftpdu_v8_11 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dFlows);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT32(pdu->records[i].src_prefix);    SWAPINT16(pdu->records[i].src_as);    SWAPINT16(pdu->records[i].input);  }} /* ftpdu_v8_11_swap *//* * function: ftpdu_v8_12_swap * * Swap bytes in a V8 agg method 12 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_12_swap(struct ftpdu_v8_12 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dFlows);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT32(pdu->records[i].dst_prefix);    SWAPINT16(pdu->records[i].dst_as);    SWAPINT16(pdu->records[i].output);  }} /* ftpdu_v8_12_swap *//* * function: ftpdu_v8_13_swap * * Swap bytes in a V8 agg method 13 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_13_swap(struct ftpdu_v8_13 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dFlows);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT32(pdu->records[i].src_prefix);    SWAPINT32(pdu->records[i].dst_prefix);    SWAPINT16(pdu->records[i].src_as);    SWAPINT16(pdu->records[i].dst_as);    SWAPINT16(pdu->records[i].input);    SWAPINT16(pdu->records[i].output);  }} /* ftpdu_v8_13_swap *//* * function: ftpdu_v8_14_swap * * Swap bytes in a V8 agg method 14 PDU.  cur is the current * byte order of the PDU **/void ftpdu_v8_14_swap(struct ftpdu_v8_14 *pdu, int cur){  int16 i;  i = pdu->count;#if BYTE_ORDER == LITTLE_ENDIAN  if (cur == BIG_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */#if BYTE_ORDER == BIG_ENDIAN  if (cur == LITTLE_ENDIAN)    SWAPINT16(i);#endif /* BYTE_ORDER == LITTLE_ENDIAN */  SWAPINT16(pdu->version);  SWAPINT16(pdu->count);  SWAPINT32(pdu->sysUpTime);  SWAPINT32(pdu->unix_secs);  SWAPINT32(pdu->unix_nsecs);  SWAPINT32(pdu->flow_sequence);  for (--i; i >= 0; --i) {    SWAPINT32(pdu->records[i].dFlows);    SWAPINT32(pdu->records[i].dPkts);    SWAPINT32(pdu->records[i].dOctets);    SWAPINT32(pdu->records[i].First);    SWAPINT32(pdu->records[i].Last);    SWAPINT32(pdu->records[i].src_prefix);    SWAPINT32(pdu->records[i].dst_prefix);    SWAPINT16(pdu->records[i].srcport);    SWAPINT16(pdu->records[i].dstport);    SWAPINT16(pdu->records[i].input);    SWAPINT16(pdu->records[i].output);  }} /* ftpdu_v8_14_swap *//* * function: fts3rec_swap_v1 * * Swap bytes in a fts3rec_v1 struct **/void fts3rec_swap_v1(struct fts3rec_v1 *rec){  SWAPINT32(rec->unix_secs);  SWAPINT32(rec->unix_nsecs);  SWAPINT32(rec->sysUpTime);  SWAPINT32(rec->exaddr);  SWAPINT32(rec->srcaddr);  SWAPINT32(rec->dstaddr);  SWAPINT32(rec->nexthop);  SWAPINT16(rec->input);  SWAPINT16(rec->output);    SWAPINT32(rec->dPkts);  SWAPINT32(rec->dOctets);  SWAPINT32(rec->First);  SWAPINT32(rec->Last);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美电影免费提供在线观看| 亚洲国产一区二区三区| 精品一二三四在线| 欧美日韩和欧美的一区二区| 午夜久久福利影院| 欧美一区二区三区播放老司机| 蜜臂av日日欢夜夜爽一区| 精品国产免费一区二区三区四区| 国产伦精品一区二区三区在线观看| 欧美激情综合在线| 91免费看片在线观看| 亚洲一区二区三区激情| 日韩一区二区高清| 国产丶欧美丶日本不卡视频| 亚洲丝袜制服诱惑| 欧美视频在线不卡| 免费成人性网站| 国产欧美一区视频| 日本韩国精品一区二区在线观看| 天天色图综合网| 久久免费视频色| 91年精品国产| 日本成人在线一区| 国产三级欧美三级| 欧洲av一区二区嗯嗯嗯啊| 免费成人结看片| 国产精品午夜免费| 欧美三级电影网| 国产在线精品一区二区不卡了| 中文字幕在线不卡| 欧美精品v日韩精品v韩国精品v| 国产尤物一区二区在线| 亚洲天堂久久久久久久| 91麻豆精品91久久久久久清纯| 国产高清无密码一区二区三区| 一区二区日韩电影| 国产精品久久久久久久岛一牛影视 | 国产一区二区调教| 日韩一区和二区| 成人国产亚洲欧美成人综合网| 亚洲综合色自拍一区| 日韩欧美电影一区| 91在线云播放| 九九国产精品视频| 亚洲美女免费在线| 久久这里都是精品| 欧美美女网站色| 在线中文字幕不卡| 美女www一区二区| 最新热久久免费视频| 日韩三级在线免费观看| 91麻豆国产在线观看| 国产精品热久久久久夜色精品三区| 亚洲一区免费视频| 精品无人码麻豆乱码1区2区| av日韩在线网站| 蜜臀av性久久久久蜜臀av麻豆| 国产精品久久久久永久免费观看| 欧美军同video69gay| 国产成人在线视频播放| 五月开心婷婷久久| 亚洲日本在线观看| 久久综合成人精品亚洲另类欧美 | 国产成人在线视频网站| 亚洲午夜在线视频| 中文字幕一区二区三区四区| 日韩免费视频一区二区| 在线精品视频免费观看| 成人妖精视频yjsp地址| 美女免费视频一区二区| 亚洲18色成人| 欧美亚洲另类激情小说| 亚洲精品一线二线三线无人区| 欧美色图12p| 92精品国产成人观看免费| 国产精品亚洲综合一区在线观看| 视频一区免费在线观看| 亚洲免费伊人电影| 国产精品欧美一级免费| 精品久久久久久久一区二区蜜臀| 欧美综合亚洲图片综合区| 成人午夜视频在线观看| 国内精品伊人久久久久影院对白| 午夜精品视频一区| 一区二区三区在线观看网站| 中文字幕高清一区| 久久免费电影网| 欧美成人在线直播| 日韩写真欧美这视频| 欧美亚洲一区二区在线观看| 99精品欧美一区二区三区小说| 国产精品综合视频| 狠狠色丁香久久婷婷综合丁香| 水野朝阳av一区二区三区| 亚洲综合成人网| 亚洲人成网站精品片在线观看| 中文字幕精品三区| 国产日韩欧美a| 久久久久久久久蜜桃| 精品美女在线观看| 欧美成va人片在线观看| 91精品国产91热久久久做人人| 色综合中文综合网| 视频一区视频二区中文| 午夜国产精品一区| 亚洲成人免费av| 亚洲制服欧美中文字幕中文字幕| 亚洲精品久久7777| 亚洲三级电影网站| 亚洲柠檬福利资源导航| 国产精品久久三区| 国产精品第13页| 国产精品成人网| 亚洲色图20p| 一二三四社区欧美黄| 一区二区在线观看免费视频播放| 亚洲色图在线视频| 亚洲男人的天堂在线观看| 亚洲天堂成人在线观看| 一区二区三区四区国产精品| 亚洲一级二级在线| 亚洲精品综合在线| 亚洲精品一二三四区| 有坂深雪av一区二区精品| 欧美军同video69gay| 亚洲h精品动漫在线观看| 亚洲大片精品永久免费| 日韩专区中文字幕一区二区| 免费人成黄页网站在线一区二区 | 日本在线观看不卡视频| 麻豆一区二区三| 国产一区二区三区黄视频 | 日韩一区二区电影| 久久久国产精品麻豆| 欧美国产日韩精品免费观看| 国产精品美女久久久久aⅴ| 亚洲欧洲日韩在线| 亚洲精品成人悠悠色影视| 亚洲成人av资源| 蜜桃久久av一区| 激情五月播播久久久精品| 国产一区二区调教| 97久久精品人人做人人爽| 色爱区综合激月婷婷| 91麻豆精品国产91久久久使用方法| 日韩欧美aaaaaa| 中文字幕国产一区| 亚洲一区二区三区激情| 免费美女久久99| 国产成人av影院| 91理论电影在线观看| 欧美丝袜自拍制服另类| 欧美xfplay| 国产精品久久久久久福利一牛影视| 一区二区三区精品| 天使萌一区二区三区免费观看| 久久精品国产秦先生| 成人美女视频在线观看| 欧美亚洲国产一区二区三区va| 日韩欧美123| 国产精品乱码一区二区三区软件 | 久久网这里都是精品| 国产欧美精品一区aⅴ影院 | 日韩黄色在线观看| 国产精品12区| 欧美在线影院一区二区| 精品奇米国产一区二区三区| 成人欧美一区二区三区视频网页 | 欧美日韩成人在线一区| 国产色综合久久| 午夜欧美大尺度福利影院在线看| 国产一区二区在线观看免费| 在线一区二区三区四区五区| 精品sm在线观看| 一二三区精品福利视频| 国内国产精品久久| 91久久精品网| 国产亚洲制服色| 亚洲第一成年网| 国产美女精品在线| 欧美系列在线观看| 国产日本欧洲亚洲| 日本视频在线一区| 91小视频免费看| 亚洲精品在线电影| 亚洲v日本v欧美v久久精品| 成人午夜av影视| 欧美一区二区福利在线| 亚洲人成网站在线| 国产二区国产一区在线观看| 欧美一级免费大片| 亚洲你懂的在线视频| 风流少妇一区二区| 日韩欧美区一区二| 亚洲不卡一区二区三区| 91浏览器在线视频| 国产精品区一区二区三区| 免费高清不卡av| 欧美日韩免费视频| 亚洲免费资源在线播放|