aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-07-08 04:23:28 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-07-08 04:23:28 +0000
commit53d2a96094c69fbe8cc7bb9e0f9ff3be2a68a522 (patch)
treeb1d812d2db0d3c9d97ce25a48db15b8da2a79a52 /NEWS
parente578a22f4c25d628b4c134ddc4f70349aab3925b (diff)
downloadwireshark-53d2a96094c69fbe8cc7bb9e0f9ff3be2a68a522.tar.gz
wireshark-53d2a96094c69fbe8cc7bb9e0f9ff3be2a68a522.tar.bz2
wireshark-53d2a96094c69fbe8cc7bb9e0f9ff3be2a68a522.zip
Added Johan's RADIUS dissector, finally. I modified it to fit in with the
new proto_tree routines. I also removed the check for lex and yacc from wiretap's configure script. The IP dissector now uses proto_register_field_array(). svn path=/trunk/; revision=348
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7fab8ae40f..64c867648a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in Ethereal 0.7.0:
+* Addition of RTSP and SDP dissectors (Jason)
+* New proto_tree and display filter system (Gilbert)
+
Overview of changes in Ethereal 0.6.3:
* Capture dialogue window data bug-fix (Guy)
* PPPoE (PPP over Ethernet) added (Jeff Jahr)