https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6058
Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexis.lagoutte@xxxxxxxxx
--- Comment #5 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2011-06-27 02:33:45 PDT ---
Hi,
It is not a CAPWAP-Control Traffic...
The crash come this code :
frag_msg = fragment_add_check(tvb, offset, pinfo,fragment_id,
capwap_fragment_table,
capwap_reassembled_table,
fragment_offset,
tvb_length_remaining(tvb, offset),
fragment_more);
The offset is too big and tvb_length_remaining return -1
I need a expert in reassemble to fix this issue ;)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.