Re: [Wireshark-users] Devices on MAC

2008-04-04 Thread Stephen Fisher
On Fri, Apr 04, 2008 at 03:54:24PM +0200, Luca Bedogni wrote: maybe this could be a really basic question, but when I run wireshark on MAC OS, I can't see any device on any window. Is this a known issue and I'd to do something to show them? Could you provide the output of wireshark -v for

Re: [Wireshark-users] TCP Conversations Question

2008-04-04 Thread Stephen Fisher
On Wed, Apr 02, 2008 at 10:14:19AM -0500, Tom.Saurer wrote: Is there a way to have Wireshark only gather IP conversation stats (source IP/Port and destination IP/Port) as it watches a nic? We don't need the full packet information. We need to gather this data for several weeks and it would

Re: [Wireshark-users] wire shark from the program

2008-04-01 Thread Stephen Fisher
On Tue, Apr 01, 2008 at 05:56:55PM -0700, Vinay Chilakamarri wrote: Thanks for the reply. I typed the port incorrectly .. (that 4 shouldn't have turned up after 6). When I tried the command, wireshark gave me a debug console indicating the arguments that are available for use with it(may

Re: [Wireshark-users] how i can decode RDR packet

2008-04-01 Thread Stephen Fisher
On Tue, Apr 01, 2008 at 09:31:01AM -0400, Herzl Shemuelian wrote: I use wireshark version 99.7 I have a decoder (RDR.SO) for a old version for wireshark and I can't use it How I can to receive a RDR plug-in for this version? Where did you get it from? You probably need to ask that person

Re: [Wireshark-users] Wireshark-users_Digest,_Vol_22,_Issue_75

2008-03-27 Thread Stephen Fisher
On Fri, Mar 28, 2008 at 11:24:09AM +0800, 赵新元 wrote: #tshark -i 3 -o column.format:'Info, %i' I use this command ,but it cann't work! The ' marks only work on Unix. I just tried on Windows using a instead of ' and it works: tshark -o column.format:Info, %i Steve

Re: [Wireshark-users] Using tshark to extract empty fields from pcap files

2008-03-26 Thread Stephen Fisher
On Wed, Mar 26, 2008 at 04:06:50PM -0500, Mark Sass wrote: I am trying to extract fields from pcap files using tshark. I am currently using a format like this: tshark -r pcapfile -R tcp.port eq xxx -Tfields -e field1 -e field2 I don't see the fields I wanted listed on the wireshark

Re: [Wireshark-users] tshark loopback

2008-03-20 Thread Stephen Fisher
On Thu, Mar 20, 2008 at 07:17:32AM -0500, Tennis Smith wrote: I run a series of tests via a loopback interface on Fedora 7. Is there any way to start tshark and have it monitor activity on the loopback, even if traffic is not yet being passed? You should be able to just start it as tshark

Re: [Wireshark-users] Help.. pcap to ivs

2008-03-13 Thread Stephen Fisher
On Thu, Mar 13, 2008 at 11:21:50PM +0100, Andrea Faver wrote: i'm trying to convert a pcap file (made with WIRESHARK) to a ivs file with aircrack ivstools.exe but it doesn't recognize the file. how can i do it? When i save my captured packed in WIRESHARK, in wich format should i do it?

Re: [Wireshark-users] wireless setup

2008-03-13 Thread Stephen Fisher
On Fri, Mar 14, 2008 at 10:57:01AM +1000, stephen galowski wrote: with regard to wireless setup i am wondering why , the wireless toolbar does not work on my laptop with a inbuilt 2.4 and 5ghz The wireless toolbar in Wireshark? It's or AirPcap use only:

Re: [Wireshark-users] Router broken or is my Linux crazy? *Smallest* log included

2008-03-10 Thread Stephen Fisher
On Mon, Mar 10, 2008 at 06:56:15PM +, Monkey D. Luffy wrote: Still, I look at my current IP and the mask seems odd (although I never did quite grasped the mask concept). inet addr:xxx.xxx.73.144 Bcast:xxx.xxx.73.255 Mask:255.255.252.0 Shouldn't the mask's 3rd octet be 255? If the

Re: [Wireshark-users] Distinguishing Ethernet II and 802.3 frames

2008-03-06 Thread Stephen Fisher
On Thu, Mar 06, 2008 at 11:28:51AM +0100, Marcus Better wrote: I'm running Wireshark on Linux 2.6.24 though (mac80211 stack). Can it give me the 802.11 frames? Try looking through this page http://wiki.wireshark.org/CaptureSetup/WLAN Steve ___

Re: [Wireshark-users] Bug report - Follow TCP Stream conversation selection incorrect

2008-03-06 Thread Stephen Fisher
On Thu, Mar 06, 2008 at 08:08:17AM -0500, Guy Bruneau wrote: I would like to report a new bug affecting the Follow TCP Stream. Since version 99.7 (99.8 has this issue as well), both Linux and Windows versions show the wrong conversation when selecting the client or server. While in the

Re: [Wireshark-users] IO Graphs cumulative plot

2008-03-05 Thread Stephen Fisher
On Wed, Mar 05, 2008 at 02:11:46PM +0100, Michele Pedrolli wrote: I was looking for a way to plot with IO Graphs a graph with cumulative bytes lenght on Y axis. I tried to manually define the unit of the Y axis using the 'Advanced' feature, choosing from the Calc box the SUM(*) function for

Re: [Wireshark-users] (no subject)

2008-03-05 Thread Stephen Fisher
On Wed, Mar 05, 2008 at 09:44:11AM -0400, bubba dudley wrote: Hi, I noticed how one of my friends has been spying on me tracking what I am doing on the net. I know he is using a packet sniffer. So I was wondering if this software can do that and or can protect me from being watched. We

Re: [Wireshark-users] IO Graphs cumulative plot

2008-03-05 Thread Stephen Fisher
On Wed, Mar 05, 2008 at 08:34:10PM +0100, Stig Bjørlykke wrote: We already have the cumulative number of bytes in the frame dissector (used for the cumulative column), so it's just a matter of adding this as a generated frame field. Do we? The Cumulative Bytes column is pulled out of

Re: [Wireshark-users] Average MBit/sec

2008-02-26 Thread Stephen Fisher
On Tue, Feb 26, 2008 at 05:45:12PM -0800, Greg Reed wrote: For MB/sec would I move the decimal point 2 places to the right from the output of MBit/sec? There are 8 bits in a byte, so you would actually multiply the MBit/sec by 8 to get MB[yte]/sec. Steve

Re: [Wireshark-users] packet payload string or hex filter

2008-02-22 Thread Stephen Fisher
On Fri, Feb 22, 2008 at 01:49:29AM -0800, Guy Harris wrote: Sake Blok wrote: On Thu, Feb 21, 2008 at 10:01:48PM -0700, Stephen Fisher wrote: ... This is not currently possible because there is no field that contains the contents of the entire frame. Actually, there is - frame

Re: [Wireshark-users] Export Objects HTTP 2

2008-02-22 Thread Stephen Fisher
On Fri, Feb 22, 2008 at 08:02:54AM +0300, [EMAIL PROTECTED] wrote: Tell, why not all content type saves export- object- HTTP mp3 Does not save??? All HTTP content with a content-type and payload is presented in the export object window. Sometimes, especially on Windows, certain

Re: [Wireshark-users] build problem

2008-02-21 Thread Stephen Fisher
On Thu, Feb 21, 2008 at 11:20:47PM -0500, Bill Meier wrote: bitmus DA wrote: i wan to use wireshark for just view packet, not for capture. so i run ./configure --without-pcap and then make. but make is giving error below It's a bug :( A fix will be committed momentarily to not

Re: [Wireshark-users] tshark -d option

2008-02-21 Thread Stephen Fisher
On Fri, Feb 22, 2008 at 02:33:11AM +, MKS {} wrote: The (-d , ) option with tshark tells tshark to interpret packets on the specified port as the given protocol. Is there a way to provide a range of ports using this route? A quick glance at the tshark code didn't turn up any way to do

Re: [Wireshark-users] packet payload string or hex filter

2008-02-21 Thread Stephen Fisher
On Fri, Feb 22, 2008 at 03:38:23AM +0100, Grzegorz Szczytowski wrote: I'm wondering if wireshark support string or hex filier similar to following syntax: data.data include or content blablabla The issue is that the filter should goes over the whole packet to match that string. This

Re: [Wireshark-users] Hiding interfaces

2008-02-21 Thread Stephen Fisher
On Wed, Jan 30, 2008 at 11:20:55AM -0500, Onur Akgun wrote: Is there a way to hide some interfaces from the Capture Interfaces screen? Preferences - Capture - Interfaces - Edit does not do what I want... (Box is a fedora based Linux running with multiple network adapters) Would you mind

Re: [Wireshark-users] limit packet

2008-02-18 Thread Stephen Fisher
On Mon, Feb 18, 2008 at 05:52:40PM +0300, Alexander Pilugin wrote: Hello! Please advise the value in bytes (default 68 bytes is too small) to which limit captured packet so that on the one hand don`t lose any headers, and on the other to save the space on the hard disk. Thanks in advance!

Re: [Wireshark-users] How to let wireshark capture one application packets

2008-02-10 Thread Stephen Fisher
On Sat, Feb 09, 2008 at 11:33:44PM -0500, Du Zhidian wrote: I am using windows vista. I want to use wireshark to capture all packets of one application, no matter the protocol it use. For example, all packets of firefox. How can do it? This is not possible with Wireshark. Steve

Re: [Wireshark-users] Bad Checksum Packet

2008-02-10 Thread Stephen Fisher
On Sun, Feb 10, 2008 at 06:35:08AM -0800, Becky Vict wrote: I would like to know if a packet is discarded due to bad checksum, will it show in the capture? How to distinguish this quickly? What display filter should I use for this? If the frame is discarded by the network card for a bad

Re: [Wireshark-users] http Content-Encoding: gzip not decoding

2008-02-09 Thread Stephen Fisher
On Fri, Feb 08, 2008 at 09:41:16AM -0800, Bob Keyes wrote: Packets are sniffed, tcp streams assembled, but when it comes time to decode gzip encoded content, I get nowhere. I am running 0.99.6 on Ubuntu Gutsy. I just verified that my copy of Wireshark uncompresses the gzip compressed html

Re: [Wireshark-users] Problem: i only sniff my own packets, not network packets

2008-02-06 Thread Stephen Fisher
On Wed, Feb 06, 2008 at 01:43:00PM +0100, El Piraña wrote: I've tried this in other network area with same results, by ethernet and by wireless without any positive result, and i don't know what to do. I thought it would be about a switch on the network, but in any case the wireless APs

Re: [Wireshark-users] URL capture filer??

2008-02-04 Thread Stephen Fisher
On Mon, Feb 04, 2008 at 08:22:16AM -0800, jacob c wrote: I am running Wireshark 0.99.7. I tried using the sample URL capture filter shown on the wiki but it always gives me an error when I stopped the capture.. It looks like this: host www.cnn.com and not (port 80 or port 25) I also tried

Re: [Wireshark-users] URL capture filer??

2008-02-04 Thread Stephen Fisher
On Mon, Feb 04, 2008 at 03:45:56PM -0800, jacob c wrote: I just wanted/assumed Wireshark would read the http header for www.cnn.com and then capture accordingly. That was my goal. Is there a way to do that if I am using a proxy? As Guy stated, you cannot do this in a capture filters.

Re: [Wireshark-users] Missing Capture filters

2008-02-04 Thread Stephen Fisher
On Sat, Feb 02, 2008 at 09:22:51AM -0900, The Mathe Family wrote: I do not seem to have a default lits of capture filters in my capture filters list. Any suggestions? Are you running on Windows or Unix? The global capture filters are saved in /usr/local/share/wireshark/cfilters on Unix and

Re: [Wireshark-users] Hiding interfaces

2008-01-30 Thread Stephen Fisher
On Wed, Jan 30, 2008 at 11:20:55AM -0500, Onur Akgun wrote: Is there a way to hide some interfaces from the Capture Interfaces screen? Preferences - Capture - Interfaces - Edit does not do what I want... The Hide Interface option in that dialog should do what you want. If not, please

Re: [Wireshark-users] crashing on OS X

2008-01-23 Thread Stephen Fisher
On Wed, Jan 23, 2008 at 09:26:03PM -0500, Kelly Martin wrote: Also, when running as a regular user, Wireshark does not have sufficient privileges to monitor this device - yet if I run it as root, it gives me a warning that this might be dangerous (and indeed, I suspect it might in some

Re: [Wireshark-users] Filter existing file

2008-01-22 Thread Stephen Fisher
On Tue, Jan 22, 2008 at 04:39:19PM +0100, Kuhs Lukas wrote: I want to filter an existing pcap-file using dumpcap on Windows. This is not possible since there is no infile option anymore. Tethereal had this option. My question is, whether this will be included in a later version or not. Do

Re: [Wireshark-users] EBCDIC in data portion of packet

2008-01-15 Thread Stephen Fisher
On Mon, Jan 14, 2008 at 01:07:01PM -0600, Starr, David wrote: Is there a better way to use the display filter to find a specific piece of EBCDIC data in a large capture file? Not at this time. Would it make sense to have a configurable flag to allow Wireshark to display the data as

Re: [Wireshark-users] LLC Sub-Layer Management

2008-01-10 Thread Stephen Fisher
On Thu, Jan 10, 2008 at 03:37:11PM -1000, E B wrote: Can somebody please look below and answer my post Sub-Layer Management, this is my third post asking this question and I dont understand why I am being ignored, it is very frustrating. You are not being ignored. It must be that no one

Re: [Wireshark-users] Decode any port as HTTP

2008-01-10 Thread Stephen Fisher
On Fri, Jan 11, 2008 at 02:35:33PM +0800, Billie Chan wrote: How can I configure to decode any port as HTTP protocol for Wireshark in Fedora version? Any scripts or command available? You can specify ports separated by commas or ranges of ports separated by a dash in the HTTP preferences.

Re: [Wireshark-users] Editing packets with Wireshark and replay?

2007-12-27 Thread Stephen Fisher
On Thu, Dec 27, 2007 at 08:29:47AM -0800, jacob c wrote: Is there any method with Wireshark (or other tool) to modify the ip addreseses in a packet capture before giving the file to another vendor for analysis. For example can I substitute all the packets with address 1.1.1.1 with 2.2.2.2?

Re: [Wireshark-users] Installing Microsoft 2003 R2 Server for Wireshark build environment

2007-12-24 Thread Stephen Fisher
On Mon, Dec 24, 2007 at 07:15:57AM +, Vikas Jain wrote: I am new to Wireshark development and trying to set up the wireshark build environment for the windows platform. Please direct development questions to our other mailing list, [EMAIL PROTECTED] in the future :) One of the items

Re: [Wireshark-users] Relabeling or defining aliases to packets

2007-12-23 Thread Stephen Fisher
On Sat, Dec 22, 2007 at 11:31:18PM -0800, ColfaxNet Support wrote: Once something about a packet is identified, we could then label the packets that contain the same criteria as a name such as test computer, etc. This would make is much easier to be able to glance at the capture window and to

Re: [Wireshark-users] Continuous/circular in-memory tracing?

2007-12-21 Thread Stephen Fisher
On Fri, Dec 21, 2007 at 10:00:54PM -0500, Jay Levitt wrote: As far as I can tell from searching the forum, there's no good way to keep Wireshark up and running and capturing to an in-memory circular buffer, Correct. Or is there another way to do this, either with Wireshark Maybe in the

Re: [Wireshark-users] need a camel/inap phase 4 trace

2007-12-11 Thread Stephen Fisher
On Tue, Dec 11, 2007 at 08:23:27PM -0800, [EMAIL PROTECTED] wrote: Could wireshark also read a trace from a Nethawk analyser file. I have some trace file from this analyser, it would be also wonderful that wireshark could read from it too. I don't think it supports NetHawk, although you could

Re: [Wireshark-users] Licensing Terms for Wireshark

2007-12-03 Thread Stephen Fisher
On Mon, Dec 03, 2007 at 09:49:54AM -0600, [EMAIL PROTECTED] wrote: I like to know, what are the licensing terms to buy Wireshark for our workstations here in our lab center at the Federal Reserve Bank? Wireshark does not cost anything. See: http://www.wireshark.org/faq.html#q1.6

Re: [Wireshark-users] Recommended C compiler for Windows

2007-11-24 Thread Stephen Fisher
On Sat, Nov 24, 2007 at 07:11:50PM -, Owens, Neil wrote: What's the current fave C compiler for Win32? There's loads out there, but what comes recommended? For Wireshark, Microsoft's compiler is the only supported compiler for Win32. Wireshark builds are still building using VC++ 6.0 by

Re: [Wireshark-users] unique identifier for remote PC

2007-11-24 Thread Stephen Fisher
On Sat, Nov 24, 2007 at 10:59:08PM +0200, Bilal Alpertonga wrote: I want to ask a question, Why we can take MAC address of the router, not address of the PC, Which protocol makes this MAC change ? Because the router accepts a packet and regenerates it going out another interface, the MAC

Re: [Wireshark-users] Trying to get Wireshark up and running via MacPorts

2007-11-23 Thread Stephen Fisher
On Fri, Nov 23, 2007 at 07:49:48PM -0500, Kok-Yong Tan wrote: I'm currently in the middle of a sudo port -Rv install wireshark after doing a sudo port clean wireshark. I'll try downloading the source and then building directly after my build using MacPorts. However, I haven't used gdb in

Re: [Wireshark-users] Trying to get Wireshark up and running via MacPorts

2007-11-23 Thread Stephen Fisher
On Thu, Nov 22, 2007 at 11:15:59PM -0500, Kok-Yong Tan wrote: I'm having a problem getting Wireshark up and running via MacPorts and X11 on a 8GB RAM, 140GB free drive space, dual 2GHz G5 tower system with OS X version 10.4.11 and with X11 Update 2006 applied (providing me with X11 v1.1.3).

Re: [Wireshark-users] How do I go about creating a custom packet data decode

2007-11-21 Thread Stephen Fisher
On Wed, Nov 21, 2007 at 01:59:54PM -, Owens, Neil wrote: I'm up against it here and just need to (simply?) XOR all packet data with a HEX value. I just don't know enough about Wireshark to be able to do this . While I'm not asking for a complete solution could someone point me at

Re: [Wireshark-users] Capture filter not working?

2007-11-15 Thread Stephen Fisher
On Thu, Nov 15, 2007 at 03:26:06PM -0800, Trevor Tolk wrote: When I use an IP (host) or tcp/udp capture filter on the monitoring nic, it captures no traffic. When I use the same filter on the nic connected to the normal network, the filter works fine. I can use an ether capture filter an it

Re: [Wireshark-users] How to see HTTP hosts visited

2007-11-12 Thread Stephen Fisher
On Mon, Nov 12, 2007 at 09:39:38AM -0600, Gary Fritz wrote: So anyway. I've figured out how to monitor packets. If I look at my own system, I can filter on my IP, and I can even do a Statistics report (filtering on ip.addr == 192.168.1.106 and http) to find the HTTP hosts I'm hitting. So

Re: [Wireshark-users] Help with GRE encapsulated packets

2007-11-07 Thread Stephen Fisher
On Tue, Nov 06, 2007 at 09:24:59AM -, Eric Renkoff wrote: I am trying to solve a problem between 2 devices that are FTPing to/from one another. The problem is that at the network point where I am sniffing I se only GRE encapsulated packets. Wireshark is not decoding the encapsulated

Re: [Wireshark-users] Error w/ Make command on CentOS 4.5 wireshark-0.99.6

2007-11-03 Thread Stephen Fisher
On Sat, Nov 03, 2007 at 10:43:28PM -0400, Steve West wrote: I'm trying to install just tshark to use wireshark via command line rather than a GUI. glib-1.2.10-15 glib-devel-1.2.10-15 glib2-2.4.7-1 [EMAIL PROTECTED] wireshark-0.99.6]# ./configure --disable-wireshark --disable-gtk2

Re: [Wireshark-users] Latest Wireshark on Mac OS X 10.5 (Leopard)

2007-10-29 Thread Stephen Fisher
On Mon, Oct 29, 2007 at 04:10:58PM -0700, Guy Harris wrote: Brian Swan wrote: I'm curious if anyone has tried WireShark under Max OS X Leopard? http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1953 See comment #2, which notes a bug filed at Apple against the Leopard X11 server

Re: [Wireshark-users] Ipw3945 monitor mode

2007-10-25 Thread Stephen Fisher
On Thu, Oct 25, 2007 at 04:30:13PM +0200, Palmeri Massimo wrote: iwconfig eth1 mode monitor iwconfig eth1 channel 9 It works, but I also see frames from other channels 802.11b/g runs in the 2.4GHz band and each channel in the is 5MHz wide. However, when using a channel, the signal spreads

Re: [Wireshark-users] Exporting objects with invalid default filenames

2007-10-23 Thread Stephen Fisher
On Tue, Oct 23, 2007 at 08:04:05AM -0700, Mark G. wrote: I am using Wireshark to capture a large number of JPEG2000 images from a web site. The captured images appear in the export/objects/http dialog with mime type application/octet-stream. But their default filenames are invalid, having

Re: [Wireshark-users] Capture options

2007-10-22 Thread Stephen Fisher
On Mon, Oct 22, 2007 at 01:50:25PM +, Henrik wrote: In Wireshark, capture options - there is a dropdown menu of interfaces. When I select my MS loopback driver, there is also a list of 16 IP adresses below. I have about 30 IP addresses in my application. Does this mean that Wireshark only

Re: [Wireshark-users] Latency

2007-10-17 Thread Stephen Fisher
On Wed, Oct 17, 2007 at 09:17:45PM +, Sputnik Navigation wrote: Can we identify a specific received packet that is sent from transmitting computer in order to measure the delay, ie packet id from the transmitting computer to receiving computer. You could try the IP Packet Identification

Re: [Wireshark-users] How to send packets in wireshark

2007-10-09 Thread Stephen Fisher
On Tue, Oct 09, 2007 at 12:22:02PM +0530, Saravanan BV wrote: I am using wireshark for packet analyzer. I am having 3 NIC cards. Respectively eth0, eth1 eth2. from eth0 packet are sending and receiving. But from eth1 and eth2 I am unable to capture any packet or traffic. How i should do

Re: [Wireshark-users] To run Tshark in graphical mode.

2007-10-08 Thread Stephen Fisher
On Mon, Oct 08, 2007 at 04:24:19PM +0530, Saravanan BV wrote: I need tshark/tetheral should be run in graphical mode. There is any option to run tshark or tetheral in graphical mode in FC6. You can run Wireshark / Ethereal to get a graphical version of the program. Steve

Re: [Wireshark-users] FreeBSD Running As User

2007-09-25 Thread Stephen Fisher
On Tue, Sep 25, 2007 at 05:31:16PM -0700, J wrote: Can someone offer some insight as to how to run wireshark as a normal user in FreeBSD 6.2? I've tried changing the bpf devices' group, as well as granting read access to them via this group, but I'm still getting permission denied errors.

Re: [Wireshark-users] Unable to compile static build of TShark on Fedora 7

2007-09-05 Thread Stephen Fisher
On Wed, Sep 05, 2007 at 03:12:52PM -0700, Barry Gould wrote: and if I do this: --disable-gtk2 $ make -j2 cc1: warnings being treated as errors erf.c: In function 'erf_open': erf.c:152: warning: const qualifier ignored on asm Disabling GTK2 disables GLIB v2 as well. On some systems,

Re: [Wireshark-users] How to find numerical sum of a particular field.

2007-08-27 Thread Stephen Fisher
On Mon, Aug 27, 2007 at 12:13:25PM -0400, pradeep reddy wrote: In the IO graphs I can get graphical display of a particular field, is it posibble to get numerical value of this sum? Unfortunately, there is no way to get the values from the IO graph. Please open a bug report (and mark it as an

Re: [Wireshark-users] can wreshark read text file

2007-08-25 Thread Stephen Fisher
On Fri, Aug 24, 2007 at 09:18:27PM -0700, Jenning Zhang wrote: I'm new here. I have lots of SS7 message traces which are in hexdump text file format, is there any tool can convert such file to a wreshark readable format? The text2pcap program that comes with Wireshark may suit your needs.

Re: [Wireshark-users] Installation problem on window 2003 standard edition

2007-08-08 Thread Stephen Fisher
On Wed, Aug 08, 2007 at 05:08:11PM +0100, Coke, Norman wrote: I've just installed 0.99.6a and the font colors are not correct i.e the font is white, the tool tip text is the same as the tool tip background. The end result is that I can't read the text in the capture window since the text and

Re: [Wireshark-users] SSL decryption

2007-08-06 Thread Stephen Fisher
On Mon, Aug 06, 2007 at 03:14:32PM -0400, Samson Katru wrote: Help me to decrypt ssl application data area 1. I have downloaded latest version of wireshark 0.99.6a 2. Server is mainframe..creates selfsigned server certificates. 3. Defined under preferneces ip,port,ssl,c:\server.kdb 4. trying

Re: [Wireshark-users] Question on installing new Wireshark release over old release on Windows

2007-07-05 Thread Stephen Fisher
On Thu, Jul 05, 2007 at 07:01:03PM -0400, Small, James wrote: I hope this isn't a dumb question, but if I have a previous version of Wireshark installed on Windows, may I simply install the latest version over it or should I first uninstall the old version and then install the new version?

Re: [Wireshark-users] Right-click and open a tcp stream in a new window?

2007-06-28 Thread Stephen Fisher
On Wed, Jun 27, 2007 at 10:31:57PM -0700, Alex Lee wrote: I do a lot of these a lot for work: Tcp.flags.syn == 1 tcp.flags.ack == tcp.port == some app A lot of times I need to follow each new connection's stream but often times, I end up not finding what I need in the first few streams.

Re: [Wireshark-users] how to drop 400 unwanted packets to analyze with wireshark ?

2007-06-27 Thread Stephen Fisher
On Wed, Jun 27, 2007 at 05:29:41PM +0900, Mitsuho Iizuka wrote: Does anyone know how to drop 400 unwanted packets in a already caputured snoop file to analyze with wireshark ? According to this list, editcap has a 100 limitation. Actually, this has been raised to 500 in the latest SVN

Re: [Wireshark-users] Any zLinux users or idears about monitoring zLinux traffic externally?

2007-06-19 Thread Stephen Fisher
On Tue, Jun 19, 2007 at 06:56:59PM -0400, Natividad, Joel wrote: Are there any users out there using Wireshark in zLinux (Linux on mainframes - http://en.wikipedia.org/wiki/Linux_on_zSeries)? Not sure. If not, any of the devs aware of any possible platform issues, should I venture to

Re: [Wireshark-users] GUI vs CMD mode

2007-06-17 Thread Stephen Fisher
On Sun, Jun 17, 2007 at 10:35:53PM +0800, Billie Chan wrote: On GUI mode I can customer the columns view e.g. add new column for src port, dst port etc... Yes, if you are using the latest version of Wireshark/tshark (Ethereal didn't support this). You would use the -T fields option along

Re: [Wireshark-users] Saving the statistics to a file

2007-06-14 Thread Stephen Fisher
On Thu, Jun 14, 2007 at 10:22:50PM +0100, Bala wrote: Can anyone tell, how we can print the statistics from the packet analysis to a file. Because, I find that we can only see the output in the tool but no option for saving the statistics of the trace analysis. Which statistics/analysis

Re: [Wireshark-users] Windows, connection not listed in netstat

2007-06-14 Thread Stephen Fisher
On Wed, Jun 13, 2007 at 10:12:03AM +0200, paul wrote: I tried to use Wireshark on Windows. I catched one three way handshake from some foreign address on some ports greater than 1024. immediately I run netstat -a -n , but I cannot find any corresponding connection in this list. Does

Re: [Wireshark-users] Comparing packets

2007-06-12 Thread Stephen Fisher
On Wed, May 23, 2007 at 06:14:53PM +0100, Piers Kittel wrote: So, the computers were run at the same time to capture the packets going between device A and B. I've got 2 files, like A-20070522-162040.gz and B-20070522-162040.gz. I've merged the two, and filtered out the packets I'm not

Re: [Wireshark-users] descriptive names for mac address

2007-06-12 Thread Stephen Fisher
On Wed, Jun 06, 2007 at 12:46:53AM +0200, Martin Andersson wrote: Is it possible (via a file for instance) to get descriptive names of mac addresses in tshark. Example: Netgear_7e:39:d4 - IntelCor_19:32:c3 LLC I, N(R)=0, N(S)=0; DSAP NULL LSAP Individual, SSAP NULL LSAP Command

Re: [Wireshark-users] promiscuous mode on a wireless card with a router as the access point

2007-06-11 Thread Stephen Fisher
On Mon, Jun 11, 2007 at 12:19:41AM -0500, Terra Frost wrote: The Linksys WRT54G - the access point I'm using - has a built-in switch, however, I'm not sure if this built-in switch is for wired networks, only, or if it's for wireless networks, as well. If it's for wireless networks, then

Re: [Wireshark-users] analysing HTTP latencies

2007-06-04 Thread Stephen Fisher
On Fri, Jun 01, 2007 at 04:20:04PM +1200, Rohit Grover wrote: Incidentally, upon viewing a simple HTTP dialogue using wireshark, I noticed that the server's first HTTP response datagram wasn't tagged by wireshark as HTTP. I'm quite sure I'm missing something because a something of this

Re: [Wireshark-users] Is there a tshark option to save just RTP Header?

2007-05-31 Thread Stephen Fisher
On Thu, May 03, 2007 at 05:29:24PM -0400, Kerry L Foster wrote: Is it possible to control what information is being saved by tshark into the output capture file? The only way that I know of is the -s snapshot len option, which specifies how many bytes of each packet to read/save. This could

Re: [Wireshark-users] Stop process in Wireshark 0.99.5

2007-05-31 Thread Stephen Fisher
On Tue, May 22, 2007 at 11:30:10AM +0900, Horyong Choi wrote: I try to capture the packet by wireshark 0.99.5 with winpcap 4.0 but it is stopping after some seconds. In the task manager of windows xp, it is impossible kill the processor of wireshark.exe. Thus I must reboot for kill the

Re: [Wireshark-users] Bandwidth Utilization CSV??

2007-05-30 Thread Stephen Fisher
On Wed, May 30, 2007 at 07:19:33AM -0400, Feeny, Michael (GPCT-CAI) wrote: Hi. Is there a way to produce a bandwidth utilization table? That is, a table that would show bandwidth utilization as a function of time, over the course of a capture file? The bandwidth utilized in both

Re: [Wireshark-users] tshark --print-a-specific-field ?

2007-05-29 Thread Stephen Fisher
On Tue, May 29, 2007 at 05:50:47AM -0400, Douglas F. Calvert wrote: Hello is there a way to have tshark print a specific field instead of the terse/verbose decoded output? I would like to be able to do: tshark -r file --dfc-grovel-flag wlan.bssid And have tshark print out the bssid

Re: [Wireshark-users] Help about 'decode as'

2007-05-23 Thread Stephen Fisher
On Wed, May 23, 2007 at 04:41:05PM +0800, majun wrote: I found that we can input protocols type like 'rtp' on a RedHat(Wireshark 0.99.5 GTK2+) PC when we use 'decode as', but I can't do this on a Windows XP SP2 laptop, that's quite annoying, and XP could not remember the 'decode as'

Re: [Wireshark-users] Help..

2007-05-23 Thread Stephen Fisher
On Wed, May 23, 2007 at 04:33:43PM +0530, Babu A wrote: I have recently started using Wireshark and I need to understand and analyze the error messages better... Can any one point me to a location where I can get information... the current type errors that I would like to interpret are:

Re: [Wireshark-users] Decoding RFC1950 compressed data?

2007-05-21 Thread Stephen Fisher
On Mon, May 21, 2007 at 03:49:17PM +0200, Andreas Weller wrote: A friend of mine got a new PC system at his shop. It's a Linux based client/server system. As it is undocumented black box stuff we used wireshark to decode its datastream :-) :) But it also connect to port 1536 using some

Re: [Wireshark-users] Help with Output TCP Dup ACK3#2 1320 22 ACK

2007-05-21 Thread Stephen Fisher
On Fri, May 18, 2007 at 03:57:01PM -0600, Mike Ciccone wrote: I am having a problem with SSH. I can ssh from some server but not others. I verified that there are no access-lists blocking from doing this. When I ran Wireshark on my pc and tried to ssh to the server I get the following

Re: [Wireshark-users] EXPORT-OBJECT in wireshark 0.99.4

2007-05-16 Thread Stephen Fisher
On Wed, May 16, 2007 at 09:22:18PM +0200, mattia tomasoni wrote: I am using version 0.99.4, which is the latest automatically available for Ubuntu via the add/remove tool. I cannot find the EXPORT-OBJECT; (I read from the tutorial that) in the 0.99.5 version it can be found in the File

Re: [Wireshark-users] decoding part of a SOCKS message as XML

2007-05-16 Thread Stephen Fisher
On Tue, May 15, 2007 at 10:11:09PM +, Stefan Puiu wrote: If I try to export a capture, I get packet bytes in hex and the text on the right hand side, with very short lines, so it's not useful - this is probably because the message is part SOCKS, part text. Is it possible to somehow

Re: [Wireshark-users] question about fancy DHCP display filtering

2007-05-15 Thread Stephen Fisher
On Tue, May 15, 2007 at 05:37:18PM +, Stefan Puiu wrote: Thanks for confirming that. Then I've another question: how can I look for all DHCP packets where there is an option with value '0x3058' (in hex), for example? I can't seem to grasp how the bootp.options.value == filter is

Re: [Wireshark-users] VNC playback

2007-05-01 Thread Stephen Fisher
On Tue, May 01, 2007 at 02:05:58PM -0500, Jonathan Polacheck wrote: There are some open-source efforts to get VNC playback, but so far I have been unable to get any of them to work. How cool would it be to be able to playback VNC data right from the trace that has the client/server

Re: [Wireshark-users] Wireshark OSX

2007-04-27 Thread Stephen Fisher
On Fri, Apr 27, 2007 at 12:10:45AM +1000, benny wrote: Wondering if anyone knew how to uninstall wireshark for macintel osx through terminal or how to safley remove the program , i have scoured the wireshark homepage but found nothing on this How did you install it? If you did make install

Re: [Wireshark-users] TCP reassembling for HTTP messages extraction

2007-04-24 Thread Stephen Fisher
On Tue, Apr 24, 2007 at 06:25:12PM +0200, Laurent Burgy wrote: So, I have a trace of TCP messages with HTTP messages as payload... I would like to extract these HTTP messages and only to a file... The 'follow TCP stream' option seems to work only for one stream but my trace clusters many

Re: [Wireshark-users] Wireshark

2007-04-20 Thread Stephen Fisher
On Fri, Apr 20, 2007 at 07:49:10AM -0700, [EMAIL PROTECTED] wrote: There's a great book on the subject; Ethereal Packet Sniffing by Angela D. Orebaugh and Gilbert Ramirez. It covers pretty much everything about the tool, and even a bit about protocol analysis. There is even a recently

Re: [Wireshark-users] Saving and Crashing

2007-04-20 Thread Stephen Fisher
On Fri, Apr 20, 2007 at 08:36:22PM +0100, luke peters wrote: I have just installed openSUSE 10.2. When I use wireshark when I try and save a capture it just crashes and I have to force a quit on the program. This happens on both my laptop and pc both with openSUSE 10.2. What could

Re: [Wireshark-users] Wireshark sudo

2007-04-03 Thread Stephen Fisher
On Tue, Apr 03, 2007 at 02:35:49PM +, [EMAIL PROTECTED] wrote: I've tried changing the umask under which the script to launch wireshark runs, but that gets ignored. So maybe it is Wireshark itself (rather then the shell) setting the permissions of saved files? Yes, Wireshark sets the

Re: [Wireshark-users] Support for Microsoft LLTD Protocol

2007-03-20 Thread Stephen Fisher
On Tue, Mar 20, 2007 at 06:08:23PM +0530, Manish Rajpal wrote: I would like to know if there is a version of wireshark that supports the Microsoft's Link Layer Topology Discovery (LLTD) protocol. Wireshark doesn't appear to support it at this time (I checked Help - Supported Protocols). Do

Re: [Wireshark-users] How to know how much data transferred

2007-03-19 Thread Stephen Fisher
On Mon, Mar 19, 2007 at 12:27:17PM +0530, Abhishek Chavan wrote: ya it can be seen in tht but i need to show in a proper format any idea?? What format do you need? Steve ___ Wireshark-users mailing list Wireshark-users@wireshark.org

Re: [Wireshark-users] How to know how much data transferred

2007-03-18 Thread Stephen Fisher
On Mon, Mar 19, 2007 at 10:27:13AM +0530, Abhishek Chavan wrote: Can somebody tell me how i can find out how much data in bytes or kilobytes and not in terms of packets and frames is getting transferred and to see it in as an output Try Statistics - Summary. Steve

Re: [Wireshark-users] How to use Wireshark's log files to show data in HTML format

2007-03-15 Thread Stephen Fisher
On Thu, Mar 15, 2007 at 09:52:56AM +0530, Abhishek Chavan wrote: Can somebody tell me how to use the saved log files of wireshark to view data in graphical format in html format?? What log files of Wireshark are you referring to? Steve ___

Re: [Wireshark-users] unreadablity due to poor use of colours (Win32)

2007-03-15 Thread Stephen Fisher
On Fri, Mar 16, 2007 at 12:02:10AM +1100, Louis Solomon [SteelBytes] wrote: just downloaded and installed latest release (0.99.5) on a w2k3 box that I remotly admin (via RDC). can't use it though, as the latest edition (unlike previous ver of wireshark that I had on same machine) has

Re: [Wireshark-users] Using multiple files with tshark

2007-03-12 Thread Stephen Fisher
On Thu, Mar 01, 2007 at 12:38:01PM -, McGlinchy, Alistair wrote: While you are there, could you cast your eyes over this extension to your fix to allow for the files:value criteria too. This works but requires multiple uses of the -b flag (rather than the -b and -a flags).

Re: [Wireshark-users] Help installing 0.99.5

2007-03-08 Thread Stephen Fisher
On Thu, Mar 08, 2007 at 01:56:23PM -0500, Leonard, Thomas J wrote: After running I received these errors: ts2s141% ./wireshark 18:37:15 Warn radius: Could not find the radius directory This will go away once you install Wireshark. (lt-wireshark:18674): GLib-GObject-WARNING **:

Re: [Wireshark-users] locking up when viewing video captures

2007-03-08 Thread Stephen Fisher
On Thu, Mar 08, 2007 at 09:19:56PM -0500, phat pig wrote: I have been successful in reassembling image files (gif,jpg) from my capture files. I saw an archived thread where someone was successful in reassembling videos using the same method. What method are you using? So far though,

  1   2   >