SlideShare a Scribd company logo
1 of 30
Download to read offline
Wireshark
Drinking	straight	from	the	network	hose
Md.	Abdul	Awal
BdREN
awal@bdren.net.bd
TEIN	Application	Workshop	 2017
University	of	Dhaka
December	11,	2017
These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0
International license. https://creativecommons.org/licenses/by-nc/4.0/
Agenda
• Wireshark	Intro
• Monitoring	port	using	Wireshark
• Demo/Lab
• Discussion
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 2
Motivation	for	Network	Monitoring
• Essential	for	Network	Management
• Router	and	Firewall	policy
• Detecting	abnormal/error	in	networking
• Access	control
• Security	Management
• Detecting	abnormal	traffic
• Traffic	log	for	future	forensic	analysis
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 3
What	is	Wireshark?
• Packet	sniffer/protocol	analyzer
• Open	Source	Network	Tool
• Latest	version	of	the	ethereal	tool
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 4
Installation
• Windows/MacOS Download:	
https://www.wireshark.org/#download
• Linux:
CentOS – yum	install	wireshark
Ubuntu	– apt-get	install	wireshark
Red	Hat	– rpm	–iv	wireshark*rpm
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 5
Wireshark	Interface
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 6
Command	Menu
Display	Filter	Menu
Captured	Packet	List
Selected	Packet’s	Info
Packet’s	Content	in	
ASCII	and	Hex	Format
Status	Bar
Where	do	I	put	the	Wireshark?
Hub
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 8
Switch
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 9
Switch	with	SPAN	Port
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 10
Tap
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 11
Lab	1
• Open	Wireshark
• Select	your	LAN/WLAN	interface	to	capture	traffic
• Select	to	stop	Wireshark	after	5MB
• Run	Capture
• Open	your	browser	and	log	on	to	tein.asia
• Ping	tein.asia to	identify	the	IP	address
• Find	the	IP	from	the	captured	packets
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 12
Display	Filter	(Post	Filter)
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 13
Display	Filter	Examples
• ip.src ==	10.1.11.24
• ip.addr ==	192.168.1.10	&&	ip.addr==192.168.1.20
• tcp.dstport==	80
• tcp.port ==	80	||	tcp.port ==	3389
• !(ip.addr ==	192.168.1.10	&&	ip.addr ==	192.168.1.20)
• (ip.addr ==	192.168.1.10	&&	ip.addr ==	192.168.1.20)	
&&	(tcp.port ==	445	||	tcp.port ==	139)
• (ip.addr ==	192.168.1.10	&&	ip.addr ==	192.168.1.20)	
&&	(udp.port ==	67	||	udp.port ==	68)
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 14
Statistics>Protocol	Hierarchy
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 15
Export	HTTP	Object
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 16
Analyze>Follow>TCP	Stream
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 17
RED:
Stuff	you	sent
BLUE:
Stuff	you	get
Statistics>Conversations
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 18
Statistics>Flow	Graph
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 19
Statistics>Packet	Lengths
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 20
Statistics>TCP	Stream	Graphs>RTT
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 21
Lab	2
• Open	GNS3	and	prepare	the	following	lab
• Configure	interfaces	with	IP	addresses
• Configure	VTY	interface	for	telnet
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 22
Example:	R2
interface fa0/0
no shutdown
ip address 10.10.10.2 255.255.255.252
!
line vty 0 4
password abc123
login
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 23
Open	Wireshark
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 24
Ping	R2	from	R1
ping 10.10.10.2 repeat 50
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 25
Telnet	to	R2	from	R1
telnet 10.10.10.2
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 26
Analyze>Follow>TCP	Stream
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 27
Homework
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 28
Do	it	for	SSH
Improve	Wireshark	Performance
• Don’t	use	capture	filters
• Increase	your	read	buffer	size
• Get	a	faster	computer
• Use	a	TAP
• Don’t	resolve	names
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 29
Questions?
TEIN	Application	Workshop	 2017,	University	of	Dhakaawal@bdren.net.bd 30

More Related Content

What's hot

Windy City Rails - Layered Security
Windy City Rails - Layered SecurityWindy City Rails - Layered Security
Windy City Rails - Layered SecurityAaron Bedra
 
