History log of /external/scapy/scapy/contrib/cdp.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6f6eca2acc783873941a85f7729d285054081702 25-Oct-2017 gpotter2 <gabriel@potter.fr> Python 3: fix remaining contrib modules
/external/scapy/scapy/contrib/cdp.py
22a55b62eb35e8611fe03b99e4ff4f257a97b5d1 27-Jun-2017 gpotter2 <gabriel@potter.fr> [Python 2 to 3] Main six fixes (#630)

* Apply six fixes
* Include six directly in scapy
* Ignore six library in coverage
* Moved winpcapy to modules
* Iterator and list fixes
/external/scapy/scapy/contrib/cdp.py
3e3cb22b2c55d29ed5ffc780c77feda2f7ef4564 13-May-2017 gpotter2 <gabriel@potter.fr> Update/Add missing licences/status flags
/external/scapy/scapy/contrib/cdp.py
2a7ad0d13aaaa2a5358f82c67877856863a30d61 21-Mar-2017 gpotter2 <gabriel@potter.fr> Run auto parser
/external/scapy/scapy/contrib/cdp.py
0d92fc9fbb58df9cc4bbeb007bf65020fe1aa092 01-Mar-2017 Victor Pfautz <v.pfautz@gmx.net> Fixed spacing bug (#532)

Fixed some typos and bad whitespaces.
/external/scapy/scapy/contrib/cdp.py
f78886c4e65242c189cfee2aca526b28e7413adb 12-Jan-2017 Pierre Lorinquer <pierre.lorinquer@ssi.gouv.fr> Updates the CDP module (scapy/contrib/cdp.py). Regression tests were added in cdp.uts.
/external/scapy/scapy/contrib/cdp.py
4cca8708a5fdc52e592aa2661ab7c4b06fd539b3 17-Jan-2016 Pierre LALET <pierre.lalet@cea.fr> Remove unneeded lists (primarily range() calls)
/external/scapy/scapy/contrib/cdp.py
b84b1174520796801a2d10de9057a9d700281db0 21-Sep-2015 jogarock <none@none> removed unnecessary and potentially unclear local variable ck_p

--HG--
branch : issue_5141
/external/scapy/scapy/contrib/cdp.py
84e5bf6a2f80f170127a43ce742804932aea5870 21-Sep-2015 jogarock <none@none> Modified to meet PR standards. See PR conversation

--HG--
branch : issue_5141
/external/scapy/scapy/contrib/cdp.py
364a290ee5576bd3966f380775f37eda222a1221 17-Sep-2015 jogarock <none@none> initial solution for issue 5141 fixing a bug in the checksum routine for Cisco Discovery Protocol

--HG--
branch : issue_5141
/external/scapy/scapy/contrib/cdp.py
7b3e970663abd72697e17b70aba9943ae0dad404 30-Dec-2012 Phil <phil@secdev.org> Use conf.raw_layer to reference special layer "Raw" in place where it was not the case yet
/external/scapy/scapy/contrib/cdp.py
eec79622b3fafb8e713a93a061a8be0de0691282 29-Dec-2012 Phil <phil@secdev.org> Use conf.padding_layer to reference special layer "Padding"
/external/scapy/scapy/contrib/cdp.py
5e2a4c735bd6211f5473df2b51e0558d318eeec6 02-Apr-2011 Phil <phil@secdev.org> Fix imports of contrib modules
/external/scapy/scapy/contrib/cdp.py
410ab9af593b54bdceb753632d3c121b52d3c161 28-Feb-2011 Phil <phil@secdev.org> Added CDP extension contrib (ticket #18)
/external/scapy/scapy/contrib/cdp.py