1. fa6c0a9 OS X installation methods updated by Guillaume Valadon · 8 years ago
  2. fa6067f TCP Fast Open support (#197) by rdubourguais · 8 years ago
  3. eb40f18 Minor shell cleanup; Travis CI build status icon (#194) by Victor Engmark · 8 years ago
  4. 010ad71 Merge pull request #178 from guedou/travis_improvements by Pierre Lalet · 8 years ago
  5. 6317ba0 Run unit tests on Linux and OS X - root and non-root by Guillaume Valadon · 8 years ago
  6. db1af41 Merge pull request #185 from p-l-/fix-traceroute-graph by Guillaume Valadon · 8 years ago
  7. d52972b Merge pull request #187 from p-l-/master by Pierre Lalet · 8 years ago
  8. 03f500c Move notebook to correct location by Pierre LALET · 8 years ago
  9. a76818b Merge pull request #186 from guedou/sstic_2016 by Pierre Lalet · 8 years ago
  10. 2d5cf6f Scapy notebook tutorial by Guillaume Valadon · 8 years ago
  11. 11dc2c0 Traceroute: fix graph by Pierre LALET · 8 years ago
  12. 01adb13 Merge pull request #173 from guedou/homeplugav_uts_bis by Pierre Lalet · 8 years ago
  13. 9d0f39b Merge pull request #176 from josephfrazier/copy-timestamp by Pierre Lalet · 8 years ago
  14. eb35de6 Packet.copy() copies the `time` property as well by Joseph Frazier · 8 years ago
  15. 204666e Test that copying a packet copies its property as well by Joseph Frazier · 8 years ago
  16. 8e26377 Comment HomePlugAV unit tests that use the network by Guillaume Valadon · 8 years ago
  17. 54dad02 Merge pull request #171 from guedou/ipv6_uts by Pierre Lalet · 8 years ago
  18. fdf35d9 Merge pull request #172 from guedou/edsn0_uts by Pierre Lalet · 8 years ago
  19. 1a8bec3 Fix EDNS0 live unit tests by Guillaume Valadon · 8 years ago
  20. e7dcc76 Force a route to ::1 when IPv6 is disabled by Guillaume Valadon · 8 years ago
  21. 81f10d9 Merge pull request #168 from dark-lbp/fix-streamsocket by Pierre Lalet · 8 years ago
  22. a37e552 Fix StreamSocket on OS X by dark-lbp · 8 years ago
  23. 136b76f Merge pull request #165 from p-l-/feature-default-dns by Guillaume Valadon · 8 years ago
  24. 4fc399a Merge pull request #166 from p-l-/feature-wrpcap-SndRcvList by Guillaume Valadon · 8 years ago
  25. 217b865 Merge pull request #127 from guedou/read_routes6 by Pierre Lalet · 8 years ago
  26. 7a0aabf Merge pull request #126 from guedou/IPv6_routes_tests by Pierre Lalet · 8 years ago
  27. 5277d26 DNS: follow the "default values that work" logic by Pierre LALET · 8 years ago
  28. 18bdf0c wrpcap: accept packets from an SndRcvList() object by Pierre LALET · 8 years ago
  29. 644d378 Merge pull request #155 from sieben/dict_literal by Pierre Lalet · 8 years ago
  30. 8eb9e8f Merge pull request #152 from sieben/list_literal by Pierre Lalet · 8 years ago
  31. ba60ebf List creation could be rewritten by list litteral by Rémy Léone · 8 years ago
  32. 2d31dd3 Dict creation can be literal by Rémy Léone · 8 years ago
  33. 3cd2fff Merge pull request #151 from sieben/simplify_comparaisons by Pierre Lalet · 8 years ago
  34. 6e6d6e5 Merge pull request #158 from sieben/default_argument_mutable by Pierre Lalet · 8 years ago
  35. b529c01 Default argument shouldn't be mutable by Rémy Léone · 8 years ago
  36. 5d711b6 Chained comparisons can be simplified by Rémy Léone · 8 years ago
  37. 55f7602 Move mocked functions to regression.uts by Guillaume Valadon · 8 years ago
  38. 2066af0 New read_routes6() function and unit tests by Guillaume Valadon · 8 years ago
  39. 1b5385d Merge pull request #136 from p-l-/feature-mdns by Guillaume Valadon · 8 years ago
  40. 90a6b3b Add default destination addresses for OSPF and HSRP by Pierre LALET · 8 years ago
  41. 4ac6180 Introduce a DestField() w/ binding mechanism (suggested by Guillaume VALADON) by Pierre LALET · 8 years ago
  42. c174262 Add regression tests for `Dest{MAC,IP,IPv6}Field`s by Pierre LALET · 8 years ago
  43. d1c1872 Fix regression test after DestIPField by Pierre LALET · 8 years ago
  44. 104d0fd Add DestIPField to guess multicast addresses (IPv4 & v6) by Pierre LALET · 8 years ago
  45. 1125538 Use existing DNS dissector for mDNS by Pierre LALET · 8 years ago
  46. 75d334f Merge pull request #141 from dawnworld/master by Guillaume Valadon · 8 years ago
  47. ac2d77e Merge pull request #137 from p-l-/fix-ntp by Guillaume Valadon · 8 years ago
  48. 763ea52 [IGMP V3] fix number of source address by dawnworld · 8 years ago
  49. 9fce9b9 Merge pull request #138 from hellais/fix/select_in_thread by Pierre Lalet · 8 years ago
  50. 78aff2e Restart select when we see a EINTR by Arturo Filastò · 8 years ago
  51. 11f3a4f TimeStampField.any2i() accepts a datetime object by Pierre LALET · 8 years ago
  52. 40045ea Merge pull request #134 from p-l-/cleanup by Guillaume Valadon · 8 years ago
  53. 0edbfea Merge pull request #132 from pebble/pebble-master by Pierre Lalet · 8 years ago
  54. b9eb1fe Fix TimeStampField.any2i() used with a string by Pierre LALET · 8 years ago
  55. 241e2c4 Code cleanup / optimization by Pierre LALET · 8 years ago
  56. 1a99f35 Bluetooth: Add HCI Disconnect command by Martijn Thé · 8 years ago
  57. aa46295 Bluetooth: add LE Create Connection Cancel packet by Martijn Thé · 8 years ago
  58. fa29981 Merge pull request #129 from guedou/SCAPY_USE_PCAPDNET by Pierre Lalet · 8 years ago
  59. 2a15dfb Introducing the SCAPY_USE_PCAPDNET environment variable by Guillaume Valadon · 8 years ago
  60. 1ec0e29 Check read_routes6() output by Guillaume Valadon · 8 years ago
  61. bd4bf54 Merge pull request #124 from pebble/pebble-master by Pierre Lalet · 8 years ago
  62. db75882 Bluetooth: add EIR / BLE Advertising packet classes by Martijn Thé · 8 years ago
  63. 98d3ff4 PacketList.conversations(): add labels, support ARP by default (#122) by Pierre Lalet · 8 years ago
  64. a4285ed Merge pull request #120 from p-l-/fix-crypto-import by Guillaume Valadon · 8 years ago
  65. b977886 Python 2.5: fallback implementation for gcd() without pycrypto by Pierre LALET · 8 years ago
  66. 7336167 Merge pull request #118 from guedou/Issue_#115 by Pierre Lalet · 8 years ago
  67. 66439f1 Explicitly import the function to remove the circular dependency by Guillaume Valadon · 8 years ago
  68. 2ec520a Scapy can now use dumbnet by Guillaume Valadon · 9 years ago
  69. 5a5bea6 Merge pull request #113 from guedou/arch_refactoring by Pierre Lalet · 9 years ago
  70. 6d6dba2 Functions from the unix module can be imported without importing pcapdnet by Guillaume Valadon · 9 years ago
  71. 1689f5f Merge pull request #108 from p-l-/fix-cksum by Guillaume Valadon · 9 years ago
  72. acca0d5 Merge pull request #112 from guedou/run_tests_binsh by Pierre Lalet · 9 years ago
  73. acbf4a2 Merge pull request #114 from guedou/Issue_#110_bis by Pierre Lalet · 9 years ago
  74. d073ac3 Issue #110 fixes by Guillaume Valadon · 9 years ago
  75. 0d5cc45 Don't use /bin/bash by Guillaume Valadon · 9 years ago
  76. 56d488b Merge pull request #105 from p-l-/feature-hist-envvar by Guillaume Valadon · 9 years ago
  77. 737dc84 Merge pull request #106 from p-l-/fix-101 by Guillaume Valadon · 9 years ago
  78. 7dff6c4 Add regression tests for IP, TCP & UDP checksums by Pierre LALET · 9 years ago
  79. b5d7f09 Fix TCP & UDP checksums when IP layer has options by Pierre LALET · 9 years ago
  80. 37cc56c python --version may output to stderr (fixes #101) by Pierre LALET · 9 years ago
  81. ec37cbc Accept SCAPY_HISTFILE env var to set scapy hitory file (fixes #103) by Pierre LALET · 9 years ago
  82. 66064db Merge pull request #73 from AmedeoSapio/master by Pierre Lalet · 9 years ago
  83. 3dc7c11 Fixed count and stop_filter in sniff() (plus minor changes) by Amedeo · 9 years ago
  84. 0a31dc9 Merge pull request #102 from guedou/arch_common by Pierre Lalet · 9 years ago
  85. b9613b7 get_if() moved to common.py by Guillaume Valadon · 9 years ago
  86. 40d37f9 Merge pull request #91 from p-l-/fix-90 by Guillaume Valadon · 9 years ago
  87. e211d70 Tiny code cleanup by Pierre LALET · 9 years ago
  88. c2ff2ce Pad packet when needed (fixes #90) by Pierre LALET · 9 years ago
  89. 7a8d268 Merge pull request #96 from walintonc/RA_options by Guillaume Valadon · 9 years ago
  90. f256891 Update IANA Router Alert Options by Walinton Cambronero · 9 years ago
  91. 9e063c0 Merge pull request #89 from p-l-/update-contributing by Guillaume Valadon · 9 years ago
  92. 1d2ebbf Fixed bug in bridge_and_sniff by Amedeo · 9 years ago
  93. 60ed0c8 Merge pull request #93 from rainmanwy/master by Pierre Lalet · 9 years ago
  94. 8870512 fix unicode problem for IPField by Rainmanwy · 9 years ago
  95. 94bfc64 Add section about "contributions wanted" by Pierre LALET · 9 years ago
  96. 9434f75 Merge pull request #85 from p-l-/fix-python2 by Guillaume Valadon · 9 years ago
  97. 6dcd891 Update scripts to call python2 instead of python when python is not version 2 by Pierre LALET · 9 years ago
  98. 602a1b2 Merge pull request #86 from p-l-/feature-ls by Guillaume Valadon · 9 years ago
  99. b74e7fb ls(): add missing imports by Pierre LALET · 9 years ago
  100. fd6960d ls(): do not display very large enums in verbose mode by Pierre LALET · 9 years ago