Changelog for
tcpdump-debugsource-3.9.8-1.2.x86_64.rpm :
Tue Jan 8 13:00:00 2008 prusnakAATTsuse.cz
- updated to 3.9.8
* Rework ARP printer
* Rework OSPFv3 printer
* Add support for Frame-Relay ARP
* Decode DHCP Option 121 (RFC 3442 Classless Static Route)
* Decode DHCP Option 249 (MS Classless Static Route) the same as Option 121
* TLV: Add support for Juniper .pcap extensions
* Print EGP header in new-world-order style
* Converted print-isakmp.c to NETDISSECT
* Moved AF specific stuff into af.h
* Test subsystem now table driven, and saves outputs and diffs to one place
* Require
for pf definitions - allows reading of pflog formatted
libpcap files on an OS other than where the file was generated
Thu Jul 26 14:00:00 2007 prusnakAATTsuse.cz
- updated to 3.9.7
* NFS: Print unsigned values as such
* RX: parse safely
* BGP: fixes for IPv6-less builds
* 801.1ag: use standard codepoint
* use /dev/bpf on systems with such a device
* 802.11: print QoS data, avoid dissect of no-data frame, ignore padding
* smb: make sure that we haven\'t gone past the end of the captured data
* smb: squelch an uninitialized complaint from coverity
* NFS: from NetBSD; don\'t interpret the reply as a possible NFS reply if it got MSG_DENIED
* BGP: don\'t print TLV values that didn\'t fit, from www.digit-labs.org
* revised INSTALL.txt about libpcap dependancy
- dropped obsolete patch:
* bgp-overflow.diff (fixed in update)
* 802_11-overflow.diff (included in update)
- changed libpcap to libpcap-devel in BuildRequires
Thu Jul 12 14:00:00 2007 prusnakAATTsuse.cz
- update to 3.9.6
* added support for:
- OIF RSVP Extensions UNI 1.0 Rev. 2 and additional RSVP objects
- Message-id NACK c-type
- 802.3ah loopback ctrl msg
- Multiple-STP as per 802.1s
- rapid-SPT as per 802.1w
- CFM Link-trace msg, Link-trace-Reply msg,
- unidirectional link detection
- the olsr protocol as per RFC 3626 plus the LQ extensions from olsr.org
- variable-length checksum in DCCP, as per section 9 of RFC 4340
- per-VLAN spanning tree and per-VLAN rapid spanning tree
- Multiple-STP as per 802.1s
- the cisco propriatry \'dynamic trunking protocol\'
- the cisco proprietary VTP protocol
- additional values in pflog
* changes to both TCP and IP Printer Output
* fixed a potential buffer overflow in the 802.11 printer
* print basic info about a few more Cisco LAN protocols
* mDNS cleanup
* ICMP MPLS rework of the extension code
* use the correct codepoint for the OSPF simple text auth token entry
* use safeputs to print the password
* update dhcp6 options table as per IETF standardization activities
- fixed overflow in bgp (bgp-overflow.patch) [#291356]
Fri Mar 2 13:00:00 2007 prusnakAATTsuse.cz
- fixed one byte overflow (802_11-overflow.diff) [#250163]
Wed Jan 3 13:00:00 2007 prusnakAATTsuse.cz
- update to 3.9.5
* Fixes for 64bit compiling
* Updated list of DNS RR typecodes
* Add basic support for keyed authentication TCP option
* Fix printing for 4.4BSD/NetBSD NFS Filehandles
* Add support for:
- Frame-Relay ARP
- parsing Juniper .pcap files
- FRF.16 Multilink Frame-Relay (DLT_MFR)
- PIMv2 checksum verification
- further dissection of the IPCP Compression Option
- Cisco\'s proposed VQP protocol
- Cisco style NLPID encapsulation
- PPP over Frame-Relay
- Address-Withdraw and Label-Withdraw Msgs
- BFD Discriminator TLV
- BGP signaled VPLS
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Thu Jan 12 13:00:00 2006 mjancarAATTsuse.cz
- compile with -fstack-protector
Mon Jan 9 13:00:00 2006 mjancarAATTsuse.cz
- update to 3.9.4
- drop obsolete patches
* tcpdump-3.9.4-overflow.diff
Thu Sep 1 14:00:00 2005 mjancarAATTsuse.cz
- enable support for TSO packets (#114159)
Fri Aug 5 14:00:00 2005 cthielAATTsuse.de
- fixed buffer overflow in addrtoname.c:499