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