-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot capture csi packet on AC86U #350
Comments
The following command you are using is wrong:
As described in the README the correct format would be:
|
yes I noticed it but if I set the s to 500: |
Maybe you haven't loaded the |
Sorry for reply late. |
hi,now I can run this command successfully |
What does |
here is nexutil -Ieth6 -V produce:
and another command get this: |
all my steps are: |
Ok, so apparently we do not overwrite this value, sorry for the confusion.
Also, there seems to be no error when you execute
Which means, you have configured the CSI extractor. |
Hi, |
You have to execute this on the router. |
Thanks for the reply. |
On the router there is no interface called |
Thanks for the reply. |
|
I thought I had cross-compiled correctly, but maybe I did not. |
Hi, admin@RT-AC86U:/jffs# ls This is what I have run. |
Have you even set execution rights on |
This may not be running. |
No, on the router. |
Okay, I will try it. |
I ran the above command and successfully ran tcpdump. Thank you very much. admin@RT-AC86U:/jffs# . /nexutil -Ieth6 -s500 -b -l34 -vm+MBEQGIAQAE1MRDyLgAAAAAAAAAAAAAAAAAAAAA== I don't know what is causing this. Thank you in advance. |
eth6 Link encap:Ethernet HWaddr 04:D4:C4:43:C8:BC This is the result of running ifconfig. eth6 Link encap:Ethernet HWaddr 04:D4:C4:43:C8:BC The result was the same when I ran it with the ip address assigned in this way. |
admin@RT-AC86U:/jffs# . /tcpdump -i eth6 -v |
Greetings, |
Greetings,
I have passed all steps on getting started and now try to capture packet from 149/80 channel(We use two other machine transport packet on this channel) but get nothing after running a long time.
makecsiparams -c 149/80 -C 1 -N 1 -m 8e:7c:36:a:21:8c,b0:a4:60:97:2c:28
admin@RT-AC86U-5360:/jffs#export PATH=$PATH:/jffs
admin@RT-AC86U-5360:/jffs#ifconfig eth6 up
admin@RT-AC86U-5360:/jffs#nexutil -Ieth6 -s20 -b -l34 -vm+ABEQAAAgCOfDYKIYywpGCXLCgAAAAAAAAAAAAAAAAAAA==
admin@RT-AC86U-5360:/jffs#usr/sbin/wl -i eth6 monitor 1
admin@RT-AC86U-5360:/jffs# tcpdump -i eth6 dst port 5500
tcpdump: WARNING: eth6: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth6, link-type EN10MB (Ethernet), capture size 65535 bytes
^C
0 packets captured
6 packets received by filter
0 packets dropped by kernel
and if I skip the dst port, like
admin@RT-AC86U-5360:/jffs# tcpdump -i eth6
I can successfully capture a lot of packets, however, I cannot find where the captured packets are and do not sure they are what I want.
The text was updated successfully, but these errors were encountered: