1. 09e1280 Use slots for Packet() instances by Pierre LALET · 9 years ago
  2. 94953c1 Open 2.3.2-dev by Guillaume Valadon · 9 years ago
  3. 0a9b14b Release 2.3.2 by Guillaume Valadon · 9 years ago
  4. f5cb464 Merge pull request #7 from guedou/master by Pierre Lalet · 9 years ago
  5. 90c279b gtp.uts fixed by Guillaume Valadon · 9 years ago
  6. e08d386 Merge pull request #6 from p-l-/fix-tests by guedou · 9 years ago
  7. 698b422 Merge pull request #5 from guedou/master by Pierre Lalet · 9 years ago
  8. d0f8d46 Add netaccess tag to tests when appropriate by Pierre LALET · 9 years ago
  9. 1848f53 Fix UTscapy output and return code by Pierre LALET · 9 years ago
  10. 24e6ff5 Missing field import by Guillaume Valadon · 9 years ago
  11. de11825 Merge pull request #4 from p-l-/fix-ipsec by guedou · 9 years ago
  12. cf00a5d Merge pull request #3 from p-l-/fix-PacketListField by guedou · 9 years ago
  13. ef9c519 Fix ipsec layer to work w/ pycrypto lacking some AES modes by Pierre LALET · 9 years ago
  14. 46e4ebf Fix PacketListField.do_copy() to work w/ strings elements by Pierre LALET · 9 years ago
  15. ae82f91 Merge pull request #2 from p-l-/prepare-github by Pierre Lalet · 9 years ago
  16. 064203b Add README / prepare for Github migration by Pierre LALET · 9 years ago
  17. 669a62c Merged in p-l/scapy (pull request #155) by Guillaume Valadon · 9 years ago
  18. f077e70 Merged in p-l/scapy (pull request #157) by Guillaume Valadon · 9 years ago
  19. d35c4ca Merged in michaelharo/scapy-license (pull request #114) by Pierre Lalet · 9 years ago
  20. 86fc5f2 Merged in tonymcclure/scapy (pull request #102) by Pierre Lalet · 9 years ago
  21. b77c1ae Merged in gvaladon/scapy-issues/Extended ICMP to Support Multi-Part Messages (Michael Haro) (pull request #153) by Pierre Lalet · 9 years ago
  22. cda2cef Add size information for BitFields (and subclasses) in ls() by Pierre LALET · 9 years ago
  23. db2f003 Fix ls() to display Emph() and ConditionalField() fields by Pierre LALET · 9 years ago
  24. a9e9357 Fix EnumElement().get() (typo) by Pierre LALET · 9 years ago
  25. fa6ea41 Merged in gvaladon/scapy-issues/Support for RFC4884 - Extended ICMP to Support Multi-Part Messages - IPv6 (pull request #152) by Pierre Lalet · 9 years ago
  26. 5aadc26 Reworked patch from Michael Haro to add ICMP Extensions to ICMPv4 and ICMPv6 by Guillaume Valadon · 9 years ago
  27. 2a8a6e9 Support for RFC4884 in ICMPv6 (Michael Haro) by Guillaume Valadon · 9 years ago
  28. fbee821 Enhanced MPLS support by Michael Haro & MPLS can now guess its payload type by Guillaume Valadon · 9 years ago
  29. 509f2c1 Merged in gvaladon/scapy-issues/Support for RFC4884 - Extended ICMP to Support Multi-Part Messages (pull request #149) by Pierre Lalet · 9 years ago
  30. a1fe1bd Add new ConditionalField to icmp type 3, 11 and 12 by Guillaume Valadon · 9 years ago
  31. bc11572 Merged in p-l/scapy (pull request #146) by Guillaume Valadon · 9 years ago
  32. e307f13 Prevent fd leak (fixes #5149) by Pierre LALET · 9 years ago
  33. 4d6e10d Use `size` param in `RawPcapReader.read_packet` (fixes #5147) by Pierre LALET · 9 years ago
  34. d8f18bd Change default MTU (fixes #5148) by Pierre LALET · 9 years ago
  35. 810c0a7 Merged in gvaladon/scapy-issues/ICMPv6NDOptDNSSL fixes (pull request #144) by Pierre Lalet · 9 years ago
  36. 32b0272 ICMPv6NDOptDNSSL.len now uses length_of by Guillaume Valadon · 9 years ago
  37. 3678ae9 ICMPv6NDOptDNSSL - error while computing length by Guillaume Valadon · 9 years ago
  38. fd3543b Merged in gvaladon/scapy-issues/Support for DNS Search List Option in RA (pull request #143) by Pierre Lalet · 9 years ago
  39. 2e49983 ICMPv6NDOptDNSSL added by Guillaume Valadon · 9 years ago
  40. 6dd60bb Merged in elektito/scapy-preserve-nh (pull request #116) by Pierre Lalet · 9 years ago
  41. edba322 Merged in p-l/scapy (pull request #140) by Pierre Lalet · 9 years ago
  42. bcf4dd3 Added AES-GCM and AES-CCM support to IPSec layer by Daniel Collins · 9 years ago
  43. e787b56 "netstat -rn -W" output lacks "Refs" column under FreeBSD 10+ by Pierre LALET · 9 years ago
  44. 3ec5cc2 Merged in gvaladon/scapy-issues/Patch for PR#115 (pull request #138) by Pierre Lalet · 9 years ago
  45. 8f72209 Remove the dependency on the socket module by Guillaume Valadon · 9 years ago
  46. 6d04076 Smarter NetflowRecordV5.prot field by Guillaume Valadon · 9 years ago
  47. 6180985 Refactored Netfow v5 support by Guillaume Valadon · 9 years ago
  48. 557f933 Merged in gvaladon/scapy-fork/Issue #188 (pull request #28) by Pierre Lalet · 9 years ago
  49. 6b0ce72 Merged in gvaladon/scapy-issues/Patch for PR#82 (pull request #137) by Pierre Lalet · 9 years ago
  50. d2c8ebe DHCP6_RelayForward regresstion test added by Guillaume Valadon · 9 years ago
  51. 99e2f18 Small fixes from Pierre comments by Guillaume Valadon · 9 years ago
  52. a0da569 Removing useless _DHCP6GuessPayload class. by Guillaume Valadon · 9 years ago
  53. 7f68cf9 Merged in p-l/scapy (pull request #136) by Pierre Lalet · 9 years ago
  54. 7555628 Merged in p-l/scapy (pull request #135) by Pierre Lalet · 9 years ago
  55. 10476dc Merged in p-l/scapy (pull request #131) by Pierre Lalet · 9 years ago
  56. 8986cc3 Another fix for IPv6 random addresses (Guillaume Valadon) by Pierre LALET · 9 years ago
  57. 1d73605 Remove some wildcard imports by Pierre LALET · 9 years ago
  58. 65b7e62 Bind layer PPP with IPv6 (fixes #5143) by Pierre LALET · 9 years ago
  59. d8671fb Merged in namitsingal91/scapy/issue_5142 (pull request #134) by Pierre Lalet · 9 years ago
  60. c92a43d Do not run .post_build() when using raw_packet_cache by Pierre LALET · 9 years ago
  61. cdbd942 added documentation for send() and sendp(), when return_packets is set to true, it will return a PacketList(). by namitsingal@gmail.com · 9 years ago
  62. d36cba8 Merged in namitsingal91/scapy/issue_5122 (pull request #133) by Pierre Lalet · 9 years ago
  63. f1e111c added a parameter in send and sendp so that user has an option for returning the sent packets by namitsingal@gmail.com · 9 years ago
  64. 5cdde16 modified send and sendp to return sent packets. by namitsingal@gmail.com · 9 years ago
  65. c0f8eb3 Merged in mileswdavis/scapy (pull request #126) by Pierre Lalet · 9 years ago
  66. 02ddefc Fix IPv6 random addresses (Pekka Pietikäinen), closes #5086 and #5136) by Pierre LALET · 9 years ago
  67. ff04f75 Merged in jogarock/scapy/issue_5141 (pull request #130) by Pierre Lalet · 9 years ago
  68. b84b117 removed unnecessary and potentially unclear local variable ck_p by jogarock · 9 years ago
  69. 84e5bf6 Modified to meet PR standards. See PR conversation by jogarock · 9 years ago
  70. 364a290 initial solution for issue 5141 fixing a bug in the checksum routine for Cisco Discovery Protocol by jogarock · 9 years ago
  71. d6d6109 Fix packet generator for classes inheritating from list by Corentin Henry · 9 years ago
  72. 3891015 Merged secdev/scapy into default by Miles Davis · 9 years ago
  73. 3fe4506 Merged in gvaladon/scapy-issues/Issue #5130 (pull request #125) by Guillaume Valadon · 9 years ago
  74. 1a8d88e Support form arm64 by Guillaume Valadon · 9 years ago
  75. 29a048a Merged in p-l/scapy/issue-5126 (pull request #118) by Guillaume Valadon · 9 years ago
  76. 44b58a9 Merged in MarcelPatzlaff/scapy (pull request #124) by Guillaume Valadon · 9 years ago
  77. 8df02af Merged in alexwlchan/scapy (pull request #121) by Guillaume Valadon · 9 years ago
  78. fa1e669 NEW: added tests for IS-IS by Marcel Patzlaff · 9 years ago
  79. 3bc49af CHANGE: removed dedicated CLNS layer and replaced it with a better usable solution by Marcel Patzlaff · 9 years ago
  80. 37687fc Initial Commit by mileswdavis@gmail.com · 9 years ago
  81. 5a64a52 added a space by sachetmittal · 9 years ago
  82. 7872c29 Changes made according to Pierre Lalet's comment by sachetmittal · 9 years ago
  83. 0d49a3d Added fix for 5113 by sachetmittal · 9 years ago
  84. 4459b5f Spelling fixes in documentation by Alex Chan · 9 years ago
  85. 0053196 Merged in robert_gomulka/scapy/missing_ipip (pull request #117) by Pierre Lalet · 9 years ago
  86. e62d456 Close pcap files in .__exit__() (fixes #5126) by Pierre LALET · 9 years ago
  87. 03f254b Fix for missing socket.IPPROTO_IPIP by Robert Gomulka · 9 years ago
  88. 04e9f62 Created new branch missing_ipip by Robert Gomulka · 9 years ago
  89. 259efa6 fragment6 now preserves custom values in the nh field. by Mostafa Razavi · 9 years ago
  90. 264aa0f Add license file by mharo@google.com · 10 years ago
  91. 8587f78 Merged in gvaladon/scapy-issues/Issue #5116 - IPv6 & UDP.chksum == 0 (pull request #112) by Pierre Lalet · 10 years ago
  92. e71f936 Merged in p-l/scapy (pull request #110) by Guillaume Valadon · 10 years ago
  93. e3257cd Merged in p-l/scapy/issue-5111 (pull request #101) by Guillaume Valadon · 10 years ago
  94. fb47d70 Merged in FlUxIuS/scapy/homeplugav (pull request #85) by Guillaume Valadon · 10 years ago
  95. d99e15f Merged in dimara/scapy (pull request #49) by Guillaume Valadon · 10 years ago
  96. 12d9d94 IPv6 - when the UDP checksum is 0, set it to 0xffff by Guillaume Valadon · 10 years ago
  97. 2fa21ba Changed RTP field name from `payload` to `payload_type` by Pierre LALET · 10 years ago
  98. 7574bb3 wrpcap() creates a valid PCAP file when called with an empty list by Pierre LALET · 10 years ago
  99. cf03b9a CHANGE: added support for Jumbo LLC frames by Marcel Patzlaff · 10 years ago
  100. f511245 Merged in niooss/scapy (pull request #105) by Pierre Lalet · 10 years ago