diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-07-08 04:23:28 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-07-08 04:23:28 +0000 |
commit | 53d2a96094c69fbe8cc7bb9e0f9ff3be2a68a522 (patch) | |
tree | b1d812d2db0d3c9d97ce25a48db15b8da2a79a52 /NEWS | |
parent | e578a22f4c25d628b4c134ddc4f70349aab3925b (diff) | |
download | wireshark-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |