[Wireshark-dev] MPEG 2 TS Statistics Menu

2009-02-19 Thread Shaan Ahmed
Hi I m trying to make a wireshark statistics menu like that of the 'WLAN Traffic' under the statistics menu. My code has been compiling but I am unable to see the menu appear once complied. I am running it on Ubuntu. This is the code, the main packet tapping code is not important right now.

Re: [Wireshark-dev] MPEG 2 TS Statistics Menu

2009-02-19 Thread Shaan Ahmed
the last function is supposed to read: void register_tap_listener_mp2tstat(void) { register_stat_menu_item(MPEG2 TS, REGISTER_STAT_GROUP_NONE, gtk_mp2t_cb , NULL, NULL, NULL); } Sorry. From: frahme...@hotmail.com To: wireshark-dev@wireshark.org Date: Thu, 19 Feb 2009 09:26:27 +

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

2009-02-19 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/5652 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build

Re: [Wireshark-dev] SCCP Calling party Decoding

2009-02-19 Thread Michael Lum
Works fine for me. ;) With the following settings: MTP3 preference set to * ANSI * not ITU. I think the point code is 3 octets in your case. -- Michael Lum Principal Software Engineer 4600 Jacombs Road +1.604.276.0055 Richmond, B.C. Canada V6V 3B1 Star

[Wireshark-dev] Dissector Generator

2009-02-19 Thread Behdad Forghani
Hello, I am thinking of developing a notation along with code generator and Eclipse integration to specify protocol PDUs and then generate Wireshark dissectors automatically, thus reducing the time to hand code dissectors and errors. Before, I do that, I wanted to make sure that I am not

Re: [Wireshark-dev] Dissector Generator

2009-02-19 Thread Gerald Combs
Behdad Forghani wrote: I am thinking of developing a notation along with code generator and Eclipse integration to specify protocol PDUs and then generate Wireshark dissectors automatically, thus reducing the time to hand code dissectors and errors. Before, I do that, I wanted to make sure

Re: [Wireshark-dev] Dissector Generator

2009-02-19 Thread Guy Harris
On Feb 19, 2009, at 2:41 PM, Gerald Combs wrote: Behdad Forghani wrote: I am thinking of developing a notation along with code generator and Eclipse integration to specify protocol PDUs and then generate Wireshark dissectors automatically, thus reducing the time to hand code dissectors

[Wireshark-dev] SMB Parsers

2009-02-19 Thread big dev
Hi Folks I am trying to understand the notion of parsing a SMB packet under wireshark, espcially the flags2 field in the smb header. This is a 16bit value where we have 14 flags with 2 reserved bits but wireshark interprets only 10. not sure if we aggregate the fields. For example if I look at

Re: [Wireshark-dev] Dissector Generator

2009-02-19 Thread Justin Guan
Check out the TSN.1 Compiler: http://www.protomatics.com/wireshark_dissector.html TSN.1 is a generic binary protocol notation designed specifically for messages that can't be described by ASN.1 Justin Guan --- On Thu, 2/19/09, Behdad Forghani behdad.forgh...@samsarasol.com wrote: From:

Re: [Wireshark-dev] Dissector Generator

2009-02-19 Thread Behdad Forghani
Thank you for your quick responses. I see that TSN.1 and wsgd do what I had planned to do. Especially, wsgd is available in source code. One less thing to do :). On another note, there is a problem with ASN.1, which is since it is only a notation, no operation is possible. If you look at 3GPP TS

Re: [Wireshark-dev] Help - Peculiar behavior with DLLs

2009-02-19 Thread Jaap Keuter
Hi, I never said they couldn't be loaded, I said: there is a guarantee that it will fail unpredictably sometime. These failures can be subtle, like incorrect decoding, missing information, wrong column information. Stuff like this has happened and causes great confusion, because it isn't