AI-IDS / kdd99_feature_extractor

Utility for extraction of subset of KDD '99 features from realtime network traffic or .pcap file
MIT License
118 stars 50 forks source link

6lowpan #15

Open a1139056159 opened 4 years ago

a1139056159 commented 4 years ago

Hi,

Does it support 6lowpan?

Best, Jason

bittomix commented 4 years ago

Hi, currently only IPv4 is implemented.

edit: I am not familiar with 6LoWPAN details. Implementation of network layer different than IPv4 protocol might be added. The implementation of IPv4 might serve as example.

However to decode transport layer above added IPv6, support for IPv6 must be added to UDP conversation and TCP connection implementation code.