[Wireshark-dev] While capturing, recvfrom: Bad address

2008-08-22 Thread JoSH Lehan
I'm running Wireshark 1.0.2, on 32-bit Fedora 8. While capturing, this message occasionally appears in a pop-up window, stopping the capture: Error while receiving packets: recvfrom: Bad address When this happens, the capture is forcefully stopped, but Wireshark remains running. It does not c

Re: [Wireshark-dev] Wireshark Rx Interface Decoding

2008-08-22 Thread Luis EG Ontanon
open a bug (https://bugs.wireshark.org), mark it as enhancement, attach rxpolicy.xml to it and add a copy of the line you added to dictionary.xml to the comment when you open it. On Fri, Aug 22, 2008 at 10:32 PM, Bastiani, David <[EMAIL PROTECTED]> wrote: > I have created an XML file for Rx inte

Re: [Wireshark-dev] Wireshark Rx Interface Decoding

2008-08-22 Thread Martin Corraine (mcorrain)
Go to https://bugs.wireshark.org/bugzilla/. The wiki explains how to add a dissector but I'm not sure about an xml. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bastiani, David Sent: Friday, August 22, 2008 4:32 PM To: wireshark-dev@wireshark.org Subj

[Wireshark-dev] Wireshark Rx Interface Decoding

2008-08-22 Thread Bastiani, David
I have created an XML file for Rx interface decodes as specified in the 3GPP TS 29.214 V7.5.0 (2008-05) specification. To accomplish this I: 1. Created a file rxpolicy.xml and placed it in C:\Program Files\Wireshark\diameter 2. Modified my C:\Program Files\Wireshark\diameter\dictionary.xml file

Re: [Wireshark-dev] 12 byte number

2008-08-22 Thread Guy Harris
On Aug 22, 2008, at 6:26 AM, Martin Corraine (mcorrain) wrote: > The spec describes the value as a 96-bit identifier that can range > from > 0 to 2^96 - 1. It serves as an id to track messages. So I think it's > just a very large unsigned number. When you say opaque value, what do > you mean by

Re: [Wireshark-dev] 12 byte number

2008-08-22 Thread Martin Corraine (mcorrain)
The spec describes the value as a 96-bit identifier that can range from 0 to 2^96 - 1. It serves as an id to track messages. So I think it's just a very large unsigned number. When you say opaque value, what do you mean by that? Thanks, martin -Original Message- From: [EMAIL PROTECTED] [