Hello, i want to extract additional features included in the NSL-KDD dataset from pcap file here is the features as follows:-
Duration length : (number of seconds) of the connection.
protocol-type : type of the protocol such as (tcp, udp, icmp)
src-bytes : number of data bytes from source to destination
srv-count : number of connections to the same service as the current connection in the past two seconds.
dst-host-same-src-port-rate : percentage of connections from the port ser-
vices to the destination host.
so how can i extract those features from pcap file
thanks in advance
Hello, did you extract the features from the pcap file similar to the NSL-KDD dataset? If you solve it, could you share your solution? Thank you so much in advance.
Hello, i want to extract additional features included in the NSL-KDD dataset from pcap file here is the features as follows:-
Duration length : (number of seconds) of the connection.
protocol-type : type of the protocol such as (tcp, udp, icmp)
src-bytes : number of data bytes from source to destination
srv-count : number of connections to the same service as the current connection in the past two seconds.
dst-host-same-src-port-rate : percentage of connections from the port ser- vices to the destination host. so how can i extract those features from pcap file thanks in advance