Re: [Wireshark-dev] Misaligned columns in hex dump pane with Wireshark 1.10.0rc2 and GTK+ 2.12.0

2013-06-09 Thread Reinhard Speyerer
Jakub Zawadzki wrote: > Ok, fixed in r49848 [1], Reinhard can you revert previous patch and test new > one? Hi Jakub, thank you for providing an updated bytes_view.c. When using this version to build Wireshark 1.10.0 on openSUSE 10.3 the columns in the hex dump pane are properly aligned again.

Re: [Wireshark-dev] Misaligned columns in hex dump pane with Wireshark 1.10.0rc2 and GTK+ 2.12.0

2013-06-06 Thread Reinhard Speyerer
Jakub Zawadzki wrote: > What's distro it is? openSUSE 10.3 ? Yes, it's openSUSE 10.3. Regards, Reinhard ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: htt

Re: [Wireshark-dev] Wireshark 1.10.0rc1 is now available

2013-05-04 Thread Reinhard Speyerer
Evan Huus wrote: > I've checked in a similar fix to trunk and 1.10, the wmem test suite > is stubbed out for glib versions that are too old. Along with Guy's > commits for the g_strcmp0 issue, this will hopefully fix compatibility > with Glib 2.14. Thanks Guy and Evan. Wireshark 1.10.0 (SVN Rev

Re: [Wireshark-dev] Wireshark 1.10.0rc1 is now available

2013-05-03 Thread Reinhard Speyerer
Evan Huus wrote: > The test programs are not used in Wireshark proper, so someone with > the proper automake-foo can disable wmem_test for older glib versions. > Glib 2.14 is quite old at this point though, so it may just be worth > bumping our minimum version. [...] Using a modified wmem_test.c

Re: [Wireshark-dev] Wireshark 1.10.0rc1 is now available

2013-05-01 Thread Reinhard Speyerer
Gerald Combs wrote: > I'm proud to announce the release of Wireshark 1.10.0rc1. This is the > first release candidate for Wireshark 1.10.0. Hi Gerald, unfortunately Wireshark 1.10.0rc1 no longer builds with glib 2.14 as wmem_test.c uses several g_test_* functions that were only introduced in gl

Re: [Wireshark-dev] Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHER?

2012-02-29 Thread Reinhard Speyerer
Guy Harris wrote: > [...] If you submit it with a patch, that'd be even better. Hi Guy, done in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6888 . Regards, Reinhard P.S.: Could somebody please have a look at http://www.wireshark.org/docs/wsdg_html_chunked ? It currently only shows im

[Wireshark-dev] Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHER?

2012-02-27 Thread Reinhard Speyerer
Hi, I recently noticed that Wireshark does not seem to support pcap files with DLT 51 (LINKTYPE_PPP_ETHER/DLT_PPP_ETHER) which is used by the in-kernel PPPoE implementation (pppoe(4)) in NetBSD and OpenBSD: $ tshark -r pppoe0-sample-2.pcap # TShark 1.6.5 ... tshark: The file "pppoe0-sample-2.pcap

Re: [Wireshark-dev] Dissection of LTE-RRC

2010-08-31 Thread Reinhard Speyerer
On 08/31/10 09:38, Vishal Kumar Singh wrote: > [...] > Please, suggest me a suitable method to this. Can i select based on > message type to differentiate UL CCCH, UL DCCH, DL CCCH messages? Or, is > there any other method to differentiate the messages? > Hi Vishal, using Lua this is possible by

Re: [Wireshark-dev] Possibility to modify buffer?

2009-09-17 Thread Reinhard Speyerer
Guy Harris wrote: > You would need to allocate a new tvbuff, and a blob big enough to hold > all the decrypted data, and decrypt the data into the blob and attach > that blob to the tvbuff, and hand *that* tvbuff to the next > dissector. You cannot modify the data in a tvbuff handed to you.

Re: [Wireshark-dev] LUA Dissector for custom packets

2009-08-20 Thread Reinhard Speyerer
Christian Gurk wrote: > So I wrote the test dissector and it showes up in the Enable Protocols > List (and of course, I activate it). But when I try to use it with > "Decode as", this menu item is grayed out, so I can't use it. > Here is the code of my first test: >> -- trivial protocol example

Re: [Wireshark-dev] strange crash

2009-08-16 Thread Reinhard Speyerer
Robert Hogan wrote: > [...] > FT_UINT8, BASE_HEX||BASE_RANGE_STRING, <--- || > Any thoughts on where the violation should have been picked up? Hi Robert, maybe you could use sparse from http://www.kernel.org/pub/software/devel/sparse/ or spatch from the Coccinelle project (http://c

[Wireshark-dev] Wireshark 1.2.0pre1: wireshark -r now outputs "dumpcap: There are no interfaces on which a capture can be done"

2009-05-30 Thread Reinhard Speyerer
When trying out Wireshark 1.2.0pre1 I noticed that wireshark -r now outputs "dumpcap: There are no interfaces on which a capture can be done" when started on Linux as a non-root user. This does not happen with Wireshark 1.0.x. Would it be possible to suppress this message for the final 1.2.0 rele

Re: [Wireshark-dev] text2pcap_ several protocols file

2009-04-23 Thread Reinhard Speyerer
Jeff Morriss wrote: > > SOLTANI FATEN wrote: >> Hi all, >> I have a text file which contains a MTP3 frames MTP3. To convert this >> file into a pcap file and to decode it thereafter by Wireshark, I used: >> "text2pcap -l 141 inputFile.txt outputFile.pcap". >> But now I wish to decode a file whic

[Wireshark-dev] Decoding of GSM (G)MM-INFORMATION containing DST IE no longer works in SVN rev 27719

2009-03-17 Thread Reinhard Speyerer
As can be seen from the attached .pcap file (Decode User 0 (DLT=147) as gsm_a_dtap) decoding of GSM (G)MM-INFORMATION messages containing a Daylight Saving Time IE which works in Wireshark 1.0.6 no longer works in SVN rev 27719. This seems to be caused by the introduction of the two octet length

Re: [Wireshark-dev] Dissector - Read data from file

2008-06-04 Thread Reinhard Speyerer
Hans Glück wrote: > Hello, > > thanks for all the hints. I looked into the code of text2pcap and this is a > wonderful fundament to get my own pcap-creator program started. I have to > think about whether I´ll use Java (parsing XML is in Java easier), C (perfect > if I´ll implement my new captu

Re: [Wireshark-dev] dissection of NAS messages in RRC

2008-05-16 Thread Reinhard Speyerer
praveen.jha wrote: > Is the dissection of NAS PDUs contained in RRC messages supported in > release 1.0 of wireshark? Hi Praveen, yes, this is supported. Currently the RRC decoder uses DL-DCCH-Message as its entry point for the RRC protocol. You therefore have to find a way to also enable decod

Re: [Wireshark-dev] RPM error

2008-03-16 Thread Reinhard Speyerer
[EMAIL PROTECTED] wrote: > Even after configuring with –disable –gtk2 , wondering why is it > checking for gtk version >=2!!! > checking for GTK+ - version >= 2.0.0... no Hello Taraniteja, please note that you have to specify this option as: ./configure --disable-gtk2 ... checking for gtk-con

Re: [Wireshark-dev] pcap with packet size >64k ?

2008-01-09 Thread Reinhard Speyerer
warlord wrote: > Good idea Ulf. I attached a small pcap which includes a hostname request > sent to the nameserver. As I took the liberty to hexedit the IP > addresses the checksum is wrong, but that doesn't matter. > > The two size fields in the pcap are 32 bits each, claiming the packet > size w

[Wireshark-dev] [PATCH] packet-wsp.c: add support for Any-encoding and Any-language

2006-11-28 Thread Reinhard Speyerer
Hi, this patch adds support for Any-encoding (WSP, 8.4.2.9) and Any-language (WSP, 8.4.2.10) to packet-wsp.c. Regards, Reinhard packet-wsp-accept-any-patch.gz Description: GNU Zip compressed data ___ Wireshark-dev mailing list Wireshark-dev@wireshark.

[Wireshark-dev] [Patch] packet-gsm_a.c: fix CLIR IEs for CC-SETUP

2006-10-24 Thread Reinhard Speyerer
The attached patch fixes the incorrect decoding of the CC-SETUP CLIR suppression and invoke info elements (which seem to have been copied from the location update accept PDU). Regards, Reinhard wireshark-clir-patch.gz Description: GNU Zip compressed data

[Wireshark-dev] [Patch] s/asn2eth.py/asn2wrs.py/g in asn1/umts_rrc*/Makefile

2006-09-30 Thread Reinhard Speyerer
The attached patch updates asn1/umts_rrc*/Makefile for the renamed asn2eth.py -> asn2wrs.py. Regards, Reinhard umts-rrc-makefile-asn2wrs-patch.gz Description: GNU Zip compressed data ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://ww

[Wireshark-dev] Patch for typo in epan/dissectors/packet-per.c

2006-09-29 Thread Reinhard Speyerer
The attached patch fixes a small typo in epan/dissectors/packet-per.c. Regards, Reinhard bitfield-typo-patch.gz Description: Unix tar archive ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshar