Re: [Wireshark-dev] blank makefile generated for custom dissector plugin

2007-02-01 Thread Jaap Keuter
Hi, Quote: -- The first thing is that you'll have to run autogen.sh and configure once more to setup your build environment. - Thanx, Jaap On Thu, 1 Feb 2007, David Bunch wrote: > Hello, I'm trying to create a protocol dissector for a custom protocol we > are developing. I foll

[Wireshark-dev] blank makefile generated for custom dissector plugin

2007-02-01 Thread David Bunch
Hello, I'm trying to create a protocol dissector for a custom protocol we are developing. I followed the tutorial in the Developers documentation as well as all the steps listed in README.plugin. When I ran ./configure, and after I tried to compile wireshark, I noticed that it generated a blank

Re: [Wireshark-dev] Patch to decode ERF type 5 record

2007-02-01 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: > This patch add the decoding of ERF files using the type "Multi Channel > HDLC". Does this file format include the MTP2 FCS? If so, as per my previous email about the MTP2 patch, (at least) a new WTAP_ENCAP is needed to distinguish between MTP2 with and without the F

Re: [Wireshark-dev] Add checksum validation option for MTP2

2007-02-01 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: > This patch add an option to validate the MTP2 Frame Check Sequence. > You can activate this option if you are using a capture device on PCM > links, and if you want to identify malformed Packet, or noise. > If you are reading rf5 files, you must not activate the check

Re: [Wireshark-dev] Overriding existing RPC-TCP heuristic dissector with another heuristic one

2007-02-01 Thread Shehjar Tikoo
Guy Harris wrote: > On Jan 31, 2007, at 8:13 PM, Shehjar Tikoo wrote: > If you mean a dissector for ONC RPC running over TCP, which is a > heuristic dissector (as there is no standard set of ports for ONC RPC, > other than 111 for the portmapper/rpcbind and 2049 for NFS), why not > modify the

Re: [Wireshark-dev] Overriding existing RPC-TCP heuristic dissector with another heuristic one

2007-02-01 Thread Shehjar Tikoo
Guy Harris wrote: > On Feb 1, 2007, at 3:31 PM, Shehjar Tikoo wrote: > >> I need to ensure that my RPC/NFS dissector runs before the default >> one. >> The problem is, even if I get the heuristics right(..which is, >> basically >> asking for all NFS traffic..), there no guarantee that my heuri

Re: [Wireshark-dev] Overriding existing RPC-TCP heuristic dissector with another heuristic one

2007-02-01 Thread Guy Harris
On Feb 1, 2007, at 3:31 PM, Shehjar Tikoo wrote: > I need to ensure that my RPC/NFS dissector runs before the default > one. > The problem is, even if I get the heuristics right(..which is, > basically > asking for all NFS traffic..), there no guarantee that my heuristic > dissector will get

Re: [Wireshark-dev] Overriding existing RPC-TCP heuristic dissector with another heuristic one

