diff options
author | Gerald Combs <gerald@wireshark.org> | 2006-04-12 20:52:09 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2006-04-12 20:52:09 +0000 |
commit | dc4488c3d4412342e491a2eb81199ee5684a7109 (patch) | |
tree | 5ab6763ec13cafb2cd28bf61be5788826d4280c6 /docbook | |
parent | acebebcd61cd34deb57312092db293c8192260e5 (diff) | |
download | wireshark-dc4488c3d4412342e491a2eb81199ee5684a7109.tar.gz wireshark-dc4488c3d4412342e491a2eb81199ee5684a7109.tar.bz2 wireshark-dc4488c3d4412342e491a2eb81199ee5684a7109.zip |
Add a few entries to the "Known Bugs" section.
svn path=/trunk/; revision=17848
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/release-notes.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml index 3e7fa876ca..b37a70c057 100644 --- a/docbook/release-notes.xml +++ b/docbook/release-notes.xml @@ -309,6 +309,7 @@ Ethereal Info <!-- CID 145: Post-0.10.14 --> <!-- CID 146: See CID 42 --> <!-- CID 147 - 148: Post-0.10.14 --> + <!-- CID 149: DEADCODE --> </itemizedlist> </para> @@ -473,6 +474,30 @@ Ethereal Info file dialogs under Windows. </para> + <para> + Trying to save flow data may crash Ethereal. + (<ulink url="http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=396">Bug + #396</ulink>) + </para> + + <para> + It may not be possible to re-order coloring rules under Windows. + (<ulink url="http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=699">Bug + #699</ulink>) + </para> + + <para> + Multiple tap interfaces may cause a crash under FreeBSD. + (<ulink url="http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=57">Bug + #757</ulink>) + </para> + + <para> + Ethereal may crash while viewing TCP streams. + (<ulink url="http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=852">Bug + #852</ulink>) + </para> + </section> <section id="GettingHelp"><title>Getting Help</title> |