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