Re: Wireshark Capture support

2010-09-20 Thread Jasper Frumau
On Sun, Sep 19, 2010 at 10:03 PM, Ryan Schmidt wrote: > > On Sep 17, 2010, at 07:53, Jeff Singleton wrote: > > > Also, doing it this way provides a ChmodBPF script to automatically set > the permissions on the /dev/bpf* for you. > > Here is the ticket that was filed requesting ChmodBPF functionali

Re: Wireshark Capture support

2010-09-19 Thread Ryan Schmidt
On Sep 17, 2010, at 07:53, Jeff Singleton wrote: > Also, doing it this way provides a ChmodBPF script to automatically set the > permissions on the /dev/bpf* for you. Here is the ticket that was filed requesting ChmodBPF functionality be added to the MacPorts wireshark ports: http://trac.macp

Re: Wireshark Capture support

2010-09-19 Thread Ryan Schmidt
On Sep 17, 2010, at 21:27, Savory Michael wrote: > wireshark-devel @1.4.0 (net) [snip] > could to be updated to 1.5.0, now that 1.4.0 has been released as stable > then... Well, version 1.5.0 does not exist yet. The developers are working on creating version 1.5.0. The wireshark-devel port h

Re: Wireshark Capture support

2010-09-19 Thread Ryan Schmidt
On Sep 19, 2010, at 14:31, Jeff Singleton wrote: > The last build I pulled was Version 1.5.0 (SVN Rev 34135 from /trunk) > > The plugin I am having the most fun with is the SMB File Export plugin. It > can piece together just about every file transferred over SMB that is > detected in a packe

Re: Wireshark Capture support

2010-09-19 Thread Jeff Singleton
The last build I pulled was Version 1.5.0 (SVN Rev 34135 from /trunk) The plugin I am having the most fun with is the SMB File Export plugin. It can piece together just about every file transferred over SMB that is detected in a packet capture. I'll leave the rest for you to play with...but its

Re: Wireshark Capture support

2010-09-17 Thread Savory Michael
HI Ryan So the $ sudo port info wireshark-devel wireshark-devel @1.4.0 (net) Variants: adns, gnutls, ipv6, libgcrypt, libsmi, lua, no_gui, no_ssl, pcre, rtp Description: A network analyzer that lets you capture and interactively bro

Re: Wireshark Capture support

2010-09-17 Thread Ryan Schmidt
On Sep 17, 2010, at 19:08, Savory Michael wrote: > Maybe time for a wireshark-dev port? The wireshark-devel port already exists. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/mac

Re: Wireshark Capture support

2010-09-17 Thread Savory Michael
Hi Jeff Maybe time for a wireshark-dev port? Any docs on the really cool plugins available? Mike On Sep 17, 2010, at 5:53 AM, Jeff Singleton wrote: > Oh ... if you wish to try building Wireshark from SVN, the v1.5.0 tree is > very stable and a lot of really cool plugins. Not to mention it com

Re: Wireshark Capture support

2010-09-17 Thread Jeff Singleton
Oh ... if you wish to try building Wireshark from SVN, the v1.5.0 tree is very stable and a lot of really cool plugins. Not to mention it comes with a 'make osx-app' command that will build the .app bundle for you...there is also 'make osx-package' that makes the .pkg bundle. Also, doing it this

Re: Wireshark Capture support

2010-09-15 Thread Jasper Frumau
On Wed, Sep 15, 2010 at 3:04 PM, Ryan Schmidt wrote: > On Sep 15, 2010, at 04:17, Jasper Frumau wrote: > > On Tue, Sep 14, 2010 at 6:51 PM, Jeff Singleton wrote: > >> Actually ... that will work! Its the ChmodBPF steps to change the > permissions so that the 'admin' group can access the devices. >

Re: Wireshark Capture support

2010-09-15 Thread Ryan Schmidt
On Sep 15, 2010, at 04:17, Jasper Frumau wrote: > On Tue, Sep 14, 2010 at 6:51 PM, Jeff Singleton wrote: >> Actually ... that will work! Its the ChmodBPF steps to change the >> permissions so that the 'admin' group can access the devices. > > I looked for bpf as indicated at > http://wiki.wir

Re: Wireshark Capture support

2010-09-15 Thread Jasper Frumau
On Tue, Sep 14, 2010 at 6:51 PM, Jeff Singleton wrote: > Actually ... that will work! Its the ChmodBPF steps to change the > permissions so that the 'admin' group can access the devices. > I looked for bpf as indicated at http://wiki.wireshark.org/CaptureSetup/CapturePrivileges for BSD/OSX jas

Re: Wireshark Capture support

2010-09-14 Thread Jeff Singleton
Actually ... that will work! Its the ChmodBPF steps to change the permissions so that the 'admin' group can access the devices. On Tue, Sep 14, 2010 at 10:36 AM, Rainer Müller wrote: > On 2010-09-14 12:40 , Jasper Frumau wrote: > > Installed Wireshark a while. Decided to use it for some network

Re: Wireshark Capture support

2010-09-14 Thread Rainer Müller
On 2010-09-14 12:40 , Jasper Frumau wrote: > Installed Wireshark a while. Decided to use it for some network analysis > today, using it for the first time ever. Got an error "There are no > interfaces on which a capture can be done". I believ I need teh capture > support driver like wincap for Wind

Wireshark Capture support

2010-09-14 Thread Jasper Frumau
Installed Wireshark a while. Decided to use it for some network analysis today, using it for the first time ever. Got an error "There are no interfaces on which a capture can be done". I believ I need teh capture support driver like wincap for Windows. Which one can I install using MacPorts? I sear