zoukankan      html  css  js  c++  java
  • Wireshark

    0. install Wireshark on Ubuntu 14

       sudo apt-get install -y wireshark

       sudo addgroup -quiet -system wireshark

       sudo chown root:wireshark /usr/bin/dumpcap

       sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap

       sudo usermod -a -G wireshark sarah

    The last name sarah means user name on your computer.

    Then start the wirshark.

    1. what is Wireshark

    Wireshark is a network packet analyzer. A network packet analyzer will try to capture network packets and tries to display that packet data as detailed as possible.

    2. A brief history of Wireshark

    In late 1997 Gerald Combs needed a tool for tracking down network problems and wanted to learn more about networking so he started writing Ethereal (the original name of the Wireshark project) as a way to solve both problems.

    Ethereal was initially released after several pauses in development in July 1998 as version 0.2.0. Within days patches, bug reports, and words of encouragement started arriving and Ethereal was on its way to success.

    Not long after that Gilbert Ramirez saw its potential and contributed a low-level dissector to it.

    In October, 1998 Guy Harris was looking for something better than tcpview so he started applying patches and contributing dissectors to Ethereal.

    In late 1998 Richard Sharpe, who was giving TCP/IP courses, saw its potential on such courses and started looking at it to see if it supported the protocols he needed. While it didn’t at that point new protocols could be easily added. So he started contributing dissectors and contributing patches.

    The list of people who have contributed to the project has become very long since then, and almost all of them started with a protocol that they needed that Wireshark or did not already handle. So they copied an existing dissector and contributed the code back to the team.

    In 2006 the project moved house and re-emerged under a new name: Wireshark.

    In 2008, after ten years of development, Wireshark finally arrived at version 1.0. This release was the first deemed complete, with the minimum features implemented. Its release coincided with the first Wireshark Developer and User Conference, called Sharkfest.

    In 2015 Wireshark 2.0 was released, which featured a new user interface.

    <<All are from the Internet, not origianl.>>

      

  • 相关阅读:
    iOS高仿微信悬浮窗、忍者小猪游戏、音乐播放器、支付宝、今日头条布局滚动效果等源码
    iOS宇宙大战游戏、调试工具、各种动画、AR相册、相机图片编辑等源码
    android支付宝首页、蚂蚁森林效果、视频背景、校园电台、载入收缩动画等源码
    iOS天气动画、高仿QQ菜单、放京东APP、高仿微信、推送消息等源码
    android高仿抖音、点餐界面、天气项目、自定义view指示、爬取美女图片等源码
    Java_WebKit_ZC01
    Java_WebKit
    ZC_RemoteThread
    运行jar_测试代码
    运行jar_命令
  • 原文地址:https://www.cnblogs.com/sarah-zhang/p/5445536.html
Copyright © 2011-2022 走看看