https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6317
Chris Maynard <christopher.maynard@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #6 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2011-10-12 11:40:20 PDT ---
Coverity reports in CID 1307 an UNREACHABLE bug at line 2877, which is at the
end of dissect_extensiveroutingmodeoption():
Event unreachable: This code cannot be reached: "return local_offset;".
2877 return local_offset;
By the way, tools/checkfiltername.pl (provided by Michael Mann) reported the
following display filter naming errors, which I've corrected in r39393 (along
with a couple of overflow errors that Coverity found and reported in CID's 1305
& 1306):
epan/dissectors/packet-reload.c (3 (of 274) fields)
5358 reload.reload.redirserviceprovider.data.namespace duplicates PROTOABBREV
of reload
5363 reload.reload.redirserviceprovider.data.level duplicates PROTOABBREV of
reload
5368 reload.reload.redirserviceprovider.data.node duplicates PROTOABBREV of
reload
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.