1. 8d048ba Open 2.1.1-dev by Phil · 14 years ago
  2. 15a7799 Added signature for changeset 9bea293f85d7 by Phil · 14 years ago
  3. 36c17fe Added tag v2.1.1 for changeset 94ae39b9a927 by Phil · 14 years ago
  4. 5137444 Release 2.1.1 by Phil · 14 years ago
  5. 7491f1c Merge by Phil · 15 years ago
  6. d36076b Updated Windows install doc to refer to PyCrypto 2.1 by Dirk Loss · 15 years ago
  7. 6d45623 Converted tabs to spaces in crypto/cert.py by Dirk Loss · 15 years ago
  8. f6af90d Fixed L3RawSocket a bit to use conf.l?types (fixes ticket #193) by Phil · 15 years ago
  9. bf41d9a Have Packet.show() indent field values represented on several lines by Phil · 15 years ago
  10. 922b21f merge by Phil · 15 years ago
  11. adb9b6a Fix to import X.509v1 Certificates (time fields) by Arnaud Ebalard · 15 years ago
  12. 650a2e7 Fixed TCP_client automaton to accept DNS names by Phil · 15 years ago
  13. 85ea42b Fixed StreamSocket that missed [e28139770a3a] API change by Phil · 15 years ago
  14. 9968a91 Fixed console redirection bug in sniff() by Dirk Loss · 15 years ago
  15. 540caf9 Fixed command line argument handling when using IPython by Dirk Loss · 15 years ago
  16. 0c1b681 Moved conf.color_theme initialization to be able to overload it from scapy_startup file by Phil · 15 years ago
  17. af80bbf Merge with main repo by Dirk Loss · 15 years ago
  18. f2647ee Merge with main repo by Dirk Loss · 15 years ago
  19. adb8436 Added IPython support (ticket #329, patch from D. Loss) by Phil · 15 years ago
  20. 7ccd2fe Merge by Phil · 15 years ago
  21. d1ff649 Update an URL into doc by Phil · 15 years ago
  22. a531164 Support of VRRP. by zer0@platinum · 15 years ago
  23. 555a6a7 don't import thread in sctp.py by zer0@platinum · 15 years ago
  24. f0ec46a remove SCTPTest() class by zer0@platinum · 15 years ago
  25. 707e9d0 SCTP support (RFC 4960) by zer0@platinum · 15 years ago
  26. e27e4b6 AM: add stop_filter as a possible sniff() argument by zer0@platinum · 15 years ago
  27. e0dc9af Fix PadField class: add getfield() method by zer0@platinum · 15 years ago
  28. 9890b56 add stop_filter argument to sniff() by zer0@platinum · 15 years ago
  29. 683ae19 Support GRE RFC 1701 by zer0@platinum · 15 years ago
  30. 09954e9 Change download location for Windows from scapy.net to hg repo by Dirk Loss · 15 years ago
  31. 3e96a13 Made Python Crypto lib become a soft dependency. by Phil · 15 years ago
  32. 57df4b7 Added all files in bin/ to MANIFEST.in so that .bat are not forgotten in source archive by Phil · 15 years ago
  33. f22acdc Open 2.1.0-dev by Phil · 15 years ago
  34. d64f98b Added signature for changeset 8ac76c4dfc2e by Phil · 15 years ago
  35. 1a16067 Added tag v2.1.0 for changeset 62d7ebd04e57 by Phil · 15 years ago
  36. 3d55129 Release 2.1.0 by Phil · 15 years ago
  37. cb4ecf7 Fixed ICMP hashret() (ticket #170) by Phil · 15 years ago
  38. ba9ace9 Removed polluting temprary variables by Phil · 15 years ago
  39. f0ae619 Merge by Phil · 15 years ago
  40. 97a52eb Tweaked RandomEnumeration to have better statistical characteristics by Phil · 15 years ago
  41. 0568cf7 Added default locations for PDF/PS viewers on Windows by Dirk Loss · 15 years ago
  42. 60f945f Use subprocess instead of os.system to launch PDF/PS viewer by Dirk Loss · 15 years ago
  43. 4a9ee8b Fixed more imports in arch.windows.__init__py by Dirk Loss · 15 years ago
  44. 5326e6c Added missing imports in arch.windows.__init__.py by Dirk Loss · 15 years ago
  45. eebc489 Merge by Dirk Loss · 15 years ago
  46. 6f50cd4 Fixed PacketList NameError (ticket #323, reported by Paaskehare) by Dirk Loss · 15 years ago
  47. 1ce9343 Catch dnet OSError exception during routing table analysis by Dirk Loss · 15 years ago
  48. 4ccc82a Improved startup performance on Windows by Dirk Loss · 15 years ago
  49. 5f0e5fa Fixed the MAC address resolving on Windows (Issue #318) by Dirk Loss · 15 years ago
  50. ad473cc Increased number of iface guesses on Windows for dnet/pcap mapping by Dirk Loss · 15 years ago
  51. 3e173ba Broke an import loop in themes module by Phil · 15 years ago
  52. bcfa445 Fixed bug in TracerouteResult.graph() induced by [e28139770a3a] by Phil · 15 years ago
  53. b37fc4b Broke an import loop between layers.inet and layers.inet6 by Phil · 15 years ago
  54. 3cff83b Added import_tester to detect import loops by Phil · 15 years ago
  55. 525229c Broke an import loop by Phil · 15 years ago
  56. 1665163 Added SuperSocket.sniff() method by Phil · 15 years ago
  57. 847ed83 Added opened_socked parameter to sniff() by Phil · 15 years ago
  58. 2c5e40f Merge by Phil · 15 years ago
  59. d91548f Merge by Phil · 15 years ago
  60. 5826cc4 Added scapy/crypto into setup.py by Phil · 15 years ago
  61. 7bf6621 Updated doc to speak about "corrupted zip" error by Phil · 15 years ago
  62. 351ccc7 Added cert.py: X.509 Cert and Key module based on OpenSSL binary by Arnaud Ebalard · 15 years ago
  63. c1475e0 Make get_source_addr_from_candidate_set() decent by Arnaud Ebalard · 15 years ago
  64. 52304e8 in6_getscope(): Correct multicast case + ULA now considered global by Arnaud Ebalard · 15 years ago
  65. 0190c6f Added in6_get_common_plen() by Arnaud Ebalard · 15 years ago
  66. a1c5a25 Have construct_source_candidate_set() return a sorted list with global addresses first by Arnaud Ebalard · 15 years ago
  67. bdcac1c No need to sort and then reverse. Do both simultaneously by Arnaud Ebalard · 15 years ago
  68. d3648de Fixed run_scapy.bat to work under Python 2.6 by Dirk Loss · 15 years ago
  69. c5fa52b Modified Packet.summary() to take conf.emph in account by Phil · 15 years ago
  70. f649568 Reworked Packet.summary() by Phil · 15 years ago
  71. e6906d1 Had packet.show() and packet.__repr__() take conf.emph in account by Phil · 15 years ago
  72. 89a731d Reworked config.Resolve() classes and created conf.emph by Phil · 15 years ago
  73. 10d3221 Accept list of IP in Route.route(). (fix ticket #319) by Phil · 15 years ago
  74. 02d76dd Merge with scapy-win2 branch by Phil · 15 years ago
  75. 81dfaee Added workround for missing IPPROTO_IPV6 in Python 2.6 by Dirk Loss · 15 years ago
  76. bbc8f1c Added links for Python 2.6 on Windows (+ 3rd party-packages) by Dirk Loss · 15 years ago
  77. dee8ace Improved RawVal to work with volatile values. by Phil · 15 years ago
  78. a02b520 Added RawVal object that ca be assigned to any packet field and will inserted as-is in the packet string by Phil · 15 years ago
  79. b8fe4d7 Merge by Dirk Loss · 15 years ago
  80. 783e6b4 Minor documentation fixes. (Thanks go to Mehdi Asgari.) by Dirk Loss · 15 years ago
  81. 904b56d Update link to WinPcap installer. Clarify that Wireshark is optional by Dirk Loss · 15 years ago
  82. c2587ac Updated docs to reflect the merge of Scapy-win2 back into Scapy by Dirk Loss · 15 years ago
  83. 0e54b95 Fixed infinite recursion in ASN1 BER codec by Phil · 15 years ago
  84. 254897e Added BER encoding classes for VIDEOTEX and NUMERIC strings by Phil · 15 years ago
  85. 000caba Fixed RandASN1Object() in case of IP address object by Phil · 15 years ago
  86. 0be3f63 Fix for get_last_packet_timestamp() on x86_64 (thanks to A. Howell) by Phil · 15 years ago
  87. 03da037 Fixed get_last_packet_timestamp() for x86_64 systems (thanks to StalkR) by Phil · 15 years ago
  88. 451988e Merge with windows branch by Phil · 15 years ago
  89. 1f926c2 Improved regex for routing table parsing on Windows by Dirk Loss · 15 years ago
  90. 15145f5 Fixed visible REM lines in Windows .bat files by Dirk Loss · 15 years ago
  91. 29146dd Added batch files to start Scapy and UTScapy on Windows by Dirk Loss · 15 years ago
  92. 98007c6 Updated installation instructions under Windows by Dirk Loss · 15 years ago
  93. b87a7a1 merge by Phil · 15 years ago
  94. 4681f97 Added StrFixedLenEnumField by Phil · 15 years ago
  95. 5688b6d cosmetic by Phil · 15 years ago
  96. 6568060 Fixed Packet.decode_payload_as() that did not informed new layer about itself by Phil · 15 years ago
  97. 8162a4e Added missing package scapy/arch/windows in setup.py by Phil · 15 years ago
  98. 4451075 Fixed missing import by Phil · 15 years ago
  99. d3c9f22 Removed unneeded method overloads in automaton's supersocket by Phil · 15 years ago
  100. 337eeb7 Added missing import in automaton.py by Phil · 15 years ago