How to exclude LAN Subnets from capturing in WireShark

asked 21 Mar '12, 07:48

fbaig's gravatar image

fbaig
1334
accept rate: 0%


You just have to apply a capture filter: e.g. if you don't want to capture 192.168.1.0/24 --> not host 192.168.1

just leave out the last octet(s)

or you can directly do not net 192.168.1.0/24, but I'm not sure if that works with older versions

link

answered 21 Mar '12, 08:08

Landi's gravatar image

Landi
2.0k51337
accept rate: 31%

edited 21 Mar '12, 08:20

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×12
×3
×2

Asked: 21 Mar '12, 07:48

Seen: 969 times

Last updated: 21 Mar '12, 08:20

powered by OSQA