1. 0eae79b Merge pull request #71 from p-l-/feature-zcat by Guillaume Valadon · 9 years ago
  2. 363500b Merge pull request #72 from p-l-/fix-unneeded-tests by Guillaume Valadon · 9 years ago
  3. 0dc0044 Remove unneeded tests by Pierre LALET · 9 years ago
  4. 26b19d1 Fix tests with new rdpcap() by Pierre LALET · 9 years ago
  5. c7006e2 Move the Pcap/PcapNg detection from rdpcap to (Raw)PcapReader by Pierre LALET · 9 years ago
  6. 1fba9a9 Merge pull request #35 from mtury/master by Pierre Lalet · 9 years ago
  7. 96ff819 Fix ASN1_Error reference mistakenly removed by mtu · 9 years ago
  8. 2512cdb Remove binascii module references by mtu · 9 years ago
  9. 0ad1b69 Replace bin() with binrepr from scapy.utils (Python 2.5-friendly) by mtu · 9 years ago
  10. 86cbabb Avoid unnecessary list creations with keys() by mtu · 9 years ago
  11. 6882d11 Replace format() with bin() by mtu · 9 years ago
  12. 4bc7718 [amend: unsuccessful fix] Fix recursion bug in ASN1F_optional by mtu · 9 years ago
  13. 707fe9a Make volatile.py more PEP8-compliant; fix default value by mtu · 9 years ago
  14. 05273b1 Restore ASN1F_element subclass instead of ASN1F_field to prevent recursion exceptions by mtu · 9 years ago
  15. 3094fc5 Remove little useful __getattr__ overload in ASN1F_optional by mtu · 9 years ago
  16. cbbd04c Make ASN1F_CHOICE more simple and readable by mtu · 9 years ago
  17. 79e2cdc Remove unneeded aliastypes access by mtu · 9 years ago
  18. bac5663 Fix ECParamaters due to ASN1F_CHOICE limitations by mtu · 9 years ago
  19. 6c89cce Modify attribute access which raised sort of a warning with Python 2.6 by mtu · 9 years ago
  20. 9d192c9 Remove redundant 'islist' attributions for tbsCerts by mtu · 9 years ago
  21. d51e47a Remove unneeded attribution in ASN1F_optional (which caused Python 2.6 to crash) by mtu · 9 years ago
  22. ee1bcc5 Insert DER test data inside x509.uts and move it from scapy/layers/ to test/ (also, remove obsolete X.509 tests from test/regression.uts by mtu · 9 years ago
  23. fac5abb Fix ASN1_enum_INTEGER representation by mtu · 9 years ago
  24. dba026d Typo by mtu · 9 years ago
  25. 95b30be Add regression tests for x509.py by mtu · 9 years ago
  26. f9968d0 Heavy modifications to x509.py : comprehensive support for many more fields, extensions and keys (both RSA and ECDSA) by mtu · 9 years ago
  27. c97307f Heavy modifications to asn1fields.py : proper and exhaustive support for ASN1 objects as fields (SEQUENCE, CHOICE, _optional, etc.) by mtu · 9 years ago
  28. 09f669f Add implicit/explicit tagging support ; add high-tag number support ; add more proper BER bit string encoding/decoding by mtu · 9 years ago
  29. 2f0a559 More proper support of ASN1_BIT_STRING ; improve __repr__ methods by mtu · 9 years ago
  30. 551e9bd Add X.509-related OIDs to scapy's MIB by mtu · 9 years ago
  31. c9e90a0 Add GeneralizedTime support by mtu · 9 years ago
  32. d23b276 Merge pull request #70 from p-l-/bin-py25 by Guillaume Valadon · 9 years ago
  33. 2e4c7ef Implement a binrepr() function working with both Python 2.5 and 2.6+ by Pierre LALET · 9 years ago
  34. a814731 Merge pull request #66 from natisbad/master by Pierre Lalet · 9 years ago
  35. af26c2a Imported old code from MOBISEND ANR project providing implementation for by Arnaud Ebalard · 9 years ago
  36. 48ac7e5 Merge pull request #65 from p-l-/fix-ipv6-cmd by Guillaume Valadon · 9 years ago
  37. ce8d785 Fix Net6.__repr__() (fixes #64) by Pierre LALET · 9 years ago
  38. 0433320 Merge pull request #62 from guedou/master by Pierre Lalet · 9 years ago
  39. 20f1f86 0b0000 is not supported in Python 2.5 by Guillaume Valadon · 9 years ago
  40. 17dbbf9 Merge pull request #60 from p-l-/feature-tcp-flags by Guillaume Valadon · 9 years ago
  41. d1e1aa7 Merge pull request #61 from p-l-/fix-py25-lltd by Guillaume Valadon · 9 years ago
  42. 8c0748d LLTD: remove class decorators, not supported w/ Python 2.5 by Pierre LALET · 9 years ago
  43. 747c0ff LLTD: remove unused import & fix indentation by Pierre LALET · 9 years ago
  44. ca79f8e TCP: support flag Nonce Sum (N) by Pierre LALET · 9 years ago
  45. a633ec8 Merge pull request #57 from p-l-/feature-improve-lltd by Guillaume Valadon · 9 years ago
  46. 970aee1 Merge pull request #50 from smainand/master by Pierre Lalet · 9 years ago
  47. b7a4e40 LLTD: add UT for Large TLVs by Pierre LALET · 9 years ago
  48. f2b083f LLTD: add LargeTlvBuilder to build content fetched with QueryLargeTlv by Pierre LALET · 9 years ago
  49. 8dabca8 LLTD: implement .answers() (for some cases) by Pierre LALET · 9 years ago
  50. 455feeb LLTD: implement LLTDQueryLargeTlv & LLTDQueryLargeTlvResp by Pierre LALET · 9 years ago
  51. 6dfbb9a Add support for Modbus TCP protocol by Sebastien Mainand · 9 years ago
  52. 6c1c859 Merge pull request #52 from p-l-/fix-fragment by Guillaume Valadon · 9 years ago
  53. 46f8edd Add tests for fragment() / defragment() by Pierre LALET · 9 years ago
  54. 10b43d1 Add an attribute to IP to fix defragment() (broken since PR #11) by Pierre LALET · 9 years ago
  55. b610145 Packet().overload_fields can be overwritten by Pierre LALET · 9 years ago
  56. a9a13eb Merge pull request #53 from kinap/master by Guillaume Valadon · 9 years ago
  57. 833f93b Added AEAD digest support to IPSec layer for GCM and CCM modes. by Daniel Collins · 9 years ago
  58. ce58503 Merge pull request #54 from p-l-/doc-contributing by Guillaume Valadon · 9 years ago
  59. af2a96b Add contributing guidelines by Pierre LALET · 9 years ago
  60. e566795 Merge pull request #51 from guedou/matplotlib-world_trace by Pierre Lalet · 9 years ago
  61. 48b882b TracerouteResult.world_trace() now uses Matplotlib Basemap Toolkit by Guillaume Valadon · 9 years ago
  62. b12933f Merge pull request #41 from p-l-/fix-geoip by Guillaume Valadon · 9 years ago
  63. 0238e20 Update graph example by Pierre LALET · 9 years ago
  64. 0246b2e Update TracerouteResult.world_trace() to use Matplotlib by Pierre LALET · 9 years ago
  65. 4581f83 Change default values for matplotlib graphs by Pierre LALET · 9 years ago
  66. 348dc35 Replace geoip module with MaxMind's module by Pierre LALET · 9 years ago
  67. 454f200 Merge pull request #47 from p-l-/feature-lltd by Guillaume Valadon · 9 years ago
  68. 52d97bc Merge pull request #46 from p-l-/fix-tests by Guillaume Valadon · 9 years ago
  69. 93db349 Merge pull request #45 from p-l-/fix-macsrc by Guillaume Valadon · 9 years ago
  70. 997ed64 Merge pull request #44 from p-l-/fix-Num2Layer-repr by Guillaume Valadon · 9 years ago
  71. fc9f26b LLTD: support QueryResp messages by Pierre LALET · 9 years ago
  72. 300298d LLTD: support LLTD Emit messages by Pierre LALET · 9 years ago
  73. 7a98720 LLTD: improve .summary() output by Pierre LALET · 9 years ago
  74. a262899 Packet(): add a .show_summary (bool) attribute by Pierre LALET · 9 years ago
  75. 2532537 PEP8 compliance by Pierre LALET · 9 years ago
  76. bd08329 LLTD: support for LLTD Discover messages by Pierre LALET · 9 years ago
  77. 6ed0a38 Add regression tests for LLTD by Pierre LALET · 9 years ago
  78. 5080511 Load LLTD layer by default by Pierre LALET · 9 years ago
  79. c57c269 Support for LLTD protocol by Pierre LALET · 9 years ago
  80. 4f2b662 Some tests need conf.debug_dissector set to False by Pierre LALET · 9 years ago
  81. 36bdf02 Fix debug_dissector by Pierre LALET · 9 years ago
  82. e9c0189 Support UTF-16 strings by Pierre LALET · 9 years ago
  83. 7d283bf Use conf.iface MAC address by default when Scapy cannot find the route by Pierre LALET · 9 years ago
  84. bb174d0 Fix Num2Layer.__repr__() (broken after PR #11) by Pierre LALET · 9 years ago
  85. d5b2e6e Merge pull request #1 from p-l-/feature-winpcap by Pierre Lalet · 9 years ago
  86. 0446249 Merge pull request #43 from p-l-/fix-filters by Guillaume Valadon · 9 years ago
  87. fb86938 Use the provided interface in attach_filter() by Pierre LALET · 9 years ago
  88. 7c48580 Merge pull request #42 from p-l-/fix-ipsec-py25 by Guillaume Valadon · 9 years ago
  89. bf4c2e8 Fix ipsec for Python 2.5 (fractions module does not exist) by Pierre LALET · 9 years ago
  90. e7859fd Merge pull request #16 from p-l-/feature-pcapng by Guillaume Valadon · 9 years ago
  91. 7acbedd Fix regression tests ("all" was used as a variable name) by Pierre LALET · 9 years ago
  92. c78021a Add regression tests for pcap/pcapng file read by Pierre LALET · 9 years ago
  93. 4c4fa19 rdpcap and PcapReader-like classes can be created from a file-like object by Pierre LALET · 9 years ago
  94. ed982c0 rdpcap() calls _rdpcap() or _rdpcapng() to handle both format by Pierre LALET · 9 years ago
  95. 68ae336 rdpcapng: use with statement by Pierre LALET · 9 years ago
  96. 245d762 pcapng support: fix after review by @guedou by Pierre LALET · 9 years ago
  97. bc1d9d5 Implement initial Pcap-NG support by Pierre LALET · 9 years ago
  98. 00d6c02 Merge pull request #1 from n1nj4sec/feature-winpcap by Pierre Lalet · 9 years ago
  99. 6840d30 fix support for powershell (tested on windows 7) and fixed some warnings on winXP when sending packets by n1nj4sec · 9 years ago
  100. 7d6808e Merge pull request #20 from p-l-/feature-l2socket-promisc by Guillaume Valadon · 9 years ago