Wireshark mailing list archives
Re: Problem in building Plugin
From: Chris Maynard <Chris.Maynard () gtech com>
Date: Wed, 21 Sep 2011 19:16:27 +0000 (UTC)
Rajesh P S <rajeshnie.ec@...> writes:
Refer Example 9.17. Reassembling fragments - Data . I am using the same code.
Also I have compiled this code so many times before[about an year ago with
wireshark 1.2.6]. But that time it worked fine. On this occasion it is giving me
this error.
Yes, you're right. I hadn't actually looked at reassemble.h and assumed it was
meant to be a comment.
Did you happen to modify reassemble.h, possibly deleting one of the int *
members of fragment_items? Can you verify that your epan/reassemble.h file
contains a fragment_items typedef that looks like the following?
typedef struct _fragment_items {
gint *ett_fragment;
gint *ett_fragments;
int *hf_fragments;
int *hf_fragment;
int *hf_fragment_overlap;
int *hf_fragment_overlap_conflict;
int *hf_fragment_multiple_tails;
int *hf_fragment_too_long_fragment;
int *hf_fragment_error;
int *hf_fragment_count;
int *hf_reassembled_in;
int *hf_reassembled_length;
const char *tag;
} fragment_items;
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Problem in building Plugin Rajesh P S (Sep 21)
- Re: Problem in building Plugin Chris Maynard (Sep 21)
- Re: Problem in building Plugin Rajesh P S (Sep 21)
- Re: Problem in building Plugin Chris Maynard (Sep 21)
- Re: Problem in building Plugin Chris Maynard (Sep 21)
- Re: Problem in building Plugin Rajesh P S (Sep 21)
- Re: Problem in building Plugin Helge Kruse (Sep 22)
- Re: Problem in building Plugin Rajesh P S (Sep 22)
- Re: Problem in building Plugin Bill Meier (Sep 22)
- Re: Problem in building Plugin Helge Kruse (Sep 22)
- Re: Problem in building Plugin Rajesh P S (Sep 21)
- Re: Problem in building Plugin Chris Maynard (Sep 21)