6414 preparation and planning of the development of a proficiency test in the...
6414 preparation and planning of the development of a proficiency test in the...6414 preparation and planning of the development of a proficiency test in the...
6414 preparation and planning of the development of a proficiency test in the...Damir Delija
 
Zuniga-Privacy-ECSG-update
Zuniga-Privacy-ECSG-updateZuniga-Privacy-ECSG-update
Zuniga-Privacy-ECSG-updateBrandon Height
 
All Your Security Events Are Belong to ... You!
All Your Security Events Are Belong to ... You!All Your Security Events Are Belong to ... You!
All Your Security Events Are Belong to ... You!Xavier Mertens
 
The Threat Is Real. Protect Yourself.
The Threat Is Real. Protect Yourself.The Threat Is Real. Protect Yourself.
The Threat Is Real. Protect Yourself.Teri Radichel
 
Cloud computing migration issues
Cloud computing  migration issuesCloud computing  migration issues
Cloud computing migration issuesOlga Lavrentieva
 
SplunkLive! Cincinnati - Hurricane Labs - Oct 2012
SplunkLive! Cincinnati - Hurricane Labs - Oct 2012SplunkLive! Cincinnati - Hurricane Labs - Oct 2012
SplunkLive! Cincinnati - Hurricane Labs - Oct 2012Splunk
 
A history and status of cloud security - Emile Heitor & Thibault Koechlin, OT...
A history and status of cloud security - Emile Heitor & Thibault Koechlin, OT...A history and status of cloud security - Emile Heitor & Thibault Koechlin, OT...
A history and status of cloud security - Emile Heitor & Thibault Koechlin, OT...Net4All
 
The security story behind critical industrial networks
The security story behind critical industrial networks The security story behind critical industrial networks
The security story behind critical industrial networks odix (ODI LTD)
 
Term of References - Internet of Things for Home Monitoring
Term of References - Internet of Things for Home MonitoringTerm of References - Internet of Things for Home Monitoring
Term of References - Internet of Things for Home MonitoringLuki B. Subekti
 

What's hot (11)

Windy City Rails - Layered Security
Windy City Rails - Layered SecurityWindy City Rails - Layered Security
Windy City Rails - Layered Security
 
6414 preparation and planning of the development of a proficiency test in the...
6414 preparation and planning of the development of a proficiency test in the...6414 preparation and planning of the development of a proficiency test in the...
6414 preparation and planning of the development of a proficiency test in the...
 
Zuniga-Privacy-ECSG-update
Zuniga-Privacy-ECSG-updateZuniga-Privacy-ECSG-update
Zuniga-Privacy-ECSG-update
 
All Your Security Events Are Belong to ... You!
All Your Security Events Are Belong to ... You!All Your Security Events Are Belong to ... You!
All Your Security Events Are Belong to ... You!
 
The Threat Is Real. Protect Yourself.
The Threat Is Real. Protect Yourself.The Threat Is Real. Protect Yourself.
The Threat Is Real. Protect Yourself.
 
Iseek forensics
Iseek forensicsIseek forensics
Iseek forensics
 
Cloud computing migration issues
Cloud computing  migration issuesCloud computing  migration issues
Cloud computing migration issues
 
SplunkLive! Cincinnati - Hurricane Labs - Oct 2012
SplunkLive! Cincinnati - Hurricane Labs - Oct 2012SplunkLive! Cincinnati - Hurricane Labs - Oct 2012
SplunkLive! Cincinnati - Hurricane Labs - Oct 2012
 
A history and status of cloud security - Emile Heitor & Thibault Koechlin, OT...
A history and status of cloud security - Emile Heitor & Thibault Koechlin, OT...A history and status of cloud security - Emile Heitor & Thibault Koechlin, OT...
A history and status of cloud security - Emile Heitor & Thibault Koechlin, OT...
 
The security story behind critical industrial networks
The security story behind critical industrial networks The security story behind critical industrial networks
The security story behind critical industrial networks
 
Term of References - Internet of Things for Home Monitoring
Term of References - Internet of Things for Home MonitoringTerm of References - Internet of Things for Home Monitoring
Term of References - Internet of Things for Home Monitoring
 

