For example, snoop and tcpdump both provide detailed information on different protocols under both UDP and TCP to varying levels.

  • 例如,snoop和tcpdump都提供了关于UDP和TCP上不同协议的不同级别的详细信息。
  • 来源:互联网摘选更新时间:2025-02-23 22:21:47

  • 重点词汇
  • andconj. 和,与;而且;于是,然后;因此;
  • forconj.因为,由于;
  • onprep. (覆盖、附着)在…上;由…支撑着;在(运输工具)上;在(某一天);就在…之后;关于(事或人);(身上)带着;为(某团体或组织)的一员;吃;(表示方向)在,向,对;在,接近(某地);根据;以…支付;通过;与…相比
  • protocolsn.礼仪( protocol的名词复数 );(外交条约的)草案;(数据传递的)协议;科学实验报告(或计划);
  • underprep.在…下面;受…影响;由…控制;在…过程中;由…造成;根据,按照;少于,不足;用,以;
  • TCPabbr.Transfer Control Protocol 传输控制协议;
  • udpabbr.uridine phosphorylase 尿苷磷酸化酶;
  • snoopvi.探听,窥探,管闲事;
  • examplen. 例子;榜样;范例;先例;
  • differentadj.有差别的,分别的;各种的;与众不同的;
  • levelsn.水平( level的名词复数 );水平线;水平仪;水平测量;
  • 相关例句
1、

The message packets between client and server can be traced using the tcpdump command in AIX.

在AIX中,可以使用tcpdump命令跟踪客户机和服务器之间传输的消息包。

互联网摘选

2、

Instead of writing Snort rules or analyzing Tcpdump output, use Argus and some command-line switches to provide a minimal list of network connections.

本文并没有编写Snort规则或分析Tcpdump输出,而是使用Argus和一些命令行转换来提供最少的网络连接列表。

互联网摘选

3、

The Net:: TcpDumpLog parses the raw network data saved by tcpdump.

TcpDumpLog会解析tcpdump所保存的原始网络数据。

互联网摘选

4、

Tcpdump is an essential tool for exploring low-level packet exchanges and verifying that your firewall is working correctly.

tcpdump是研究低级信息包交换和验证防火墙是否正常工作的必备工具。

互联网摘选

5、

Depending on the nature of the problem, it is sometimes good practice to run a tcpdump for a period of time while capturing packet information to a file using the-w switch.

根据问题的性质,有时候最好运行tcpdump一段时间,同时使用-w选项把数据包信息捕捉到文件中。

互联网摘选

6、

A newer tool called tcpflow complements tcpdump and provides a way to do protocol flow analysis and to properly reconstruct data streams, regardless of packet order or retransmissions.

一个叫做tcpflow的新工具与tcpdump相辅相成,它提供协议流分析和适当地重构数据流的方法,而不管数据包的顺序或重发。

互联网摘选

7、

You can also try the cross-platform tcpdump tool, which is supported on most UNIX and Linux operating systems.

您也可以尝试使用跨平台的tcpdump工具,它支持大多数的UNIX和Linux操作系统。

互联网摘选

8、

S0 tells tcpdump that you want all data in every packet body.

s0告诉tcpdump您想得到每个数据包主体中的所有数据。

互联网摘选

9、

In the UNIX world, useful tools are tcpdump, iftop, and bandwidth monitors such as wmnet.

在UNIX领域中,tcpdump、iftop和带宽监视工具(如wmnet)都是非常有价值的。

互联网摘选

10、

Using this basic framework you can perform more complex lookups and decoding that do not rely on the automated solutions provided by tcpdump or snoop.

通过使用这个基本的框架,您就能够执行不依赖于tcpdump或snoop的自动化解决方案的更复杂查询和解码。

互联网摘选

11、

As shown in this article, using tools like tcpdump, snoop or iptrace, you can extract a wide range of data at the command line.

如本文所述,通过使用诸如tcpdump、snoop或iptrace的工具,您可以在命令行上提取大量的数据。

互联网摘选

12、

Although, as already mentioned, tools like tcpdump, iptrace and snoop provide basic network analysis and decoding, there are GUI-based tools that make the process even easier.

虽然,正如之前提到的,诸如tcpdump、iptrace和snoop等工具都提供了基本的网络分析和解码功能,但是还有一些基于GUI的工具使这个过程更简单。

互联网摘选

13、

You can monitor outgoing data sent from a particular adapter using tcpdump, which displays the content of each packet as it is sent.

可以使用tcpdump监视从特定适配器发送出的数据,这个命令在发送每个数据包时显示其内容。

互联网摘选

14、

The tcpdump command is much more feature rich than the simple examples shown here, so I recommend that you familiarize yourself with its man pages.

tcpdump命令的特性比这些简单的示例丰富得多,所以我建议您熟悉它的手册页。

互联网摘选

15、

The-i lo option tells tcpdump what interface to listen on ( the loopback device, in this case).

i lo选项告诉tcpdump要侦听哪个接口(在这个例子中要侦听回送设备)。

互联网摘选

16、

Another way to process the content from tcpdump is to save the raw network packet data to a file and then process the file to find and decode the information that you want.

处理来自tcpdump的另一个方法是将原始网络数据包数据保存到一个文件中,然后处理这个文件以便查找和解码出您想要的信息。

互联网摘选

17、

The tcpdump and tcpflow tools give you a huge number of options, including the ability to create complex filter expressions.

tcpdump和tcpflow工具有大量的选项,包括创建复杂过滤表达式的能力。

互联网摘选

18、

One important difference with tcpdump is that, unlike iptrace, it can look at only one network interface at a time.

tcpdump的一个重要区别是,与iptrace不同,它一次只能查看一个网络接口。

互联网摘选

19、

The tcpdump tool is an older tool that "sniffs" network packets from a network and either prints them to stdout or logs them to a file.

tcpdump工具是一个比较老的工具,它从网上“嗅探”网络数据包,打印到stdout或记录在一个文件中。

互联网摘选

20、

With tcpdump, you can also limit the amount of data to be traced.

使用tcpdump,您还可以限制要跟踪的数据的总量。

互联网摘选

  • 今日热词
  • 热门搜索

简答网英语词典(dict.jiandongshicai.cn)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:(如需回复请填写联系方式)
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