2007-02-01 Thread Guy Harris
On Jan 31, 2007, at 8:13 PM, Shehjar Tikoo wrote: > I am writing a RPC over TCP heuristic dissector What do you mean by "a RPC over TCP heuristic dissector"? If you mean a dissector for ONC RPC running over TCP, which is a heuristic dissector (as there is no standard set of ports for ONC RPC,

Re: [Wireshark-dev] Display Filter References

2007-02-01 Thread Gerald Combs
Graeme Lunt wrote: > When/how do the display filter pages get updated? > Some of the new protocols (e.g. DMP, PKCS12) do not have corresponding > pages. They get updated as a part of the release process, so that version information can be added. ___ Wire

Re: [Wireshark-dev] Overriding existing RPC-TCP heuristic dissector with another heuristic one

2007-02-01 Thread Shehjar Tikoo
Hi Jaap Keuter wrote: > The solution is to improve the heuristics until they can figure out > which dissector is the correct one. I need to ensure that my RPC/NFS dissector runs before the default one. The problem is, even if I get the heuristics right(..which is, basically asking for all NFS tra

Re: [Wireshark-dev] New dissector - FMP

2007-02-01 Thread ronnie sahlberg
checked in with some changes: 1, C++ style comments removed 2, enum constants changed to have a unique FMP_ prefix 3, several value_strings that were not terminated properly and would cause crashes There is probably quite a bit of work to enhance the dissectors to make them nicer: 1, all switch/

Re: [Wireshark-dev] [Patch] SCSI persistent reserve in - service action

2007-02-01 Thread ronnie sahlberg
checked in (i changed the offset at one more place as well) On 2/1/07, Patrick vd Lageweg <[EMAIL PROTECTED]> wrote: > Hi all, > > In the PERSISTENT RESERVE IN command the service action is located on offset > 0 and not 1. > > Patrick > ___ Wireshark-

[Wireshark-dev] Wireshark MacOS X binary update

2007-02-01 Thread Andreas Fink
.12.9 libtiff-3.8.2 libpng-1.2.16 libjpeg-6b atk-1.12.1 cairo-1.2.6 pango-1.14.10 lua-5.1.1 pcre-6.7 adns-1.3 gtk+-2.10.9 libpcap-2007.01.04 tcpdump-2007.01.04 libgcrypt-1.2.3 libgpg-error-1.5 wget-1.10.2 wireshark-0.99.5-svn 20070201 .. a startup script ( doing chmod 644 /dev/bpf*, nothing else

Re: [Wireshark-dev] Win32 buildbot should switch over to use Makefile.nmake

2007-02-01 Thread Gerald Combs
Ulf Lamping wrote: > Hi! > > The Win32 buildbot currently fails to generate the docbook docs. This is > due to problems with generating the svn_version.xml, and that is due to > the known bash CR/NL problems. > > Instead of trying to fix this, the buildbot should use the new > Makefile.nmake (

Re: [Wireshark-dev] Problem with proto_tree_add_item

2007-02-01 Thread Guy Harris
Gerhard Gappmeier wrote: > The problem is, that I want to output the field name, and not the type > of a field. > Is there a way to do that with /hf_register_info/? Yes. The first element of a header_field_info structure is the name of the field, and that's what's used in the display string wh

Re: [Wireshark-dev] Controlling Tshark output format

2007-02-01 Thread Ian Schorr
This would be great. I've been wanting something like this for years. I've been getting by using the -z "proto,colinfo" option, but there are so many cases where it isn't ideal for scripted parsing or importing decoded output into other tools. This plus a more advanced MATE would be a dream com

[Wireshark-dev] [PATCH] Read VPI/VCI/CID information from K12xx .rf5 with extra_len == 0

2007-02-01 Thread Kriang Lerdsuwanakij
Hello I discovered that Wireshark K12xx detects the type of input (E1 timeslot or ATM) based on the extra information. My previous patch to enable Wireshark to open K12xx files with no extra information (extra_len equals 0 in SRCDEST record) failed to give later dissectors the input type. At

[Wireshark-dev] [Patch] SCSI persistent reserve in - service action

2007-02-01 Thread Patrick vd Lageweg
Hi all, In the PERSISTENT RESERVE IN command the service action is located on offset 0 and not 1. Patrick Index: epan/dissectors/packet-scsi.c === --- epan/dissectors/packet-scsi.c (revision 20666) +++ epan/dissectors/

[Wireshark-dev] Problem with proto_tree_add_item

2007-02-01 Thread Gerhard Gappmeier
Hello, I'm writing a dissector for a complex binary protocol that uses a lot of nested structures, that are serialized on the wire. All complex types are built on top of some basic simple types. I'm generating the complex type parsers with a self written code generator and only write the parsers f

[Wireshark-dev] Patch to decode ERF type 5 record

2007-02-01 Thread Florent . Drouin
This patch add the decoding of ERF files using the type "Multi Channel HDLC". (See attached file: wiretap_erf.diff.gz) Best regards Florent wiretap_erf.diff.gz Description: Binary data ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://

[Wireshark-dev] Add checksum validation option for MTP2

2007-02-01 Thread Florent . Drouin
Hello, This patch add an option to validate the MTP2 Frame Check Sequence. You can activate this option if you are using a capture device on PCM links, and if you want to identify malformed Packet, or noise. If you are reading rf5 files, you must not activate the checksum validation, as t

Re: [Wireshark-dev] MIB missing from net-snmp-5.4.zip

2007-02-01 Thread Thomas Anders
Jaap Keuter wrote: > When opening the debug window for Wireshark 0.99.5pre3-20635 it spews out > a missing MIB warning: > > No log handling enabled - turning on stderr logging > Cannot find module (IPV6-FLOW-LABEL-MIB): At line 15 in C:\Program > Files\Wiresha > rk\snmp\mibs/TUNNEL-MIB.txt > Did

[Wireshark-dev] MIB missing from net-snmp-5.4.zip

2007-02-01 Thread Jaap Keuter
Hi list, When opening the debug window for Wireshark 0.99.5pre3-20635 it spews out a missing MIB warning: No log handling enabled - turning on stderr logging Cannot find module (IPV6-FLOW-LABEL-MIB): At line 15 in C:\Program Files\Wiresha rk\snmp\mibs/TUNNEL-MIB.txt Did not find 'IPv6FlowLabelOrA

Re: [Wireshark-dev] Is anyone looking at current build breakage?

2007-02-01 Thread Martin Mathieson
OK, its (hopefully) fixed now... ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Dissector for Cisco ITP packet logging facility

2007-02-01 Thread Abhik Sarkar
Hi Jeff, Thanks for your help with this, for the explanation of the changes and for including it in the code. I still have a lot to learn. I have just on concern... The Cisco allows the user to set the syslog facility and severity when starting the debug. The values you saw were the default value

[Wireshark-dev] Is anyone looking at current build breakage?

2007-02-01 Thread Martin Mathieson
This is the end of the Windows buildbot log, very similar to my linux build failure (I build with libpcap support enabled). I don't have time to dig into it this morning... Martin Linking wireshark.exe link @C:\DOCUME~1\buildbot\LOCALS~1\Temp\nma02516. ringbuffer.obj : error LNK2001: unre

[Wireshark-dev] Controlling Tshark output format

2007-02-01 Thread Douglas Pratley
Hi all I'm looking at implementing a feature from the Wishlist that we would like as well: the ability to control the output of tshark e.g. tshark -Tfields -e ip - e udp - e tcp.port This new format would produce a line per packet, but would do full dissection. "ip" would dump out the whole repr

Re: [Wireshark-dev] Dissector for Cisco ITP packet logging facility

2007-02-01 Thread Jeff Morriss
Abhik Sarkar wrote: >> I have also been trying to find out a way to get the syslog dissector >> to tells all subsequent dissectors that the byte array was generated >> and not present in the actual capture and hence to mark their protocol >> tree items using the PROTO_ITEM_SET_GENERATED macro, bu

Re: [Wireshark-dev] [PATCH] User can select dissector based on packet matching display filter

2007-02-01 Thread Douglas Pratley
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Guy Harris > Sent: 31 January 2007 18:35 > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] [PATCH] User can select > dissector based on packet matching display filter > > D

Re: [Wireshark-dev] Use ethereal as a proprietary protocol parser; no ethernet/IP decoding

2007-02-01 Thread Jeff Morriss
Tom McLaughlin wrote: > Hello, > I work for a company that build proprietary communication systems for the > utility industry. We have a proprietary communcation protocol that can be > wrapped in several standard protocols. I would like to build a log parser > that looks like Ethereal for ou