diff options
author | Gerald Combs <gerald@wireshark.org> | 2002-03-03 23:59:29 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2002-03-03 23:59:29 +0000 |
commit | 7fef8be5ec6c35a80292f0d614f23dcb839a8397 (patch) | |
tree | bb55181cbd61c5540935bf8f9e68ff29c84307d6 /NEWS | |
parent | 35b69841836f8082634aa4b1acf3b59196c35432 (diff) | |
download | wireshark-7fef8be5ec6c35a80292f0d614f23dcb839a8397.tar.gz wireshark-7fef8be5ec6c35a80292f0d614f23dcb839a8397.tar.bz2 wireshark-7fef8be5ec6c35a80292f0d614f23dcb839a8397.zip |
Bump the version to 0.9.2. Update NEWS to include everything from February.
svn path=/trunk/; revision=4856
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 155 |
1 files changed, 155 insertions, 0 deletions
@@ -1,3 +1,158 @@ +Overview of changes in Ethereal 0.9.2: +* Properly display tabs characters in SDB dissector. (Guy) +* Add more rx decodes to the AFS dissector. (Nathan) +* Add flag for slow start / jumbo datagram support to RX. (Nathan) +* Fix rx string parsing issues in AFS dissector. (Nathan) +* Flag update and vldb fixes for AFS. (Nathan) +* Fix variable declaration in packet-afs-macros.h (Nathan) +* Better NDMP bounds error handling. (Guy) +* Fix typo in packet-tcp.c. (Guy) +* TCP reassembly improvements. (Ricardo Barroetaveña) +* packet-raw.c: Parse IP version number, better packet type handling. + (Guy) +* pflog improvements: Improved field display, signed value fix, protocol + name fix. (Guy) +* Fix configure to check for pod2man. (Gilbert) +* Add idle RX ack value. (Nathan) +* Fix _value_string struct declarations in epan/proto.h. (Guy) +* Fix "log" namespace collision problems. (Guy) +* SAMR fixes. (Ronnie) +* Better zlib version checking. (Guy) +* Get rid of "old_dissector_t" typedef. (Guy) +* Better EAP code and type value display. (Guy) +* NFS variable renaming to fix AIX compile errors. (Guy) +* Additional SSL cipher suite names. (Nathan, Scott Renfro) +* Add HiPath HDLC support. (Tomas Kukosa) +* Complete SAMR decoding. (Ronnie) +* Improved snapshot length handling, better capture dialog + defaults and layout. (Guy, Ulf Lamping) +* Fix AFS macros, add more vldb dissection. (Nathan) +* Add ISIS restart TLV support. (Hannes Gredler) +* More AFS cleanup. (Guy) +* Display SAMR "Account Control" field in hex. (Ronnie) +* SMB mailslot header fix. (Ronnie) +* ARP address display and handling fixes. (Guy) +* AARP address display and handling fixes. (Guy) +* Fix DCE RPC UDP reply handling and SamrLookupDomain handling. + (Todd Sabin) +* DCE RPC LookupRids and protocol tree display fixes. (Ronnie) +* Catch bounds errors when dissecting a frame. (Gilbert) +* Fixes and enhancements for dissect_ndr_pointer() in the DCE RPC + dissector. (Ronnie) +* Display DCE RPC fragment length and ordinal number in decimal. (Guy) +* Add support for Q.931 over TPKT, other updates. (Guy) +* Move more data structures from packet-iscsi.c to packet-scsi.c. (Guy) +* Add "execute CDB" support to NDMP dissector, clean up whitespace. (Guy) +* Improved SCSI/NDMP conversation support. (Guy) +* Handle infinite filetimes in SMB. (Ronnie) +* Display DCE RPC opnum in reply packets. (Ronnie) +* DCE RPC SAMR alignment and display updates. (Ronnie) +* Add GMPLS extensions for OSPF Opaque LSAs. (Ashok) +* Fix long value printing in OSPF. (Guy) +* Fix BGP Update Extended Communities attribute display. (Laurent Rabret) +* SMB display and SID version number improvements. (Tim Potter) +* Add additional SAMR Account-Control bit handling. (Ronnie) +* Fix "Protocol Preferences" pop-up menu bug. (Gilbert) +* Better UCP data display. (Gilbert) +* Add ncp2222 support to randpkt. (Gilbert) +* Removed unused ftype declarations. (Gilbert) +* Fix byte/string handling buglet in UCP. (Guy) +* Fix AiroPeek file reader bug. (Guy) +* AiroPeek header padding and data rate fixes. (Guy) +* Remove trailing spaces in hex dump output. (Joerg Mayer) +* Add support for SNA over Ethernet. (Guy) +* Packet length passing updates in several dissectors. (Guy) +* Improved data source naming structure. (Guy) +* Field information allocation length fix. (Guy) +* Add RPC-over-TCP fragment reassembly support to RPC and NDMP, including + bounds error handling. Desegmentation memory handling improvements. + (Guy) +* Place reassembled TCP data in the TCP tree. (Guy) +* Fix addr_tvb_new_real_data declaration in plugin_table.h. (Guy) +* Add return value type to rpc_defrag.h's rec_dissector_t. (Guy) +* Translate enterprise OIDs in SNMP traps to strings. (Andrew Hood) +* Fix small bug in translation of IXCD in OSPF GMPLS LSA. (Ashok) +* Export "conversation_set_dissector()" in the plugin API table. (Guy) +* Fix yp.x argument and ALL call handling in YPServ dissector. (Guy) +* SMB request/response tracking improvements. (Ronnie) +* Bogus ASN.1 string length checking. (Guy) +* Add pkt-from-core.py utility. (Gilbert) +* Export the SMB NT security dissector so that other dissectors can call + it. (Tim Potter) +* Improved 802.11 tagged parameter handling. (Guy) +* SMB val_to_str fix. (Guy) +* SMB quota support. (Ronnie) +* Add COPS TCP port preference setting. (Ed) +* Degunkify AiroPeek packet trailers. (Guy) +* Handle 802.11 "no data" frames. (Guy) +* Add Openwave WSP headers, field names, and content types along with + new language values to WSP dissector. (Dermot Bradley) +* DNS-over-TCP desegmentation improvements. (Guy) +* Properly set the length of the top-level item in packet-lapd.c. (Guy) +* Better TPKT desegmentation. (Guy) +* Add additional EAP type values, EAP dissector fixes. (Adam Sulmicki, Guy) +* Add additional AVPs to RADIUS, fix RD_TP_CONNECT_INFO display. (Adam) +* COPS-PR extension support, COPS desegmentation support. + (Kari Tiirikainen, Guy) +* Better bounds error exception handling in DNS, COPS and TPKT. (Guy) +* Snapshot length preference improvements. (Guy) +* Fixed up value_string for SMBE_unknownlevel error in SMB. (Tim) +* Dissect EAP messages inside RADIUS. (Adam) +* Various EAP and EAPOL code improvements. (Guy) +* COPS, DNS, and TPKT "volatile" declaration fix. (Guy) +* Dissect EAPOL Key messages payloads, message type display improvments, + code comments. (Guy) +* Put missing initializations of table entries in "plugins.c". + (John Mackenzie) +* Remve offset argument from "is_tpkt()". (Guy) +* TPKT stream reassembly improvements. (Guy) +* Proper "getopt()" handling in editcpap, mergecap, randpkt, tethereal, + and ethereal. (Peter Valchev, Guy) +* TCP desegmentation memory management improvements. (Guy) +* Capture file size, duration, and count code updates. (Guy) +* Fix "get_positive_int()" in tethereal.c. (Guy) +* Run-time protocol dissector initialization updates. (Guy) +* EAP header and protocol dissection updates. (Guy) +* Put all the capture options into a structure, including ringbuffer + options. (Guy) +* Fix a RADIUS typo. (Adam) +* ICQ variable initialization and other code fixes. (Guy) +* Fix an an off-by-2 problem in RADIUS. (Adam) +* Fix RADIUS/EAP column information printing. (Guy) +* More RADIUS/EAP display improvements, add SSL data support to + EAP dissector. (Guy, Adam) +* M3UA editorial fixes. (Michael) +* EAP/SSL display fixes. (Guy, Adam) +* More RADIUS/EAP improvements. (Guy) +* Support for another M3UA message type. (Michael) +* Add support for old- and new-style dissectors. Make EAP a new-style + dissector. (Guy) +* Improved DCE RPC SAMR alias and group name display. (Ronnie) +* Fix pluralization in DCE RPC SAMR dissector. (Guy) +* Use the SNMP library to print the names of COPS PIB OIDs. (Kari) +* Fix "create_dissector_handle()" to properly create a handle for an + old-style dissector. (Guy) +* Register GIOP dissector as a UDP heuristic dissector. (John) +* Display a different message in the COL_INFO field for SMB anonymous + session setup packets. (Tim) +* Properly label the source of reassembled CLNP, IPv4, IPv6, and WTP data + along with uncompressed WCP data. (Guy) +* Remove unused variables and declarations of non-existent functions, + other code cleanup. (Joerg, Guy) +* Use "-D_U_" to mark unused arguments, RCS ID additions. (Joerg, Guy) +* Support for IEEE 802.1w RST BPDUs. (Alex Ruzin) +* Remove unused variables, structure definitions, and functions from + epan/proto.c and epan/dfilter/semcheck.c. (Joerg) +* Fix the declaration of "addr_call_dissector" to match the function + signature of "call_dissector()" in plugins/plugin_table.h. (Guy) +* Declare osinl_subdissector_table as 'extern' in packet-osi.h. (Gilbert) +* "Follow TCP Stream" code improvements. (Gilbert) +* Handle NBSS messages where the NBSS header is split across TCP segment + boundaries. (Guy) +* README.developer subtree text updating updates. (Guy) +* Add better ASN.1 error reporting to LDAP and SNMP dissectors. (Guy) +* Don't link with the SNMP library by default. (Gerald) + Overview of changes in Ethereal 0.9.1: * Initial DLSw support. (Paul Ionescu, Guy) * IS-IS system ID and IS type value fixes. (Hannes Gredler) |