Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Stephen Croll
Wen Cheng wrote: > Great job Stephen. I'm a wimax tester, I really like your tool. But I > think the display pattern of TLVs is not very good from a tester point > of view. May I help to do some improvment work? What specifically don't you like? Can you provide examples of how TLVs are currently

Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Wen Cheng
Hi all, Great job Stephen. I'm a wimax tester, I really like your tool. But I think the display pattern of TLVs is not very good from a tester point of view. May I help to do some improvment work? On 9/6/07, Stephen Croll <[EMAIL PROTECTED]> wrote: > > Just checking on the submission status of t

[Wireshark-dev] review_for_checkin requested: [Bug 1822] UNISTIM Tap interface plus call grapher

2007-09-06 Thread bugzilla-request-daemon
Chad Singer <[EMAIL PROTECTED]> has asked for review_for_checkin: Bug 1822: UNISTIM Tap interface plus call grapher http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1822 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wiresha

[Wireshark-dev] review_for_checkin cancelled: [Bug 1822] UNISTIM Tap interface plus call grapher

2007-09-06 Thread bugzilla-request-daemon
Chad Singer <[EMAIL PROTECTED]> has cancelled Chad Singer <[EMAIL PROTECTED]>'s request for review_for_checkin: Bug 1822: UNISTIM Tap interface plus call grapher http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1822 ___ Wireshark-dev mailing list Wiresh

[Wireshark-dev] Windows 2K build problem(s)

2007-09-06 Thread Michael Allport
I apologize if this is not the correct forum, but I've got a question ... I am using Microsoft Visual Studio 2005 Standard Edition on a Windows 2000 (5.00.2195 Service Pack 4) laptop PC. When I run through the build process, some make files can find items like perl, sed, and xcopy t

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

2007-09-06 Thread Barry Gould
I'm really starting to suspect that configure isn't working right. I just tried with --disable-zlib, and it still says "Ues zlib library: yes" This leads me to wonder if the other options are working, and if that might be why I can't get a static build to work. Thanks, Barry At 07:00 PM 9/5/200

Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Stephen Croll
How about the following workaround? Please note that I do not have access to a Windows development environment, but this patch has been tested on a Fedora 7 Linux host. pika.localdomain:~/mobileMetrics/wireshark/svnWork/latest 0:22> svn diff Index: plugins/wimaxasncp/packet-wimaxasncp.c =

[Wireshark-dev] Windows 2K build problems

2007-09-06 Thread Michael Allport
I apologize if this is not the correct forum, but I've got a question ... I am using Microsoft Visual Studio 2005 Standard Edition on a Windows 2000 (5.00.2195 Service Pack 4) laptop PC. When I run through the build process, some make files can find items like perl, sed, and xcopy t

Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Anders Broman
Hi, The code at line 2934: proto_tree_add_uint( vsif_tree, hf_wimaxasncp_tlv_value_vendor_id, tvb, offset, 3, vendorId); proto_item_append_text( tlv_item, " - %s", val_to_str(vendorId, sminmpec_

Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Guy Harris
Martin Mathieson wrote: > I checked this in earlier today, but have the following remaining > Windows warning/error. > > packet-wimaxasncp.c(4151) : error C2099: initializer is not a constant This has happened before: http://www.wireshark.org/lists/wireshark-dev/200702/msg00500.html but

Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Martin Mathieson
I also note that the following line appears in epan/libwireshark.def sminmpec_values DATA On 9/6/07, Martin Mathieson <[EMAIL PROTECTED]> wrote: > I checked this in earlier today, but have the following remaining > Windows warning/error. > > packet-wimaxasncp.c(4151) : error C2099

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

2007-09-06 Thread Barry Gould
OK, I came across this: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1676 so I'm trying again with: ./configure --enable-wireshark=no --without-krb5 --without-ssl --disable-text2pcap --enable-dftest=no --enable-randpct=no --enable-ipv6=no --enable-threads=no --without-portaudio --disable-gtk

Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Martin Mathieson
I checked this in earlier today, but have the following remaining Windows warning/error. packet-wimaxasncp.c(4151) : error C2099: initializer is not a constant packet-wimaxasncp.c(4153) : warning C4047: 'initializing' : 'unsigned int ' differs in levels of indirection from 'char [1]' packet-wimaxa

Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Martin Mathieson
Sorry about the delay on this. I'm just about to pour a cup of tea and do it now. Thanks again for submitting this. Martin On 9/6/07, Stephen Croll <[EMAIL PROTECTED]> wrote: > Just checking on the submission status of the WiMAX ASN Control > Protocol dissector. Is there anything further I nee

Re: [Wireshark-dev] Problems with text2pcap on windows

2007-09-06 Thread Varuna De Silva
Hi all, I have got it wrong thanks for showing it, It works fine sorry for the trouble Xavier ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

2007-09-06 Thread Stephen Croll
Just checking on the submission status of the WiMAX ASN Control Protocol dissector. Is there anything further I need to do to have it accepted/committed? For reference, the ticket is: Bugzilla Bug 1811 New WiMAX ASN Control Protocol (WIMAXASNCP) Dissector http://bugs.wireshark.org/bugzill

Re: [Wireshark-dev] Problems with text2pcap on windows

2007-09-06 Thread Jaap Keuter
Hi, I'm missing the line 10 ?? ?? ?? ?? ?? ?? Thanx, Jaap Varuna De Silva wrote: > Hi Michael, > > Thanks for the reply, heres the text file attached > > Xavier > > > 00 5c 5e 18 85 1a e2 45 70 > 08 83 56 1

Re: [Wireshark-dev] Problems with text2pcap on windows

2007-09-06 Thread Varuna De Silva
Hi Michael, Thanks for the reply, heres the text file attached Xavier 00 5c 5e 18 85 1a e2 45 70 08 83 56 13 77 70 10 83 08 18 0a 02 03 0a 00 60 00 a3 20 90 90 03 1d 09 13 50 82 28 11 13 83 07 0a 0f 00

Re: [Wireshark-dev] Problems with text2pcap on windows

2007-09-06 Thread Michael Tuexen
Could you send your isus.txt file? Best regards Michael On Sep 6, 2007, at 9:07 AM, Varuna De Silva wrote: > Hi, > > The lowest level of my SS7 frame is MTP2 and the highest is ISUP. > > I was able to run text2pcap - l 140 to get it with a MTP2 header. > But I Still have the > problem of text2

Re: [Wireshark-dev] Problems with text2pcap on windows

2007-09-06 Thread Varuna De Silva
Hi, The lowest level of my SS7 frame is MTP2 and the highest is ISUP. I was able to run text2pcap - l 140 to get it with a MTP2 header. But I Still have the problem of text2pcap truncating my capture file size to 16 bytes starting at zero. C:\Program Files\Wireshark>text2pcap -l 140 isup.txt is