Similar to Wireshark and Its Application

2nd sdn interest group session2 (121218)
2nd sdn interest group   session2 (121218)2nd sdn interest group   session2 (121218)
2nd sdn interest group session2 (121218)NAIM Networks, Inc.
 
Minimizing Information Transparency
Minimizing Information TransparencyMinimizing Information Transparency
Minimizing Information TransparencyUsman Arshad
 
“Thread - A New Wireless Networking Protocol for Internet of Things” - Ankith...
“Thread - A New Wireless Networking Protocol for Internet of Things” - Ankith...“Thread - A New Wireless Networking Protocol for Internet of Things” - Ankith...
“Thread - A New Wireless Networking Protocol for Internet of Things” - Ankith...EIT Digital Alumni
 
CyberCrime in the Cloud and How to defend Yourself
CyberCrime in the Cloud and How to defend Yourself CyberCrime in the Cloud and How to defend Yourself
CyberCrime in the Cloud and How to defend Yourself Alert Logic
 
Implementing Security on a Large Multi-Tenant Cluster the Right Way
Implementing Security on a Large Multi-Tenant Cluster the Right WayImplementing Security on a Large Multi-Tenant Cluster the Right Way
Implementing Security on a Large Multi-Tenant Cluster the Right WayDataWorks Summit
 
Future Proofing your Data Center Network
Future Proofing your Data Center NetworkFuture Proofing your Data Center Network
Future Proofing your Data Center NetworkInnoTech
 
CCD_2013_Preguntas_REVIEW
CCD_2013_Preguntas_REVIEWCCD_2013_Preguntas_REVIEW
CCD_2013_Preguntas_REVIEWGregory Anders
 
Computer network coe351- part1- final
Computer network coe351- part1- finalComputer network coe351- part1- final
Computer network coe351- part1- finalTaymoor Nazmy
 
Creating a Climate for Innovation on Internet2 - Eric Boyd Senior Director, S...
Creating a Climate for Innovation on Internet2 - Eric Boyd Senior Director, S...Creating a Climate for Innovation on Internet2 - Eric Boyd Senior Director, S...
Creating a Climate for Innovation on Internet2 - Eric Boyd Senior Director, S...Ed Dodds
 
Key Assignment DraftGreat progress has been made on the design of .docx
Key Assignment DraftGreat progress has been made on the design of .docxKey Assignment DraftGreat progress has been made on the design of .docx
Key Assignment DraftGreat progress has been made on the design of .docxsleeperfindley
 
International collaborative efforts to share threat data in a vetted member c...
International collaborative efforts to share threat data in a vetted member c...International collaborative efforts to share threat data in a vetted member c...
International collaborative efforts to share threat data in a vetted member c...CODE BLUE
 
