Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-24 Thread Nathan Jennings
Hi Tek, I actually wrote something like you're describing years ago for a 2nd-level support team so they could help troubleshoot issues (kept me from getting calls :). It's a distributed sniffer of sorts; it sends tcpdump capture filters to remote sniffers via ssh, which are then executed remot

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-21 Thread Aaron Turner
On Tue, Sep 20, 2011 at 11:24 PM, Tek Bahadur Limbu wrote: > Dear All, > > Thank you for your valuable feedback. > > Is this setup were to be done or developed into a commercial product, > how much will the cost be like? Depends on if you're going to get your next door neighbors kid, a free lance

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-20 Thread Tek Bahadur Limbu
Dear All, Thank you for your valuable feedback. Is this setup were to be done or developed into a commercial product, how much will the cost be like? Best regards, Tek Bahadur Limbu On Mon, Sep 19, 2011 at 12:40 AM, Julius wrote: > Am 18.09.2011 19:01, schrieb Aaron Turner: >> >> On Sun, Sep

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-18 Thread Julius
Am 18.09.2011 19:01, schrieb Aaron Turner: On Sun, Sep 18, 2011 at 9:13 AM, harish badrinath wrote: On Sep 17, 2011, at 1:54 AM, Tek Bahadur Limbu wrote: Can you provide further information about how we can go about implementing this setup? These are the steps i would follow (a) First look

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-18 Thread Aaron Turner
On Sun, Sep 18, 2011 at 9:13 AM, harish badrinath wrote: >> On Sep 17, 2011, at 1:54 AM, Tek Bahadur Limbu wrote: >> >>> Can you provide further information about how we can go about >>> implementing this setup? >> > > These are the steps i would follow > (a) First look for a MVC web framework for

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-18 Thread harish badrinath
> On Sep 17, 2011, at 1:54 AM, Tek Bahadur Limbu wrote: > >> Can you provide further information about how we can go about >> implementing this setup? > These are the steps i would follow (a) First look for a MVC web framework for the language of your choice If you end up with goahead or microhttp

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-17 Thread Guy Harris
On Sep 17, 2011, at 1:54 AM, Tek Bahadur Limbu wrote: > Can you provide further information about how we can go about > implementing this setup? No, I can't, because this is more about setting up a Web server than it is about tcpdump, and I'm not at all familiar with how to set up any particula

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-17 Thread Tek Bahadur Limbu
Hi Guy Harris, Thank you for the reply. My goal is to have a web interface and capture traffic and print in on the screen live but only when a certain command string is supplied. As stated, I need that web interface to be run over a Linux bridge box. For the time being, I only need this web tool

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-09 Thread Guy Harris
On Aug 14, 2011, at 6:51 AM, Tek Bahadur Limbu wrote: > I need to run TCPDUMP on a Linux bridge with multiple network interfaces. > However, instead of using a shell, I need to run it over a web interface. Tcpdump can do a number of things - it can capture traffic and dissect and print it, or i

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-09 Thread Michael Richardson
> "Tek" == Tek Bahadur Limbu writes: Tek> Hi Tek> On Wed, Aug 17, 2011 at 1:59 AM, Sanjay Sundaresan Tek> wrote: >> web interface ? you can't SSH ? Tek> I can SSH but I need to provide some kind of web interface for Tek> TCPDUMP for tech support personnel. So, writ

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-08 Thread Chris Morgan
Depending on the method of usage it should be reasonable to whip up a php page with some jquery to handle the requests. I'm not sure about how the the information from tcpdump would be conveyed, either via a file or stdout, and what kinds of ways the user would interact with the system, via a pseud

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-09-08 Thread Tek Bahadur Limbu
Hi On Wed, Aug 17, 2011 at 1:59 AM, Sanjay Sundaresan wrote: > web interface ? you can't SSH ? I can SSH but I need to provide some kind of web interface for TCPDUMP for tech support personnel. Thanks Tek > On Sun, Aug 14, 2011 at 6:51 AM, Tek Bahadur Limbu wrote: >> Hi all, >> >> I am not s

Re: [tcpdump-workers] Running TCPDUMP over a web interface

2011-08-16 Thread Sanjay Sundaresan
web interface ? you can't SSH ? On Sun, Aug 14, 2011 at 6:51 AM, Tek Bahadur Limbu wrote: > Hi all, > > I am not sure if this is a right list to post the following question. > > I need to run TCPDUMP on a Linux bridge with multiple network interfaces. > However, instead of using a shell, I need t