Roadmap
This is a tentative roadmap for stable releases of Wireshark 1.0 and beyond. For past releases, see Development/PastReleases.
Planning
Release
Expected Date
Notes
1.2.7
Unscheduled
Next maintenance release of the stable branch
1.0.12
Unscheduled
Next maintenance release of the old stable branch
1.3.3
Unscheduled
Next development snapshot
For release numbering, see Development/ReleaseNumbers.
Upcoming Release Status
1.2.7
Pending Tasks
- Move over the following revisions:
Rev 30249 - Bug 4049 - Add support for FT_BOOLEAN fields to wslua FieldInfo.
Rev 31032 - Bug 4437 - When decoding a Cell Identifier, curr_offset is not increased after reading rnc-id.
Rev 31738 - IANA updates and fixes for PPP types.
Rev 31786 Rev 31787 - Fix a crash which occurs if a progress bar is displayed while generating a hex bytes pane.
Items marked with
in the TODO list of Development/SNMP
1.0.12
Pending Tasks
- Move over the following revisions:
Proposed Changes
- make plugin API and ABI stable, so binary plugins will be working with more than one Wireshark version
- Version checking.
- Windows updater.
- Finish the native Windows interface and integrate it with the main trunk
- Make the capture filter syntax the same as the display filter syntax?
- Add privilege separation for dissection
- Add thread/multiprocessor support
... well, maybe all the points mentioned in the WishList!
Unsorted
Security improvements (see also: Security)
- Add privilege separation for POSIX environments (in progress)
- Add a similar mechanism for the Windows environment
- Enhance the API to make it easier to write secure code (e.g. add tvb_get_gstring())?
- Documentation of library API's (e.g. wiretap)
Discussion
Is the native Windows interface still a desirable target? - the Windows integration is pretty good in it's current form -- UlfLamping
