Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does Wireshark export the column information of a package separately

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

How does Wireshark export the column information of a package separately

Wireshark provides rich packet export capabilities. Users can export packets to various formats as needed. These format files contain a variety of information about the package. But in many cases, the user only needs to get the specific column information of the packet, such as the length of the packet and the protocol type. At this point, you need to use tshark as a command-line tool. It is a tool that comes with Wireshark. Using this tool, you can read the specified package capture file, and then save the specific data in it to a new file according to the user's requirements. The command format to implement this function is as follows:

Tshark-r example.pcap-T fields-e column1-e column2....

Where-r example.pcap means to read the specified grab file;-T fields represents the contents of the output column; and-e column1 specifies the column to be output. Users can use this option multiple times to specify multiple columns.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report