https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871
Martin Kaiser <wireshark@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wireshark@xxxxxxxxx
--- Comment #1 from Martin Kaiser <wireshark@xxxxxxxxx> 2012-10-17 06:26:18 PDT ---
clnp dissector does
offset = cnf_hdr_len;
...
next_tvb = tvb_new_subset_remaining(tvb, offset);
...
call_dissector(clnp_handle, next_tvb, pinfo, discpdu_tree);
for cnf_hdr_len, this goes into an endless loop
I'll attach a patch as I'm not too familiar with the protocol. If there's no
complaints, I'll check it in tomorrow.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.