Re: [Wireshark-dev] Win32 Buildbot failing with "Capture 10 packets" Failed! exit status of ../wireshark-gtk2/wireshark -k: 127

2012-03-09 Thread Guy Harris
On Mar 9, 2012, at 11:30 AM, Guy Harris wrote: > > On Mar 9, 2012, at 4:01 AM, Anders Broman wrote: > >> If I try to run /wireshark-gtk2/wireshark -k: 127 wireshark crashes in >> file_util.c in ws_load_library(gchar *library_name) >> >> library_name = 0xfffe >> >> Ideas? > > The only

Re: [Wireshark-dev] [tcpdump-workers] regarding wireless data frames

2012-03-09 Thread Guy Harris
On Mar 8, 2012, at 4:47 PM, abhinav narain wrote: > hi, > I have seen tcpdump,wireshark both just print packet contents till mac > header in monitor mode. > In case of normal wireless interfaces (wlan0), they follow a different > execution path. > Can someone tell me what should I expect in the t

Re: [Wireshark-dev] RTP Payload Type for MIDI

2012-03-09 Thread Arsen Chaloyan
Agreed. Another option would be to register the payload type if the preference is in the range of [96-127]. The same concerns the RTP events (RFC 4733, RFC 2833). From: Anders Broman To: Arsen Chaloyan ; Developer support list for Wireshark Sent: Friday, M

Re: [Wireshark-dev] RTP Payload Type for MIDI

2012-03-09 Thread Anders Broman
Arsen Chaloyan skrev 2012-03-09 19:54: Hi, Building Wireshark from the latest source, I've noticed a small issue related to the dissection of RTP packets. A generic RTP PCMU (pt=0) packet is decoded as a malformed RTP-MIDI packet. The problem is the default payload type assigned to the RTP-

Re: [Wireshark-dev] Win32 Buildbot failing with "Capture 10 packets" Failed! exit status of ../wireshark-gtk2/wireshark -k: 127

2012-03-09 Thread Guy Harris
On Mar 9, 2012, at 4:01 AM, Anders Broman wrote: > If I try to run /wireshark-gtk2/wireshark -k: 127 wireshark crashes in > file_util.c in ws_load_library(gchar *library_name) > > library_name = 0xfffe > > Ideas? The only ws_load_library calls I found are: airpcap_loader.c:

[Wireshark-dev] RTP Payload Type for MIDI

2012-03-09 Thread Arsen Chaloyan
Hi, Building Wireshark from the latest source, I've noticed a small issue related to the dissection of RTP packets. A generic RTP PCMU (pt=0) packet is decoded as a malformed RTP-MIDI packet. The problem is the default payload type assigned to the RTP-MIDI packets is set to 0, which is just an

Re: [Wireshark-dev] [tcpdump-workers] regarding wireless data frames

2012-03-09 Thread Guy Harris
On Mar 8, 2012, at 6:53 PM, abhinav narain wrote: > Since I am capturing every frame in monitor mode, I would like to see the > packet type : arp/ip ... and is it tcp/udp type. > But when I do the following, I don't get any output You *won't* get any output if the packets are encrypted, and, if

Re: [Wireshark-dev] "hundreds" of protocols?

2012-03-09 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jeff Morriss Sent: den 9 mars 2012 16:40 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] "hundreds" of protocols? Graham Bloice wrote: >> >>> --

Re: [Wireshark-dev] "hundreds" of protocols?

2012-03-09 Thread Jeff Morriss
Graham Bloice wrote: -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev- boun...@wireshark.org] On Behalf Of Jeff Morriss Sent: 09 March 2012 15:20 To: Developer support list for Wireshark Subject: [Wireshark-dev] "hundreds" of protocols? The About page

Re: [Wireshark-dev] "hundreds" of protocols?

2012-03-09 Thread Graham Bloice
> -Original Message- > From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev- > boun...@wireshark.org] On Behalf Of Jeff Morriss > Sent: 09 March 2012 15:20 > To: Developer support list for Wireshark > Subject: [Wireshark-dev] "hundreds" of protocols? > > The About page on wire

[Wireshark-dev] "hundreds" of protocols?

2012-03-09 Thread Jeff Morriss
The About page on wireshark.org says, in part: Deep inspection of hundreds of protocols, with more being added all the time epan/dissectors now has over a thousand .c files. Should the web page be changed to say, maybe, "Deep inspection of over a thousand protocols[...]"? :-) _

Re: [Wireshark-dev] [tcpdump-workers] regarding wireless data frames

2012-03-09 Thread Mike Kershaw
The ieee 802.11 headers can vary in length depending on the packets types, qos, etc. The ieee standard is available for free, that should be your best reference. -- Sent from mobile, brevity, accuracy and security disclaimers. abhinav narain wrote: hi, I have seen tcpdump,wireshark both ju

[Wireshark-dev] Win32 Buildbot failing with "Capture 10 packets" Failed! exit status of ../wireshark-gtk2/wireshark -k: 127

2012-03-09 Thread Anders Broman
Hi, If I try to run /wireshark-gtk2/wireshark -k: 127 wireshark crashes in file_util.c in ws_load_library(gchar *library_name) library_name = 0xfffe Ideas? Regards Anders ___ Sent via:Wireshark-dev mailing list