Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
scapy
/
0ad1b69fb0e11e909b49fbea3edbdaa4488ce676
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
36bdf02
Fix debug_dissector
by Pierre LALET
· 9 years ago
e9c0189
Support UTF-16 strings
by Pierre LALET
· 9 years ago
7d283bf
Use conf.iface MAC address by default when Scapy cannot find the route
by Pierre LALET
· 9 years ago
bb174d0
Fix Num2Layer.__repr__() (broken after PR #11)
by Pierre LALET
· 9 years ago
d5b2e6e
Merge pull request #1 from p-l-/feature-winpcap
by Pierre Lalet
· 9 years ago
0446249
Merge pull request #43 from p-l-/fix-filters
by Guillaume Valadon
· 9 years ago
fb86938
Use the provided interface in attach_filter()
by Pierre LALET
· 9 years ago
7c48580
Merge pull request #42 from p-l-/fix-ipsec-py25
by Guillaume Valadon
· 9 years ago
bf4c2e8
Fix ipsec for Python 2.5 (fractions module does not exist)
by Pierre LALET
· 9 years ago
e7859fd
Merge pull request #16 from p-l-/feature-pcapng
by Guillaume Valadon
· 9 years ago
7acbedd
Fix regression tests ("all" was used as a variable name)
by Pierre LALET
· 9 years ago
c78021a
Add regression tests for pcap/pcapng file read
by Pierre LALET
· 9 years ago
4c4fa19
rdpcap and PcapReader-like classes can be created from a file-like object
by Pierre LALET
· 9 years ago
ed982c0
rdpcap() calls _rdpcap() or _rdpcapng() to handle both format
by Pierre LALET
· 9 years ago
68ae336
rdpcapng: use with statement
by Pierre LALET
· 9 years ago
245d762
pcapng support: fix after review by @guedou
by Pierre LALET
· 9 years ago
bc1d9d5
Implement initial Pcap-NG support
by Pierre LALET
· 9 years ago
00d6c02
Merge pull request #1 from n1nj4sec/feature-winpcap
by Pierre Lalet
· 9 years ago
6840d30
fix support for powershell (tested on windows 7) and fixed some warnings on winXP when sending packets
by n1nj4sec
· 9 years ago
7d6808e
Merge pull request #20 from p-l-/feature-l2socket-promisc
by Guillaume Valadon
· 9 years ago
f8e8f8d
Merge pull request #40 from p-l-/fix-dispatch-hook-exceptions
by Guillaume Valadon
· 9 years ago
9cb94c0
Return Raw() when an exception occurs in .dispatch_hook()
by Pierre LALET
· 9 years ago
208553d
Merge pull request #39 from insomniacslk/master
by Pierre Lalet
· 9 years ago
6fc6584
ls() can now filter by layer name or description
by insomniac
· 9 years ago
099b14c
Merge pull request #38 from guedou/diffplot
by Pierre Lalet
· 9 years ago
2d349c1
Use list comprehension in diffplot()
by Guillaume Valadon
· 9 years ago
0cfa24c
Merge pull request #36 from p-l-/fix-py25
by Guillaume Valadon
· 9 years ago
438fd87
Merge pull request #11 from p-l-/feature-slots
by Guillaume Valadon
· 9 years ago
Next »