1. f3a4c64 Fix for Python 2.5 (cannot mix keyword arguments and **kargs) by Pierre LALET · 9 years ago
  2. e81b901 Fix ls() by Pierre LALET · 9 years ago
  3. a3859f1 Windows: code clean-up, fix iface repr, fix get_working_if() by Pierre LALET · 9 years ago
  4. 1fd1861 Windows: add XP-specific code for routes by Pierre LALET · 9 years ago
  5. 665faf6 Fix IFACES: index by GUID instead of name (not unique) by Pierre LALET · 9 years ago
  6. d69b5b7 Code clean up by Pierre LALET · 9 years ago
  7. 995d8cc Remove unneeded list by Pierre LALET · 9 years ago
  8. ed9886a Fix global variable case by Pierre LALET · 9 years ago
  9. f0d4835 Windows: improve VBS fallback by Pierre LALET · 9 years ago
  10. 44db92a Factorize powershell-related code + introduce VBS fallback by Pierre LALET · 9 years ago
  11. 81801ff Windows: use a config value for powershell path by Pierre LALET · 9 years ago
  12. be77018 Ship winpcapy w/ scapy by n1nj4sec · 9 years ago
  13. 0dfb5bf Windows: use Winpcap, drop DNET dependency by n1nj4sec · 9 years ago
  14. 6ac34c6 Merge pull request #33 from p-l-/fix-argument-set by Guillaume Valadon · 9 years ago
  15. d1c7e32 Merge pull request #30 from p-l-/feature-plot-xy by Guillaume Valadon · 9 years ago
  16. ce89fee Merge pull request #32 from p-l-/fix-automaton-tests by Guillaume Valadon · 9 years ago
  17. e3de546 Use .extend() instead of multiple .append() in loop by Pierre LALET · 9 years ago
  18. 95d83fa Replace filter/map + lambda by comprehension, prevent list creation by Pierre LALET · 9 years ago
  19. 197e545 Rename argument set -> values; replace filter + lambda by comprehension by Pierre LALET · 9 years ago
  20. 2e1e7e1 Rename argument set -> values by Pierre LALET · 9 years ago
  21. 8c935c0 Linux/L2socket: handle .close() to remove promisc mode by Pierre LALET · 9 years ago
  22. e767ab4 Add a notebook to show graph examples by Pierre LALET · 9 years ago
  23. a89091f Travis-CI: enable automaton tests by Pierre LALET · 9 years ago
  24. 269bdae Fix automaton tests using fake socket generators by Pierre LALET · 9 years ago
  25. 3ecf379 Merge pull request #29 from danieljakots/master by Pierre Lalet · 9 years ago
  26. f50242c Add optional parameter plot_xy to .plot() and .multiplot() by Pierre LALET · 9 years ago
  27. 746cbd9 Merge pull request #27 from guedou/matplotlib by Pierre Lalet · 9 years ago
  28. a7d199a Fix IPv6 support on OpenBSD by Daniel Jakots · 9 years ago
  29. 4c7a140 Merge pull request #23 from p-l-/fix-with-py25 by Guillaume Valadon · 9 years ago
  30. 692b5a9 Merge pull request #25 from p-l-/fix-ether-auto-dstaddr by Guillaume Valadon · 9 years ago
  31. c311a49 Merge pull request #26 from p-l-/fix-igmpv3 by Guillaume Valadon · 9 years ago
  32. c38efa0 Adapting multiplot() to work with matplotlib by Guillaume Valadon · 9 years ago
  33. 69eb667 Adding some comments by Guillaume Valadon · 9 years ago
  34. eec78d2 Fix layer binding in IGMPv3 (contrib) by Pierre LALET · 9 years ago
  35. a57b6eb Fix crash when an unpriv user builds an Ether() packet without dst set by Pierre LALET · 9 years ago
  36. 9699682 Merge pull request #21 from p-l-/feature-fields-generators by Guillaume Valadon · 9 years ago
  37. 648951b Merge pull request #24 from p-l-/fix-setup-pypi by Guillaume Valadon · 9 years ago
  38. b62f2b2 Merge pull request #22 from p-l-/fix-tcpdump-call by Guillaume Valadon · 9 years ago
  39. 1b1b687 Update setup files for PyPI by Pierre LALET · 9 years ago
  40. 9cb4a70 matplotlib support from bitbucket by Guillaume Valadon · 9 years ago
  41. a587698 Use __future__ to allow with statement under Python 2.5 by Pierre LALET · 9 years ago
  42. 2f1df68 Use appropriate config value to call tcpdump by Pierre LALET · 9 years ago
  43. 2fcb18a Preserve previous behavior when specifying ranges with tuples by Pierre LALET · 9 years ago
  44. 4dbc2b9 Use xrange objects to (internally) represent tuples in field values by Pierre LALET · 9 years ago
  45. 868c8e1 Accept generators and xrange objects as field values by Pierre LALET · 9 years ago
  46. 6217358 Merge pull request #18 from p-l-/move-sebek-contrib by Guillaume Valadon · 9 years ago
  47. 15ae22b Linux: L2Socket can set promiscuous mode (fixes #17) by Pierre LALET · 9 years ago
  48. 99669ea Merge pull request #19 from p-l-/travis-pypy by Guillaume Valadon · 9 years ago
  49. 18c410b Add PyPy to travis tests by Pierre LALET · 9 years ago
  50. de41b3c Add unit tests for Sebek by Pierre LALET · 9 years ago
  51. 36f7a81 Move Sebek support to contrib, since it is uncommon by Pierre LALET · 9 years ago
  52. 6802208 Merge pull request #13 from p-l-/improve-do-dissect by Guillaume Valadon · 9 years ago
  53. 77be0dc Merge pull request #14 from p-l-/fix-doc by Guillaume Valadon · 9 years ago
  54. 4f851ec Update ethertypes link by Pierre LALET · 9 years ago
  55. 4eede28 Fix .do_dissect() (code easier to read and a bit faster) by Pierre LALET · 9 years ago
  56. 526f130 Merge pull request #12 from p-l-/fix-py25 by Guillaume Valadon · 9 years ago
  57. a85683e Fix syntax for Python 2.5 compatibility by Pierre LALET · 9 years ago
  58. bed0f35 Fix PacketList() and sr() by Pierre LALET · 9 years ago
  59. b96aa72 Merge pull request #9 from p-l-/fix-ranges by Guillaume Valadon · 9 years ago
  60. 7436c6a Merge pull request #8 from p-l-/fix-doc by Guillaume Valadon · 9 years ago
  61. 4cca870 Remove unneeded lists (primarily range() calls) by Pierre LALET · 9 years ago
  62. aefe6fc Use __slots__ for PacketList (and subclasses) by Pierre LALET · 9 years ago
  63. 35e8e18 Doc update for Github by Pierre LALET · 9 years ago
  64. b30167a Add a static __all_slots__ attribute to improve performances by Pierre LALET · 9 years ago
  65. 44d8b52 Fix contrib HomePlugAV after 9dff11b6 by Pierre LALET · 9 years ago
  66. c2b3859 Clean up: remove unused code by Pierre LALET · 9 years ago
  67. 9dff11b Fix test to tell whether self is a class or an instance by Pierre LALET · 9 years ago
  68. e813a77 Fix fields in contrib/ (lacking tests) by Pierre LALET · 9 years ago
  69. 733d9f8 Fix StrFixedLenEnumField (not used - not tested) by Pierre LALET · 9 years ago
  70. f295d18 Fix fields for contrib/ tests by Pierre LALET · 9 years ago
  71. 5ac5f52 EIGRP (contrib): fix multiple inheritance issue by Pierre LALET · 9 years ago
  72. b62dbe4 Use __slots__ for fields defined in layers/ (all base tests OK) by Pierre LALET · 9 years ago
  73. 2132b05 Use __slots__ for all "base" fields by Pierre LALET · 9 years ago
  74. 06627ee Fix PacketList.__repr__ to work w/ new Packet() by Pierre LALET · 9 years ago
  75. 02a7994 Fix contrib HomePlugAV for Packet.__slots__ by Pierre LALET · 9 years ago
  76. af5d291 Change ASN1_Packet .fields_desc use to support __slots__ by Pierre LALET · 9 years ago
  77. 9f6816e Fix test case (Packet attributes need to be in __slots__) by Pierre LALET · 9 years ago
  78. cb081c7 Handle dynamic Packet().name by Pierre LALET · 9 years ago
  79. 5bcea64 Remove NoPayload.__getattr__(): no (more) need for sth specific here by Pierre LALET · 9 years ago
  80. 09e1280 Use slots for Packet() instances by Pierre LALET · 9 years ago
  81. 94953c1 Open 2.3.2-dev by Guillaume Valadon · 9 years ago
  82. 0a9b14b Release 2.3.2 by Guillaume Valadon · 9 years ago
  83. f5cb464 Merge pull request #7 from guedou/master by Pierre Lalet · 9 years ago
  84. 90c279b gtp.uts fixed by Guillaume Valadon · 9 years ago
  85. e08d386 Merge pull request #6 from p-l-/fix-tests by guedou · 9 years ago
  86. 698b422 Merge pull request #5 from guedou/master by Pierre Lalet · 9 years ago
  87. d0f8d46 Add netaccess tag to tests when appropriate by Pierre LALET · 9 years ago
  88. 1848f53 Fix UTscapy output and return code by Pierre LALET · 9 years ago
  89. 24e6ff5 Missing field import by Guillaume Valadon · 9 years ago
  90. de11825 Merge pull request #4 from p-l-/fix-ipsec by guedou · 9 years ago
  91. cf00a5d Merge pull request #3 from p-l-/fix-PacketListField by guedou · 9 years ago
  92. ef9c519 Fix ipsec layer to work w/ pycrypto lacking some AES modes by Pierre LALET · 9 years ago
  93. 46e4ebf Fix PacketListField.do_copy() to work w/ strings elements by Pierre LALET · 9 years ago
  94. ae82f91 Merge pull request #2 from p-l-/prepare-github by Pierre Lalet · 9 years ago
  95. 064203b Add README / prepare for Github migration by Pierre LALET · 9 years ago
  96. 669a62c Merged in p-l/scapy (pull request #155) by Guillaume Valadon · 9 years ago
  97. f077e70 Merged in p-l/scapy (pull request #157) by Guillaume Valadon · 9 years ago
  98. d35c4ca Merged in michaelharo/scapy-license (pull request #114) by Pierre Lalet · 9 years ago
  99. 86fc5f2 Merged in tonymcclure/scapy (pull request #102) by Pierre Lalet · 9 years ago
  100. b77c1ae Merged in gvaladon/scapy-issues/Extended ICMP to Support Multi-Part Messages (Michael Haro) (pull request #153) by Pierre Lalet · 9 years ago