0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into dev More... almost 16 years ago
Flush output. More... almost 16 years ago
Fixed byte-order issue when parsing the agent address. More... almost 16 years ago
Changed imports to use pyflow package. More... almost 16 years ago
Added parsing of TCP/UDP headers. More... almost 16 years ago
{Ethernet,IEEE8021Q}Header now parses itself from an array of bytes. More... almost 16 years ago
Merge branch 'dev' of github.com:kok/pyflow into dev More... almost 16 years ago
Moved all classes to the top of v5.py, minor fixes. More... almost 16 years ago
Merge branch 'dev' of github.com:kok/pyflow into dev More... almost 16 years ago
Replaced magic numbers related to counter_data by constants. More... almost 16 years ago
Fixed the order of src and dst in calls to EthernetHeader etc. More... almost 16 years ago
A FlowRecord now has access to the corresponding sample/datagram. More... almost 16 years ago
ip_proto_to_string now knows about almost every possible protocol. More... almost 16 years ago
Received sFlow records are now returned/yielded to the caller. More... almost 16 years ago
Added documentation for the header formats understood by v5.py. More... almost 16 years ago
Added code for parsing IEEE302.3, IEEE802.1Q and IPv4 headers. More... almost 16 years ago
Fixed type: couter -> counter More... almost 16 years ago
Added .gitignore. More... almost 16 years ago
Merge branch 'dev' into pep8 More... almost 16 years ago
Removed print statements referencing undefined variables. More... almost 16 years ago
Merge branch 'dev_remote' into dev More... almost 16 years ago
Implemented additional counter record types vg and vlan More... almost 16 years ago
Implemented unpacking of counter samples (if_counters and ethernet_counters) More... almost 16 years ago
Fixed several minor formatting bugs in hexdump_bytes. More... almost 16 years ago
Added doc/ subdirectory containing the sFlow v5 spec. More... almost 16 years ago
Fixed a number of PEP8 violations. More... almost 16 years ago
New utility library, minor PEP8 fixes. More... almost 16 years ago
Added mode 'b' when calling 'open'. More... almost 16 years ago
Implementation of basic flow record parsing More... almost 16 years ago
Fixed syntax error (superfluous colon). More... almost 16 years ago