Skip to content
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

ARP requests are not being captured #3

Open
hitanshu-mehta opened this issue Oct 10, 2020 · 0 comments
Open

ARP requests are not being captured #3

hitanshu-mehta opened this issue Oct 10, 2020 · 0 comments
Labels
bug Something isn't working only-iiitm Only for students of IIITM

Comments

@hitanshu-mehta
Copy link
Collaborator

  • statistics of different protocols of captured packet is updated in packet_parser class ( update_stats method ).
  • Due to some reason arp protocol is not detected.

how to test?

  • install arping and tcpdump.
    sudo apt install arping tcpdump
  • Send arp request to any ip.
    sudo arping <IP>
  • At the same time run tcpdump with filter - 'arp' and application.
    sudo tcpdump arp
  • If tcpdump is capturing arp packets but application cannot then problem still exists.
@hitanshu-mehta hitanshu-mehta added bug Something isn't working only-iiitm Only for students of IIITM labels Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working only-iiitm Only for students of IIITM
Projects
None yet
Development

No branches or pull requests

1 participant