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