On 2/19/07, your highness <[EMAIL PROTECTED]> wrote:
> On 2/16/07, Guy Harris <[EMAIL PROTECTED]> wrote:
> >
> > On Feb 16, 2007, at 7:06 AM, your highness wrote:
> >
> > > Hi everyone,
> > >
> > > I managed to write a dissector for a new protocol (Condor) and it
> > > works most of the time ; ) ..
On 2/19/07, Guy Harris <[EMAIL PROTECTED]> wrote:
> your highness wrote:
>
> > The skeleton of my code that is relevant to this issue is as follows:
> >
> > static guint
> > get_condor_pdu_len(tvbuff_t *tvb, int offset)
>
> At least in the current version of Wireshark, a get_pdu_len routine
> takes
On 2/16/07, Guy Harris <[EMAIL PROTECTED]> wrote:
>
> On Feb 16, 2007, at 7:06 AM, your highness wrote:
>
> > Hi everyone,
> >
> > I managed to write a dissector for a new protocol (Condor) and it
> > works most of the time ; ) ... Thanks to Jaap Keuter and the README
> > files. I am starting a new
your highness wrote:
The skeleton of my code that is relevant to this issue is as follows:
static guint
get_condor_pdu_len(tvbuff_t *tvb, int offset)
At least in the current version of Wireshark, a get_pdu_len routine
takes three arguments, not two - the first argument is the pinfo
pointer.
On Feb 16, 2007, at 7:06 AM, your highness wrote:
> Hi everyone,
>
> I managed to write a dissector for a new protocol (Condor) and it
> works most of the time ; ) ... Thanks to Jaap Keuter and the README
> files. I am starting a new thread for a new problem.
>
> The problem is that I get errors
Hi everyone,
I managed to write a dissector for a new protocol (Condor) and it
works most of the time ; ) ... Thanks to Jaap Keuter and the README
files. I am starting a new thread for a new problem.
The problem is that I get errors for packets that are spread over
multiple TCP packets.
Condor