2010-01-13 Dirk Loss Fixed console redirection bug in sniff()
2010-01-12 Dirk Loss Fixed command line argument handling when using IPython
2010-01-06 Dirk Loss Merge with main repo
2010-01-05 Phil Added IPython support (ticket #329, patch from D. Loss)
2010-01-05 Dirk Loss Merge with main repo
2009-12-30 Phil Merge
2009-12-29 zer0 Support of VRRP.
2009-12-29 zer0 don't import thread in sctp.py
2009-12-29 zer0 remove SCTPTest() class
2009-12-29 zer0 SCTP support (RFC 4960)
2009-12-29 zer0 AM: add stop_filter as a possible sniff() argument
2009-12-29 zer0 Fix PadField class: add getfield() method
2009-12-29 zer0 add stop_filter argument to sniff()
2009-12-29 zer0 Support GRE RFC 1701
2009-12-30 Phil Update an URL into doc
2009-12-14 Phil Open 2.1.0-dev
2009-12-14 Phil Added signature for changeset 8ac76c4dfc2e
2009-12-14 Phil Added tag v2.1.0 for changeset 62d7ebd04e57
2009-12-14 Phil Release 2.1.0 v2.1.0
2009-12-14 Phil Fixed ICMP hashret() (ticket #170)
2009-12-14 Phil Removed polluting temprary variables
2009-12-14 Phil Merge
2009-12-09 Dirk Loss Added default locations for PDF/PS viewers on Windows
2009-12-09 Dirk Loss Use subprocess instead of os.system to launch PDF/PS viewer
2009-12-06 Dirk Loss Fixed more imports in arch.windows.__init__py
2009-12-06 Dirk Loss Added missing imports in arch.windows.__init__.py
2009-12-06 Dirk Loss Merge
2009-12-06 Dirk Loss Fixed PacketList NameError (ticket #323, reported by Paaskehare)
2009-11-21 Dirk Loss Catch dnet OSError exception during routing table analysis
2009-11-20 Dirk Loss Improved startup performance on Windows
2009-11-16 Dirk Loss Fixed the MAC address resolving on Windows (Issue #318)
2009-11-16 Dirk Loss Increased number of iface guesses on Windows for dnet/pcap mapping
2009-10-30 Dirk Loss Fixed run_scapy.bat to work under Python 2.6
2009-12-10 Phil Tweaked RandomEnumeration to have better statistical characteristics
2009-11-05 Phil Broke an import loop in themes module
2009-11-05 Phil Fixed bug in TracerouteResult.graph() induced by [e28139770a3a]
2009-11-05 Phil Broke an import loop between layers.inet and layers.inet6
2009-11-05 Phil Added import_tester to detect import loops
2009-11-05 Phil Broke an import loop
2009-11-05 Phil Added SuperSocket.sniff() method
2009-11-05 Phil Added opened_socked parameter to sniff()
2009-11-05 Phil Merge
2009-11-05 Phil Merge
2009-11-05 Phil Added scapy/crypto into setup.py
2009-10-22 Phil Improved RawVal to work with volatile values.
2009-10-22 Phil Added RawVal object that ca be assigned to any packet field and will inserted as-is in the packet string
2009-11-02 Arnaud Ebalard Added cert.py: X.509 Cert and Key module based on OpenSSL binary
2009-11-02 Arnaud Ebalard Make get_source_addr_from_candidate_set() decent
2009-11-02 Arnaud Ebalard in6_getscope(): Correct multicast case + ULA now considered global
2009-11-02 Arnaud Ebalard Added in6_get_common_plen()
2009-11-02 Arnaud Ebalard Have construct_source_candidate_set() return a sorted list with global addresses first
2009-11-02 Arnaud Ebalard No need to sort and then reverse. Do both simultaneously
2009-11-02 Phil Updated doc to speak about "corrupted zip" error
2009-04-20 rbu Bind Layer IPv6 for CookedLinux packets as well (ticket #314)
2009-04-02 rbu L3PacketSocket does not set correct ethertype for IPv6 when using TUN devices.
2009-10-29 Phil Modified Packet.summary() to take conf.emph in account
2009-10-29 Phil Reworked Packet.summary()
2009-10-29 Phil Had packet.show() and packet.__repr__() take conf.emph in account
2009-10-29 Phil Reworked config.Resolve() classes and created conf.emph
2009-10-29 Phil Accept list of IP in Route.route(). (fix ticket #319)