1. 60ed0c8 Merge pull request #93 from rainmanwy/master by Pierre Lalet · 9 years ago
  2. 8870512 fix unicode problem for IPField by Rainmanwy · 9 years ago
  3. 9434f75 Merge pull request #85 from p-l-/fix-python2 by Guillaume Valadon · 9 years ago
  4. 6dcd891 Update scripts to call python2 instead of python when python is not version 2 by Pierre LALET · 9 years ago
  5. 602a1b2 Merge pull request #86 from p-l-/feature-ls by Guillaume Valadon · 9 years ago
  6. b74e7fb ls(): add missing imports by Pierre LALET · 9 years ago
  7. fd6960d ls(): do not display very large enums in verbose mode by Pierre LALET · 9 years ago
  8. 0b3dee8 ls(): support FlagsField in verbose mode by Pierre LALET · 9 years ago
  9. a425022 Update ls() to display more info about enum fields by Pierre LALET · 9 years ago
  10. 7a54661 Merge pull request #82 from vorotnikovdk/getlayer_with_strings by Pierre Lalet · 9 years ago
  11. 199d839 Merge pull request #76 from H1ghl4nd3r/UTO by Pierre Lalet · 9 years ago
  12. 8f7ab5d Packet.getlayer() method can work with string layer name by Dmitriy Vorotnikov · 9 years ago
  13. 3e53fe5 add TCP User Timout Option (RFC 5482) by Jeffrey Bencteux · 9 years ago
  14. 77a5997 Merge pull request #75 from vorotnikovdk/issue74 by Pierre Lalet · 9 years ago
  15. c76ea10 Merge pull request #77 from p-l-/feature-write-fdesc by Guillaume Valadon · 9 years ago
  16. 358d1ca Merge pull request #80 from p-l-/fix-79 by Guillaume Valadon · 9 years ago
  17. 5497e4c wrpcap() / (Raw)PcapWriter: update docstrings by Pierre LALET · 9 years ago
  18. b86ad4e IKEv2: fix fields overload (fixes #79) by Pierre LALET · 9 years ago
  19. f8d83c9 wrpcap() / (Raw)PcapWriter: flush fd even with non-gz files by Pierre LALET · 9 years ago
  20. 8d15ff5 wrpcap() / (Raw)PcapWriter: allow the use of a file-like object instead of a filename by Pierre LALET · 9 years ago
  21. 4fcc67c add TCP User Timout Option (RFC 5482) by Jeffrey Bencteux · 9 years ago
  22. eee40b9 Allow L2pcapListenSocket.recv() to return None if where is no captured packets. Make sniff() to continue loop if received pkt is None (issue #74) by Dmitriy Vorotnikov · 9 years ago
  23. 0eae79b Merge pull request #71 from p-l-/feature-zcat by Guillaume Valadon · 9 years ago
  24. 363500b Merge pull request #72 from p-l-/fix-unneeded-tests by Guillaume Valadon · 9 years ago
  25. 0dc0044 Remove unneeded tests by Pierre LALET · 9 years ago
  26. 26b19d1 Fix tests with new rdpcap() by Pierre LALET · 9 years ago
  27. c7006e2 Move the Pcap/PcapNg detection from rdpcap to (Raw)PcapReader by Pierre LALET · 9 years ago
  28. 1fba9a9 Merge pull request #35 from mtury/master by Pierre Lalet · 9 years ago
  29. 96ff819 Fix ASN1_Error reference mistakenly removed by mtu · 9 years ago
  30. 2512cdb Remove binascii module references by mtu · 9 years ago
  31. 0ad1b69 Replace bin() with binrepr from scapy.utils (Python 2.5-friendly) by mtu · 9 years ago
  32. 86cbabb Avoid unnecessary list creations with keys() by mtu · 9 years ago
  33. 6882d11 Replace format() with bin() by mtu · 9 years ago
  34. 4bc7718 [amend: unsuccessful fix] Fix recursion bug in ASN1F_optional by mtu · 9 years ago
  35. 707fe9a Make volatile.py more PEP8-compliant; fix default value by mtu · 9 years ago
  36. 05273b1 Restore ASN1F_element subclass instead of ASN1F_field to prevent recursion exceptions by mtu · 9 years ago
  37. 3094fc5 Remove little useful __getattr__ overload in ASN1F_optional by mtu · 9 years ago
  38. cbbd04c Make ASN1F_CHOICE more simple and readable by mtu · 9 years ago
  39. 79e2cdc Remove unneeded aliastypes access by mtu · 9 years ago
  40. bac5663 Fix ECParamaters due to ASN1F_CHOICE limitations by mtu · 9 years ago
  41. 6c89cce Modify attribute access which raised sort of a warning with Python 2.6 by mtu · 9 years ago
  42. 9d192c9 Remove redundant 'islist' attributions for tbsCerts by mtu · 9 years ago
  43. d51e47a Remove unneeded attribution in ASN1F_optional (which caused Python 2.6 to crash) by mtu · 9 years ago
  44. 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
  45. fac5abb Fix ASN1_enum_INTEGER representation by mtu · 9 years ago
  46. dba026d Typo by mtu · 9 years ago
  47. 95b30be Add regression tests for x509.py by mtu · 9 years ago
  48. f9968d0 Heavy modifications to x509.py : comprehensive support for many more fields, extensions and keys (both RSA and ECDSA) by mtu · 9 years ago
  49. c97307f Heavy modifications to asn1fields.py : proper and exhaustive support for ASN1 objects as fields (SEQUENCE, CHOICE, _optional, etc.) by mtu · 9 years ago
  50. 09f669f Add implicit/explicit tagging support ; add high-tag number support ; add more proper BER bit string encoding/decoding by mtu · 9 years ago
  51. 2f0a559 More proper support of ASN1_BIT_STRING ; improve __repr__ methods by mtu · 9 years ago
  52. 551e9bd Add X.509-related OIDs to scapy's MIB by mtu · 9 years ago
  53. c9e90a0 Add GeneralizedTime support by mtu · 9 years ago
  54. d23b276 Merge pull request #70 from p-l-/bin-py25 by Guillaume Valadon · 9 years ago
  55. 2e4c7ef Implement a binrepr() function working with both Python 2.5 and 2.6+ by Pierre LALET · 9 years ago
  56. a814731 Merge pull request #66 from natisbad/master by Pierre Lalet · 9 years ago
  57. af26c2a Imported old code from MOBISEND ANR project providing implementation for by Arnaud Ebalard · 9 years ago
  58. 48ac7e5 Merge pull request #65 from p-l-/fix-ipv6-cmd by Guillaume Valadon · 9 years ago
  59. ce8d785 Fix Net6.__repr__() (fixes #64) by Pierre LALET · 9 years ago
  60. 0433320 Merge pull request #62 from guedou/master by Pierre Lalet · 9 years ago
  61. 20f1f86 0b0000 is not supported in Python 2.5 by Guillaume Valadon · 9 years ago
  62. 17dbbf9 Merge pull request #60 from p-l-/feature-tcp-flags by Guillaume Valadon · 9 years ago
  63. d1e1aa7 Merge pull request #61 from p-l-/fix-py25-lltd by Guillaume Valadon · 9 years ago
  64. 8c0748d LLTD: remove class decorators, not supported w/ Python 2.5 by Pierre LALET · 9 years ago
  65. 747c0ff LLTD: remove unused import & fix indentation by Pierre LALET · 9 years ago
  66. ca79f8e TCP: support flag Nonce Sum (N) by Pierre LALET · 9 years ago
  67. a633ec8 Merge pull request #57 from p-l-/feature-improve-lltd by Guillaume Valadon · 9 years ago
  68. 970aee1 Merge pull request #50 from smainand/master by Pierre Lalet · 9 years ago
  69. b7a4e40 LLTD: add UT for Large TLVs by Pierre LALET · 9 years ago
  70. f2b083f LLTD: add LargeTlvBuilder to build content fetched with QueryLargeTlv by Pierre LALET · 9 years ago
  71. 8dabca8 LLTD: implement .answers() (for some cases) by Pierre LALET · 9 years ago
  72. 455feeb LLTD: implement LLTDQueryLargeTlv & LLTDQueryLargeTlvResp by Pierre LALET · 9 years ago
  73. 6dfbb9a Add support for Modbus TCP protocol by Sebastien Mainand · 9 years ago
  74. 6c1c859 Merge pull request #52 from p-l-/fix-fragment by Guillaume Valadon · 9 years ago
  75. 46f8edd Add tests for fragment() / defragment() by Pierre LALET · 9 years ago
  76. 10b43d1 Add an attribute to IP to fix defragment() (broken since PR #11) by Pierre LALET · 9 years ago
  77. b610145 Packet().overload_fields can be overwritten by Pierre LALET · 9 years ago
  78. a9a13eb Merge pull request #53 from kinap/master by Guillaume Valadon · 9 years ago
  79. 833f93b Added AEAD digest support to IPSec layer for GCM and CCM modes. by Daniel Collins · 9 years ago
  80. ce58503 Merge pull request #54 from p-l-/doc-contributing by Guillaume Valadon · 9 years ago
  81. af2a96b Add contributing guidelines by Pierre LALET · 9 years ago
  82. e566795 Merge pull request #51 from guedou/matplotlib-world_trace by Pierre Lalet · 9 years ago
  83. 48b882b TracerouteResult.world_trace() now uses Matplotlib Basemap Toolkit by Guillaume Valadon · 9 years ago
  84. b12933f Merge pull request #41 from p-l-/fix-geoip by Guillaume Valadon · 9 years ago
  85. 0238e20 Update graph example by Pierre LALET · 9 years ago
  86. 0246b2e Update TracerouteResult.world_trace() to use Matplotlib by Pierre LALET · 9 years ago
  87. 4581f83 Change default values for matplotlib graphs by Pierre LALET · 9 years ago
  88. 348dc35 Replace geoip module with MaxMind's module by Pierre LALET · 9 years ago
  89. 454f200 Merge pull request #47 from p-l-/feature-lltd by Guillaume Valadon · 9 years ago
  90. 52d97bc Merge pull request #46 from p-l-/fix-tests by Guillaume Valadon · 9 years ago
  91. 93db349 Merge pull request #45 from p-l-/fix-macsrc by Guillaume Valadon · 9 years ago
  92. 997ed64 Merge pull request #44 from p-l-/fix-Num2Layer-repr by Guillaume Valadon · 9 years ago
  93. fc9f26b LLTD: support QueryResp messages by Pierre LALET · 9 years ago
  94. 300298d LLTD: support LLTD Emit messages by Pierre LALET · 9 years ago
  95. 7a98720 LLTD: improve .summary() output by Pierre LALET · 9 years ago
  96. a262899 Packet(): add a .show_summary (bool) attribute by Pierre LALET · 9 years ago
  97. 2532537 PEP8 compliance by Pierre LALET · 9 years ago
  98. bd08329 LLTD: support for LLTD Discover messages by Pierre LALET · 9 years ago
  99. 6ed0a38 Add regression tests for LLTD by Pierre LALET · 9 years ago
  100. 5080511 Load LLTD layer by default by Pierre LALET · 9 years ago