| 7 months | Dirk Loss | Compensate for changes in 'netstat -rn' output on Vista |
| 16 months | Dirk Loss | Added missing parentheses in exception clauses |
| 16 months | Dirk Loss | Changed warnings for dnet/pcap interface matching problems. |
| 18 months | Dirk Loss | Fixed Ether_Dot3_dispatcher to handle pypcap buffers (ticket #131) |
| 23 months | Dirk Loss | Windows registry access errors now go to log_loading.debug (ticket #101) |
| 24 months | Dirk Loss | Reverted defrag() and defragment() to use warning() again |
| 24 months | Dirk Loss | Made warning() support ANSI colors on Windows |
| 2 years | Joseph Karpenko | modified defrag/defragment functions to use [print >> console,] |
| 2 years | Dirk Loss | Made hexedit() wait for result of hexeditor subprocess |
| 2 years | Dirk Loss | Merge with Unix version |
| 2 years | Phil | Added PPP HDLC framing detection |
| 2 years | Phil | Added some layer bonds for PPP |
| 2 years | Phil | * * * |
| 2 years | Phil | Added x509 certificates support |
| 2 years | Phil | Added ZuluTime volatile value (ex: 080301224920Z) |
| 2 years | Phil | Added ASN1F_field.is_empty() method |
| 2 years | Phil | Other ASN1 tweaks |
| 2 years | Phil | Added ASN1 printable, UTC time, bit strings, and some tweaks. |
| 2 years | Dirk Loss | Merge with Unix version |
| 2 years | Phil | Fixed extra-referencing in __builtins__ that prevented GC and destructors calls |
| 2 years | Phil | Improved PcapWriter |
| 2 years | Phil | Added L2TP header |
| 2 years | Phil | Improved PPP IPCP option decoding |
| 2 years | Phil | Added PPP IPCP support |
| 2 years | Phil | Added PPP protocol field text description |
| 2 years | Phil | Fixed load_extension() error management |
| 2 years | Phil | Added PPP linktype management |
| 2 years | Dirk Loss | Better exception handling when accessing Windows registry |
| 2 years | Dirk Loss | Merge with Unix version |
| 2 years | Phil | Made setattr/delattr on fields consistent with getattr, i.e. work on payloads |
| 2 years | Phil | Added IEEEFloatField and IEEEDoubleField |
| 2 years | Phil | Explicitely close super-sockets in srp() and sniff() |
| 2 years | Phil | Do not display conditional fields that are not present in show() and repr() |
| 2 years | Phil | Handle None value in ICMPTimeStampField.i2repr() |
| 2 years | Phil | Fixed color theme use in __sr_loop() (D. Loss, ticket #71) |
| 2 years | Phil | Fixed missing interface binding in L3PacketSocket |
| 2 years | Phil | Updated obsolete pcap exception (pcap.pcapc.EXCEPTION -> Exception) (G. Valadon, ticket #87) |
| 2 years | Phil | Added verbose parameter (from D. Loss, ticket #73) |
| 2 years | Dirk Loss | Fixed bug in querying Windows registry for IPAdresses (ticket #83) |
| 2 years | Dirk Loss | Fixed the sorting of interface names when showing network config |
| 2 years | Dirk Loss | Changed the order of querying the Windows registry for IP addresses |
| 2 years | Dirk Loss | Fix show_interfaces() for ifaces without IP address (ticket #80) |
| 2 years | Dirk Loss | Fixed iface handling in L3dnetSocket(ticket #79, patch from Michael Overcash) |
| 2 years | Dirk Loss | Added 'show_interfaces()' command to lsc() output |
| 2 years | Dirk Loss | Merge with Unix version |
| 2 years | Phil | Fixed traceroute filters (ticket #69, patch from P. Lalet) |
| 2 years | Phil | Adapted ICMP fields for other ICMP timestamps (inspired from patch from ticket #49) |
| 2 years | Phil | Inline doc fix |
| 2 years | Phil | Added code already run into StopAutorun exception |
| 2 years | Dirk Loss | Merge with Unix version |
| 2 years | Phil | Moved a part of the Packet.__iter__() inner loop into new Packet.clone_with() method |
| 2 years | Phil | Added StopAutorun exception and code managing it |
| 2 years | Phil | Catch SystemExit exception in autorun commands |
| 2 years | Phil | imported patch load_extension_tweaks |
| 2 years | Phil | Removed forgotted print |
| 2 years | Phil | Improved dhcpd() |
| 2 years | Phil | Changed PacketList statistics ordering (ticket #58) |
| 2 years | Phil | Add RandDHCPOptions (part of ticket #41) |
| 2 years | Phil | Made DHCPOptionsField robust to garbage |
| 2 years | Phil | Added arguments check to RandChoice |