secdev / scapy

Scapy: the Python-based interactive packet manipulation program & library.
https://scapy.net
GNU General Public License v2.0
10.46k stars 2k forks source link

Does scapy support parse ipfix/sflow packet? #1813

Closed JackSunshine closed 5 years ago

JackSunshine commented 5 years ago

Hi, scapy is a great project, thanks to the authors, I'd like to know does scapy support ipfix/sflow? can i use scapy decode an ipfix/sflow packet? or Is any way I can implement my own class by inhering scapy class

Thanks

gpotter2 commented 5 years ago

No it’s not implemented. Feel free to add a PR :)

Yes you can implement it, have a look at our doc: https://scapy.readthedocs.io/en/latest/

gpotter2 commented 5 years ago

Hi @JackSunshine https://github.com/secdev/scapy/pull/1965 is still in a beta phase, but should now be able to dissect IPFix. It would be great if could check it out and test it (it's not merged into master yet)

Thanks !