Donate Share

NetworkMiner packet analyzer

Code

Programming Languages: C#

License: GNU General Public License (GPL)

Show:

What's happening?

  • NetworkMiner packet analyzer

    hjelmvik made 1 file-release changes.

    2009-11-09 20:11:01 UTC by hjelmvik

  • NetworkMiner packet analyzer

    hjelmvik made 2 file-release changes.

    2009-11-09 20:10:01 UTC by hjelmvik

  • NetworkMiner packet analyzer

    hjelmvik made 1 file-release changes.

    2009-11-09 20:09:01 UTC by hjelmvik

  • Comment: Mono compatibility for running natively under linux

    Ok, I just found out, this is due to GDI+'s lousy error messages (see http://www.kerrywong.com/2007/10/23/lousy-gdi-error-messages/ and http://www.mail-archive.com/mono-patches@lists.ximian.com/msg25456.html). It turns out, it couldn't load the files properly, even with MONO_IOMAP="all", due to the path separators. The error message simply meant it couldn't find the file. I'm attaching a...

    2009-10-26 02:56:42 UTC by ikelos

  • Mono compatibility for running natively under linux

    Hi there, I did a quick search of the existing feature requests, and though I've seen this talked about on blogs a lot, I haven't seen a specific request. I've taken a quick look at getting it going. It appears that the current problem with the codebase is the use of "\\" rather than System.IO.Path.DirectorySeparatorChar. This can be bypassed by setting the MONO_IOMAP environment...

    2009-10-25 20:21:56 UTC by ikelos

  • Comment: Config or preferences

    Also enable the user to select which TCP port numbers to associate with certain protocols.

    2009-09-28 13:23:19 UTC by nobody

  • Followup: RE: VMWare usage

    Not sure what you are trying to do. If you wanna run the NetworkMiner GUI in the virtual machine to analyze a pcap file, then all you need to do is to ensure that you have installed the [Microsoft .NET Framework Version 2.0][1] on the virtual machine. More info about running [NetworkMiner in WMware and the .NET framework can be found in this thread][2]. If you wanna sniff traffic (i.e...

    2009-09-22 20:02:38 UTC by hjelmvik

  • Followup: RE: Commandline options

    That's what I need it for. Can you repond directly to the email listed on my account and I can explain the usage to you.

    2009-09-22 19:47:12 UTC by oasec1

  • Followup: RE: Commandline options

    [NetworkMiner ][1]can be run from the command line already today. You can use the command line arguments to specify which pcap file(s) you wish to load. For example: `NetworkMiner.exe dumpfile1.pcap dumpfile2.pcap` But I guess you mean that you wanna run NetworkMiner as a console application rather than as a Windows Forms Application. This is not possible to do with NetworkMiner, and I will...

    2009-09-22 19:36:33 UTC by hjelmvik

  • Commandline options

    Have you thought about adding the availability of running from a command line, also how about running it as a hidden process?.

    2009-09-22 19:05:15 UTC by oasec1