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