Ariel Góes de Castro
Ariel Góes de Castro
I got the same problem. A workaround would be to access the free5gc web interface  Then, manually create a New Subscriber - i.e., button on the right, with default...
It did not solve the problem for me
How to clean the cache?
Hello, I'm facing the same problem. In this case, `input2.csv` is your suggested file and `asd` is my testing output file: ``` #this is a comment src_mac=00:00:00:00:00:01,dst_mac=00:00:00:00:00:02, src_ip=10.0.0.1, dst_ip=10.0.0.2, dst_port=22...
So, I figured it out. There were two little problems: 1. After looking at @cslev previous answers, I noticed at the end there was a different output print than mine:...
> Hi, it turned out that I haven't had the latest branch on my machine...yikes. My student has provided that random generation part and I didn't vet it through. Indeed,...
So, it looks like if I force `ether_type=ipv4` argument I can workaround it. Considering the same input file I mentioned before, i.e.: ``` timestamp=0.13052282,protocol=tcp_syn,src_ip=162.159.135.234,src_port=443,dst_ip=10.0.2.15,dst_port=53707,ether_type=ipv4 timestamp=0.15329465,protocol=tcp_syn,src_ip=10.0.2.15,src_port=53707,dst_ip=162.159.135.234,dst_port=443 timestamp=0.21709388,protocol=tcp_syn,src_ip=162.159.135.234,src_port=443,dst_ip=10.0.2.15,dst_port=53707 timestamp=0.25721452,protocol=tcp_syn,src_ip=10.0.2.15,src_port=53707,dst_ip=162.159.135.234,dst_port=443 timestamp=0.37957603,protocol=tcp_syn,src_ip=162.159.135.234,src_port=443,dst_ip=10.0.2.15,dst_port=53707 ``` I...
> Hi, thanks again for playing around with the code. > > Let me respond to the `ether_type` issue first: Yes, for reason if `ether_type` is not enforced, it uses...
Thank you! Now, I understand the reason you did not implement it. I've only dealt with Scapy so far, and yes, it is slow. It is slow even for packet...
I don't think it is a gamechanger, but it provides more fine-grained control over each packet feature. There is a trade-off: 1. If the neural network (or classified) model knows...