AWS re:Invent 2016: FINRA: Building a Secure Data Science Platform on AWS (BD...
AWS re:Invent 2016: FINRA: Building a Secure Data Science Platform on AWS (BD...AWS re:Invent 2016: FINRA: Building a Secure Data Science Platform on AWS (BD...
AWS re:Invent 2016: FINRA: Building a Secure Data Science Platform on AWS (BD...Amazon Web Services
 
Endpoint Agent Part 3: LAN, Wireless, Gateways and Proxies
Endpoint Agent Part 3: LAN, Wireless, Gateways and ProxiesEndpoint Agent Part 3: LAN, Wireless, Gateways and Proxies
Endpoint Agent Part 3: LAN, Wireless, Gateways and ProxiesThousandEyes
 

Similar to Wireshark and Its Application (20)

2nd sdn interest group session2 (121218)
2nd sdn interest group   session2 (121218)2nd sdn interest group   session2 (121218)
2nd sdn interest group session2 (121218)
 
Minimizing Information Transparency
Minimizing Information TransparencyMinimizing Information Transparency
Minimizing Information Transparency
 
Vp ns
Vp nsVp ns
Vp ns
 
“Thread - A New Wireless Networking Protocol for Internet of Things” - Ankith...
“Thread - A New Wireless Networking Protocol for Internet of Things” - Ankith...“Thread - A New Wireless Networking Protocol for Internet of Things” - Ankith...
“Thread - A New Wireless Networking Protocol for Internet of Things” - Ankith...
 
Virtual Private Network
Virtual Private NetworkVirtual Private Network
Virtual Private Network
 
CyberCrime in the Cloud and How to defend Yourself
CyberCrime in the Cloud and How to defend Yourself CyberCrime in the Cloud and How to defend Yourself
CyberCrime in the Cloud and How to defend Yourself
 
IoT Security, Mirai Revisited
IoT Security, Mirai RevisitedIoT Security, Mirai Revisited
IoT Security, Mirai Revisited
 
VPN
VPNVPN
VPN
 
Vp ns
Vp nsVp ns
Vp ns
 
Webinar- Internet of Things: Application Frameworks in IoT
Webinar- Internet of Things: Application Frameworks in IoTWebinar- Internet of Things: Application Frameworks in IoT
Webinar- Internet of Things: Application Frameworks in IoT
 
Implementing Security on a Large Multi-Tenant Cluster the Right Way
Implementing Security on a Large Multi-Tenant Cluster the Right WayImplementing Security on a Large Multi-Tenant Cluster the Right Way
Implementing Security on a Large Multi-Tenant Cluster the Right Way
 
Future Proofing your Data Center Network
Future Proofing your Data Center NetworkFuture Proofing your Data Center Network
Future Proofing your Data Center Network
 
CCD_2013_Preguntas_REVIEW
CCD_2013_Preguntas_REVIEWCCD_2013_Preguntas_REVIEW
CCD_2013_Preguntas_REVIEW
 
Computer network coe351- part1- final
Computer network coe351- part1- finalComputer network coe351- part1- final
Computer network coe351- part1- final
 
Creating a Climate for Innovation on Internet2 - Eric Boyd Senior Director, S...
Creating a Climate for Innovation on Internet2 - Eric Boyd Senior Director, S...Creating a Climate for Innovation on Internet2 - Eric Boyd Senior Director, S...
Creating a Climate for Innovation on Internet2 - Eric Boyd Senior Director, S...
 
Key Assignment DraftGreat progress has been made on the design of .docx
Key Assignment DraftGreat progress has been made on the design of .docxKey Assignment DraftGreat progress has been made on the design of .docx
Key Assignment DraftGreat progress has been made on the design of .docx
 
Nodejs Techtalk.pptx
Nodejs Techtalk.pptxNodejs Techtalk.pptx
Nodejs Techtalk.pptx
 
International collaborative efforts to share threat data in a vetted member c...
International collaborative efforts to share threat data in a vetted member c...International collaborative efforts to share threat data in a vetted member c...
International collaborative efforts to share threat data in a vetted member c...
 
AWS re:Invent 2016: FINRA: Building a Secure Data Science Platform on AWS (BD...
AWS re:Invent 2016: FINRA: Building a Secure Data Science Platform on AWS (BD...AWS re:Invent 2016: FINRA: Building a Secure Data Science Platform on AWS (BD...
AWS re:Invent 2016: FINRA: Building a Secure Data Science Platform on AWS (BD...
 
Endpoint Agent Part 3: LAN, Wireless, Gateways and Proxies
Endpoint Agent Part 3: LAN, Wireless, Gateways and ProxiesEndpoint Agent Part 3: LAN, Wireless, Gateways and Proxies
Endpoint Agent Part 3: LAN, Wireless, Gateways and Proxies
 

More from Md. Abdul Awal

IPv6 Addressing and Deployment Considerations
IPv6 Addressing and Deployment ConsiderationsIPv6 Addressing and Deployment Considerations
IPv6 Addressing and Deployment ConsiderationsMd. Abdul Awal
 
IPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshIPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshMd. Abdul Awal
 
IETF Outreach in Bangladesh
IETF Outreach in BangladeshIETF Outreach in Bangladesh
IETF Outreach in BangladeshMd. Abdul Awal
 
Getting involved in Internet Governance
Getting involved in Internet GovernanceGetting involved in Internet Governance
Getting involved in Internet GovernanceMd. Abdul Awal
 
Presentation on bdYIGF at NextGen@ICANN57
Presentation on bdYIGF at NextGen@ICANN57Presentation on bdYIGF at NextGen@ICANN57
Presentation on bdYIGF at NextGen@ICANN57Md. Abdul Awal
 
Implementing NREN in Bangladesh
Implementing NREN in BangladeshImplementing NREN in Bangladesh
Implementing NREN in BangladeshMd. Abdul Awal
 
Monitoring with Smokeping
Monitoring with SmokepingMonitoring with Smokeping
Monitoring with SmokepingMd. Abdul Awal
 
Basic Campus Network Design - Network Cabling System
Basic Campus Network Design - Network Cabling SystemBasic Campus Network Design - Network Cabling System
Basic Campus Network Design - Network Cabling SystemMd. Abdul Awal
 
Implementing BdREN - An Awareness Building Workshop at DUET
Implementing BdREN - An Awareness Building Workshop at DUETImplementing BdREN - An Awareness Building Workshop at DUET
Implementing BdREN - An Awareness Building Workshop at DUETMd. Abdul Awal
 
IPv6 Deployment - A New Milestone for BdREN
IPv6 Deployment - A New Milestone for BdRENIPv6 Deployment - A New Milestone for BdREN
IPv6 Deployment - A New Milestone for BdRENMd. Abdul Awal
 
IPv6 Address and Deployment Planning
IPv6 Address and Deployment PlanningIPv6 Address and Deployment Planning
IPv6 Address and Deployment PlanningMd. Abdul Awal
 
Building REN in Bangladesh
Building REN in BangladeshBuilding REN in Bangladesh
Building REN in BangladeshMd. Abdul Awal
 
IPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshIPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshMd. Abdul Awal
 

More from Md. Abdul Awal (14)

IPv6 Addressing and Deployment Considerations
IPv6 Addressing and Deployment ConsiderationsIPv6 Addressing and Deployment Considerations
IPv6 Addressing and Deployment Considerations
 
Bangladesh Youth IGF
Bangladesh Youth IGFBangladesh Youth IGF
Bangladesh Youth IGF
 
IPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshIPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in Bangladesh
 
IETF Outreach in Bangladesh
IETF Outreach in BangladeshIETF Outreach in Bangladesh
IETF Outreach in Bangladesh
 
Getting involved in Internet Governance
Getting involved in Internet GovernanceGetting involved in Internet Governance
Getting involved in Internet Governance
 
Presentation on bdYIGF at NextGen@ICANN57
Presentation on bdYIGF at NextGen@ICANN57Presentation on bdYIGF at NextGen@ICANN57
Presentation on bdYIGF at NextGen@ICANN57
 
Implementing NREN in Bangladesh
Implementing NREN in BangladeshImplementing NREN in Bangladesh
Implementing NREN in Bangladesh
 
Monitoring with Smokeping
Monitoring with SmokepingMonitoring with Smokeping
Monitoring with Smokeping
 
Basic Campus Network Design - Network Cabling System
Basic Campus Network Design - Network Cabling SystemBasic Campus Network Design - Network Cabling System
Basic Campus Network Design - Network Cabling System
 
Implementing BdREN - An Awareness Building Workshop at DUET
Implementing BdREN - An Awareness Building Workshop at DUETImplementing BdREN - An Awareness Building Workshop at DUET
Implementing BdREN - An Awareness Building Workshop at DUET
 
IPv6 Deployment - A New Milestone for BdREN
IPv6 Deployment - A New Milestone for BdRENIPv6 Deployment - A New Milestone for BdREN
IPv6 Deployment - A New Milestone for BdREN
 
IPv6 Address and Deployment Planning
IPv6 Address and Deployment PlanningIPv6 Address and Deployment Planning
IPv6 Address and Deployment Planning
 
Building REN in Bangladesh
Building REN in BangladeshBuilding REN in Bangladesh
Building REN in Bangladesh
 
IPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in BangladeshIPv6 Deployment Status in Bangladesh
IPv6 Deployment Status in Bangladesh
 

Recently uploaded

Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of indiaimessage0108
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 

Recently uploaded (20)

Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of india
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 

Wireshark and Its Application