Wireshark mailing list archives
Question regarding the reassembled_key
From: "Liu Chunfang-CCL083" <ChunfangLiu () motorola com>
Date: Fri, 7 May 2010 16:27:41 -0400
All,
I have a special reassemble case. In my case, all the fragments need to
be reassembled are in the same frame. Currently the reassembled_key in
the reassemble.c file is defined as:
typedef struct _reassembled_key {
guint32 id;
guint32 frame;
} reassembled_key;
So from the first to the last fragment can get the reassembled message
and be decoded several times. See an example in following GUI. Anyone
has any idea how can I fix this?
Thanks,
Chunfang
___________________________________________________________________________ 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:
- Question regarding the reassembled_key Liu Chunfang-CCL083 (May 08)
- Re: Question regarding the reassembled_key Mike Morrin (May 09)
- <Possible follow-ups>
- Re: Question regarding the reassembled_key Liu Chunfang-CCL083 (May 22)
- Re: Question regarding the reassembled_key Stephen Fisher (May 22)

