• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • Backup
    • Vembu BDR
    • Veeam
    • Nakivo
    • Azure Backup
    • Altaro VMBackup
    • Spinbackup
  • Tutorials
    • Openstack Tutorial
    • Openstack Beginner’s Guide
    • VXVM-Training
    • ZFS-Tutorials
    • NetApp cDot
    • LVM
    • Cisco UCS
    • LDOM
    • Oracle VM for x86
  • Linux
    • How to Articles
    • Q&A
    • Networking
    • RHEL7
  • DevOps Instructor-led Training
  • Contact

wireshark – How to analyse captured network data ?

June 21, 2013 By Cloud_Devops 8 Comments

Network troubleshooting is most difficult part in Unix Administration.To get resolve these network issues ,you need good support from network team .You never know where the problem resides on network issues since many hardwares involved like NIC,switch,cables, routers and firewalls. Most of the network issues are intermediate and you never know when it will happen again.So you need to capture complete network activity  to find the issues.In Solaris we have an inbuilt  tool called snoop which will capture the real network traffic and save it in file. UnixArena’s Snoop guide will help you to setup  the snoop between two IP’s. 

Assume you have collected the snoop output.How do you analysis it ? You can use snoop command it self to read the snoop logs.But its not user friendly.I would recommend you to use wireshark to analysis snoop output from your laptop/Desktop.Here we will see how to analysis snoop data using wireshark.

1.Download wireshark and install it in your laptop. You can download windows version from http://www.wireshark.org/download.html 

2.Open a wireshark.


3.Go to File-> Open->Select the snoop data file from your laptop/Desktop.
You can copy the snoop data file from Unix to windows using winSCP.


4.If you not an network expertise,then you will feel very difficult to understand these outputs.But as a system admin,you check few things using wireshark filers. For an example.if you want to see only dropped packets from these snoop data,use “tcp.analysis.lost_segment” filter.Just type these filter string in that wireshark tab and apply.


5.There are many inbuilt filters available in wireshark. To apply different filter,click on the filter tab and you will get below screen.Select the desired filter and use it.


6.For an example,if you want to filter results with specific post,use “tcp.port==por_number” filter like below. UDP filter:For an example, To filter DNS traffic,  use “udp.port==53”.


7.You can also use protocol name as filter.For an example,if you want see only http protocol traffic,just type “http” filter tab and apply.In the below example, i have used “icmp” filter to see only ping requests.


8.In some cases,you need to find one specific IP address traffic where this IP can be destination or source.In this situation,you need to use filter like below one.


9.To see only http “get” request from all IP’s use below filter.
   http.request


10.To see tcp reset packets from all the IP’s, use below filter.
     tcp.flags.reset==1

11.The below command will help you to ignore certain protocols.
     !(arp or dns or http or telnet ) 
     Ex:If you want to ignore one more protocol called ICMP, just add it next to telnet.
     !(arp or dns or http or telnet or icmp) 

12. To see the conversation between the two defined IP addresses use the below filter.
     Note:Replace the IP address with yours systems one.
     ip.addr==192.168.10.6 && ip.addr==192.168.10.7


13. To displays all re-transmissions in the snoop trace,use the below filter.
      tcp.analysis.retransmission


Hope this article helps you with snoop data analysis using wireshark. Thank you for reading.

Filed Under: Solaris Networking

Reader Interactions

Comments

  1. Midhila says

    February 7, 2022 at 5:42 pm

    Hi there very nice website!! Guy .. Excellent .. Amazing ..

    Reply
  2. Mitwa says

    January 28, 2022 at 4:06 pm

    Many thanks almost every other excellent post.

    Reply
  3. Ammu Aneesh says

    January 25, 2021 at 5:17 pm

    I appreciate your effort and want you to keep on posting such posts. I really benefited from your content. Thank you for sharing.

    Reply
  4. Liya says

    January 19, 2021 at 5:30 pm

    Great post. Thanks for sharing an informative post. Its really helpful for me. thanks again. keep updating.

    Reply
  5. Hima Joy says

    January 4, 2021 at 5:29 pm

    I am so grateful for your blog.Thanks Again

    Reply
  6. zera says

    December 16, 2020 at 7:49 pm

    Hi there very nice website!! Guy .. Excellent .. Amazing ..

    I’m happy to search out a lot of helpful information here within the publish, we’d like develop more
    techniques on this regard, thank you for sharing.

    Reply
  7. Hima Joy says

    December 16, 2020 at 3:37 pm

    Thank you for the information you provide, it helped me a lot! it’s great .

    Reply
  8. Anderson says

    December 10, 2014 at 4:11 pm

    Thanks for your valuable posting.I have collect more than information from your website. It is really wonderful blog. please added more than tips. i’m working in Erp in india.Here providing very low price and Quality ERP,Cloud ERP, CMS , responsive webdesign and ERP. you have any more than information kindly make me call this number 044-42127512 or send your mail info@excelanto.com.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·

Go to mobile version