Re: [Wireshark-dev] tshark and IEEE 802.11 Aggregated MPDU

2008-06-30 Thread Vincent Magnin
Thank you Gerald, That's what I am looking for. > Wireshark doesn't support this sort of notation for filter fields. > However, you > can disable A-MPDU reassembly via > "Edit->Preferences->Protocols->PPI->Reassemble > fragmented 802.11 A-MPDUs". This will make each MPDU show up as a separat

Re: [Wireshark-dev] [Wireshark-users] Wireshark 1.0.1 is now available

2008-06-30 Thread Steve Bertrand
Gerald Combs wrote: > I'm proud to announce the release of Wireshark 1.0.1. Congrats! > Known Problems > >Wireshark may appear offscreen on multi-monitor Windows systems. >(Bug 553) Out of curiosity, how would I go about helping to rectify this issue? I have a multi-monitor Windows sys

[Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-7.10-x86-64

2008-06-30 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-7.10-x86-64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Ubuntu-7.10-x86-64/builds/57 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubuntu-7.10-x86 Build

Re: [Wireshark-dev] Question on reported length

2008-06-30 Thread Richard Achmatowicz
OK. I think i've got it. There is an option "limit each packet to xxx bytes" in Caputure->Options which allows capturing a prefix of a packet instead of the full packet length, and these functions allow differentiating between why we may have reached the end of the tvb buffer before all packet da

[Wireshark-dev] Wireshark 1.0.1 is now available

2008-06-30 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.0.1. What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis, development, and education. What's New Bug Fixes The

Re: [Wireshark-dev] Question on reported length

2008-06-30 Thread Jeff Morriss
Richard Achmatowicz wrote: > So: > 1. When do I know to use tvb_length() versus tvb_reported_length() in > general? Who sets the reported length? Is there a simple example > of when the two lengths will need to be different? If the calling > dissector's payload may also include padding why woul

[Wireshark-dev] buildbot failure in Wireshark (release) on Windows-XP-x86

2008-06-30 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (release). Full details are available at: http://buildbot.wireshark.org/release/builders/Windows-XP-x86/builds/15 Buildbot URL: http://buildbot.wireshark.org/release/ Buildslave for this Build: windows-xp-x86 Build Reason:

Re: [Wireshark-dev] tshark and IEEE 802.11 Aggregated MPDU

2008-06-30 Thread Gerald Combs
Vincent Magnin wrote: > Hi All, > > I am a user of Wireshark 1.0 and I use the AirPcap N card for my Wifi > analysis. > > I've problems with IEEE 802.11n aggregated A-MPDU data (using fields mode): > > - How can I have access, with tshark, to a specific A-MPDU? > >> tshark -T fields -e frame.nu

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2008-06-30 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/4516 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason

Re: [Wireshark-dev] adding some features

2008-06-30 Thread Abhik Sarkar
Hi, You might find something of use here : http://www.wireshark.org/docs/wsdg_html_chunked/ChapterUserInterface.html. Most (all?) of the GUI code is in the gtk directory. For an example from the Analyze menu, check out gtk\expert_dlg.c. HTH Abhik. On Mon, Jun 30, 2008 at 5:03 PM, Embiza Tadesse

Re: [Wireshark-dev] A plugin dissector and fragmented messages

2008-06-30 Thread Jaap Keuter
Hi, Probably the best way is to start using Wireshark 1.0.0, or, if you can wait a little, the first maintenance release 1.0.1, which is due shortly. Thanx, Jaap Still Life wrote: >> Hi, >> I'm developing a plugin dissector for a protocol used by >> a telephony over IP application on top of TCP

Re: [Wireshark-dev] Dissector global variable

2008-06-30 Thread Jaap Keuter
Hi, A global variable won't work for two reasons: 1. The capture file is accessed randomly. 2. You might have multiple exchanges you need to follow. To tackle point 2 you can use conversations. Read about them in README.developer. To collect and keep track of protocol data across packets have a

[Wireshark-dev] Question on reported length

2008-06-30 Thread Richard Achmatowicz
Hello I'm writing a dissector to handle a protocol whose PDUs are such that you need to dissect the entire PDU to find its length. I've got a version working for the case of transport= UDP and i'm trying to get a version working for transport=TCP. I've read section 2.7 of README.developer which di

Re: [Wireshark-dev] problem in compiling

2008-06-30 Thread Jeff Morriss
nima wrote: > Hi every body > I had compiled and installed the ethereal 9.x.x without any problem, but > while installing Wireshark 1.0.0 the error below arises : > /* gcc -DINET6 "-D_U_=__attribute__((unused))" -g -O2 -Wall -W > -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith >

Re: [Wireshark-dev] A plugin dissector and fragmented messages

2008-06-30 Thread Still Life
> Hi, > I'm developing a plugin dissector for a protocol used by > a telephony over IP application on top of TCP protocol. > Wireshark version is 0.99.5. > Packets have this format: Following this bug: marked as a duplicate of bug 2103:

Re: [Wireshark-dev] Dissector global variable

2008-06-30 Thread Jeff Morriss
Hans Glück wrote: > Hello, > > I´m writing a dissector and I want to implement "error recovery mode"/"flow > control", therefor I need two gloabl variables where I can store some values > (-> "next_expected_frame_to_be_recieved" and > "next_expected_frame_to_be_send"). > I declared them at

[Wireshark-dev] enhancement request

2008-06-30 Thread Jaap Bril
LS, I got the following 'errors' out of your (excelent) system: Dissector for OID 1.3.6.1.5.5.7.48.1.2 1.3.36.8.3.12 1.3.36.8.3.13 not implemented Contact Developers -- Jaap Bril http://www.linkedin.com/in/jaapbril"; > http://www.linkedin.com/img/webpromo/btn_viewmy_120x33.gif"; width="120"

[Wireshark-dev] A plugin dissector and fragmented messages

2008-06-30 Thread Still Life
Hi, my name is Fabio and I'm from Genova, Italy. I'm developing a plugin dissector for a protocol used by a telephony over IP application on top of TCP protocol. Packets have this format: fmessage == one pdu (lenght=messagelenght+18) |<--

[Wireshark-dev] A plugin dissector and fragmented messages

2008-06-30 Thread Still Life
Hi, I'm developing a plugin dissector for a protocol used by a telephony over IP application on top of TCP protocol. Wireshark version is 0.99.5. Packets have this format: fmessage == one pdu (length=messagelength+18) |<-->|

[Wireshark-dev] tshark and IEEE 802.11 Aggregated MPDU

2008-06-30 Thread Vincent Magnin
Hi All, I am a user of Wireshark 1.0 and I use the AirPcap N card for my Wifi analysis. I've problems with IEEE 802.11n aggregated A-MPDU data (using fields mode): - How can I have access, with tshark, to a specific A-MPDU? tshark -T fields -e frame.number -e wlan.sa -e wlan.da -e wlan.fc

[Wireshark-dev] adding some features

2008-06-30 Thread Embiza Tadesse
Hi all   I built wireshark from source on my win xp and am trying to add a menu item called 'Radius Filter' on the 'Analyze' menu. I saw the 'gtk\main_menu.c' file and added on the menu_items item factory entry  the below code:   {"/Analyze/radius Filter...",NULL, GTK_MENU_FUNC(radius_cb),0,NULL